diff --git a/ChangeLog b/ChangeLog index ed4e1d9..5ddd263 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index f4a444d..d04806e 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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!