diff --git a/ChangeLog b/ChangeLog index 1390bde..1612b4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,10 @@ --------------------------------------------------------------------------- +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. +- Fixed a notice error in chartgenerator, only visible if debug + options were enabled. +--------------------------------------------------------------------------- Version 2.5.21 (beta), 2008-11-24 - Fixed an infinite search loop which occured of the option "Suppress Duplicated Messages was enabled". This caused the index page diff --git a/src/include/functions_common.php b/src/include/functions_common.php index a82d0d3..4fbc761 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.21"; +$content['BUILDNUMBER'] = "2.5.22"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!