Added Changelog entry for 3.0.7

This commit is contained in:
Andre Lorbach 2011-02-25 14:13:03 +01:00
parent e73f3c1601
commit a35f7b757a
2 changed files with 13 additions and 1 deletions

View File

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

View File

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