Added changelog entry

This commit is contained in:
Andre Lorbach 2008-11-18 17:10:11 +01:00
parent c6633465c5
commit b2a1df9ca0
2 changed files with 9 additions and 2 deletions

View File

@ -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.

View File

@ -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!