Final commit for 3.6.6

This commit is contained in:
Andre Lorbach 2014-09-02 11:09:55 +02:00
parent 30f621a49f
commit d9efc7b142
2 changed files with 4 additions and 3 deletions

View File

@ -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:

View File

@ -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;