mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Added changelog entry
This commit is contained in:
parent
46c86bd054
commit
673b1863df
@ -1,4 +1,10 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.21 (beta), 2008-11-24
|
||||
- Fixed an infinite search loop which occured of the option
|
||||
"Suppress Duplicated Messages was enabled". This caused the index page
|
||||
to timeout once a duplicated message was hit.
|
||||
- Fixed that filters were ignored when exporting results to cvs/xml
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.20 (beta), 2008-11-19
|
||||
- Fixed a performance issue in the logstream db and pdo drivers when
|
||||
using filters. This bug could cause script timeouts when using complex
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.20";
|
||||
$content['BUILDNUMBER'] = "2.5.21";
|
||||
$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