From 587268e07fa195682cb98ae00fa5277b63175364 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 23 Dec 2008 16:59:23 +0100 Subject: [PATCH] Added changelog entry --- ChangeLog | 7 +++++++ src/include/functions_common.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1612b4a..80bb8a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,11 @@ --------------------------------------------------------------------------- +Version 2.5.23 (beta), 2008-12-23 +- Fixed typo in textual month detection, which caused date detection + problems in december month only. +- Fixed missing include of debug functions in maintenance.php +- Added some performance tweaks into mysql db driver, which will make + searching for strings within messages faster. +--------------------------------------------------------------------------- Version 2.5.22 (beta), 2008-12-10 - Added workaround for year detection for RFC 3164 like timestamps. This also resolves issues of the syslog date detection on new year. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index f31fa4c..21a3813 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.22"; +$content['BUILDNUMBER'] = "2.5.23"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!