diff --git a/ChangeLog b/ChangeLog index c5dfd25..dd8d9ba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ --------------------------------------------------------------------------- +Version 3.0.7 (beta), 2011-02-25 +- Added UserDBPort Parameter into DB_Connect function. Thanks to forum + user "plebreton" pointing to this bug. +- Added Output of report generation time into templates and common + report variabes. +- Fixed a bug in logstream DB causing unnecessary mysql_free_result + calls when updating Checksum data. +- Fixed filter dialog issue parsing message filters wrong in Report + Admin Panel. An semicolon was added while saving report settings. +- Added missing mapping for ProcessID field for monitorware database + mapping (logstream constants). +--------------------------------------------------------------------------- Version 3.0.6 (beta), 2011-02-11 - Added missing filterstring url parameter into statistics.php. - You can enabled/disable charts by clicking on the checkbox now in diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 8b883ce..8c6e21a 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.0.6"; +$content['BUILDNUMBER'] = "3.0.7"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;