mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry
This commit is contained in:
parent
a0d52df81e
commit
2ca29f1f6c
@ -1,4 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
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
|
||||
filters.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.19 (beta), 2008-11-18
|
||||
- Added a new "cron" folder which contains a maintenance.php script.
|
||||
This script can be used on command line level for database maintenance.
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.19";
|
||||
$content['BUILDNUMBER'] = "2.5.20";
|
||||
$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