Added changelog entry

This commit is contained in:
Andre Lorbach 2008-08-27 13:38:49 +02:00
parent 5bfa615b33
commit bbe1e00ec9
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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'] = "";