diff --git a/ChangeLog b/ChangeLog index 348bf73..1d610cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,11 +1,12 @@ --------------------------------------------------------------------------- -Version 3.6.6 (stable), 2014-09-01 +Version 3.6.6 (stable), 2014-09-02 - Fixed bug in databasemapping admin. The form parameter and database fieldname of EventID field were interfering. - Fixed a bug in maintenance.php, the ID parameter was forced to an integer. A leftover from earlier loganalyzer days. - Fixed Cross Site Scripting Issue in index.php/detail.php for - stringtype fields. + stringtype fields discovered by Dolev Farhi dolevf@yahoo.com + from F5 Networks. --------------------------------------------------------------------------- Version 3.6.5 (stable), 2013-10-08 - LogStreamDB Driver, LogStreamPDO Driver, UserDB: diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 05aad4a..186ed5a 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "3.6.5"; +$content['BUILDNUMBER'] = "3.6.6"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;