mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry for 2.6.2
This commit is contained in:
parent
2af9d4fb65
commit
e1719d6238
@ -1,4 +1,13 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.6.2 (v2-stable), 2009-03-24
|
||||
- Fixed minor spelling errors in language files (BugID #115)
|
||||
- Fixed number of records exported when using the export (BugID #110).
|
||||
- Added missing filter selection for message type filter on search page.
|
||||
- Fixed Filtering issues when using multiple filters on the same field.
|
||||
Numeric based filters will now work as expected again (BugID #108).
|
||||
- Fixed table detection method in PDO LogStream.
|
||||
- Added support to parse date only values like "2009-03-24".
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.6.1 (v2-stable), 2009-03-23
|
||||
- Fixed an issue with case sensitive fieldnames in db and pdo logstream.
|
||||
This issue could cause unexpected results depending on how fieldnames
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.6.1";
|
||||
$content['BUILDNUMBER'] = "2.6.2";
|
||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['SHOW_DONATEBUTTON'] = true; // Default = true!
|
||||
|
Loading…
x
Reference in New Issue
Block a user