From adcedff3038b4d9101714c71f43a068530789fdc Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 7 Aug 2008 16:29:29 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 8 ++++++++ src/include/functions_common.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 18818df..34f1976 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ --------------------------------------------------------------------------- +Version 2.3.9 (beta), 2008-08-07 +- Fixed a bug in the parsing of RFC 3164 date and time stamps which + occured from the 1st to the 9th of each month. During this time, the + date was not correctly parsed. +- Enhanced detail popup window, it performs much better now and is less + annoying. It still can be turned off very easily. +- Fixed an image alignment problem of the message once and for all. +--------------------------------------------------------------------------- Version 2.3.8 (beta), 2008-07-28 - Fixed a "notice" bug in the installer, which was missing to save the DBType for MYSQL Datasource. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 085ff18..e7aa9d1 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -62,7 +62,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "2.3.8"; +$content['BUILDNUMBER'] = "2.3.9"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['EXTRA_METATAGS'] = "";