diff --git a/ChangeLog b/ChangeLog index c6ae7c5..2f5edcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ --------------------------------------------------------------------------- +Version 2.6.3 (v2-stable), 2009-04-29 +- Fixed a bug that caused fields like syslog facily, severity or + messagetype to be shown numeric instead of readable + coloured replacements. +- Fixed a bug in the detail page which could cause numeric fields + to be missing. +- Added support for debug output in the data cleanup routine of + mysql and pdo logstreams. This will help troubleshooting. +--------------------------------------------------------------------------- Version 2.6.2 (v2-stable), 2009-03-24 - Fixed minor spelling errors in language files (BugID #115) - Fixed number of records exported when using the export (BugID #110). diff --git a/src/include/functions_common.php b/src/include/functions_common.php index d1a6616..9045f9a 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.6.2"; +$content['BUILDNUMBER'] = "2.6.3"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!