From e1719d6238544dfd968db09cddbd744d7b5851ea Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 24 Mar 2009 16:21:57 +0100 Subject: [PATCH] Added changelog entry for 2.6.2 --- ChangeLog | 9 +++++++++ src/include/functions_common.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec54c17..c6ae7c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ --------------------------------------------------------------------------- +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). +- Added missing filter selection for message type filter on search page. +- Fixed Filtering issues when using multiple filters on the same field. + Numeric based filters will now work as expected again (BugID #108). +- Fixed table detection method in PDO LogStream. +- Added support to parse date only values like "2009-03-24". +--------------------------------------------------------------------------- Version 2.6.1 (v2-stable), 2009-03-23 - Fixed an issue with case sensitive fieldnames in db and pdo logstream. This issue could cause unexpected results depending on how fieldnames diff --git a/src/include/functions_common.php b/src/include/functions_common.php index e9a412f..d1a6616 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.1"; +$content['BUILDNUMBER'] = "2.6.2"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!