mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added Changelog entry for 3.0.7
This commit is contained in:
parent
e73f3c1601
commit
a35f7b757a
12
ChangeLog
12
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
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user