From b2a1df9ca036dcb50f2aa37c4980ed6a95a21268 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 18 Nov 2008 17:10:11 +0100 Subject: [PATCH] Added changelog entry --- ChangeLog | 9 ++++++++- src/include/functions_common.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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!