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
c6633465c5
commit
b2a1df9ca0
@ -1,5 +1,12 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.17 (beta), 2008-11-03
|
||||
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.
|
||||
For more information, see the documentation.
|
||||
- Fixed typo of new column "DBRecordsPerQuery" in admin/sources.php
|
||||
which caused an error when adding new database logstream sources.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.18 (beta), 2008-11-12
|
||||
- Added logstream statistic and maintenance option which are accessable
|
||||
in the sources admin panel. You can view overall stats of database
|
||||
logstreams, and cleanup data based on the date field.
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.18";
|
||||
$content['BUILDNUMBER'] = "2.5.19";
|
||||
$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