From bbe1e00ec9ab9c2e7176944be9a5f45a1e169b28 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 27 Aug 2008 13:38:49 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 5 +++++ src/include/functions_common.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 34f1976..51faf08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ --------------------------------------------------------------------------- +Version 2.3.10 (beta), 2008-08-27 +- Fixed a few parsing issues with prior RFC 3164 syslog messages. + These messages are now correctly parsed, or better do not cause + any parsing problems anymore. +--------------------------------------------------------------------------- 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 diff --git a/src/include/functions_common.php b/src/include/functions_common.php index e7aa9d1..73f594d 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.9"; +$content['BUILDNUMBER'] = "2.3.10"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['EXTRA_METATAGS'] = "";