From ac6863fbb235738ad7827d5970b0fcc96ed4ed74 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Mon, 23 Mar 2009 11:59:06 +0100 Subject: [PATCH] Added changelog entry for 2.6.1 --- ChangeLog | 8 ++++++++ src/include/functions_common.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 86fe52f..ec54c17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ --------------------------------------------------------------------------- +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 + were returned by the database layer. Now, all fieldnames and array keys + are automatically converted into lowercase. +- Fixed minor database template definition issues with the logcon_config + table, the propvalue and propvalue_text field can be NULL now. +--------------------------------------------------------------------------- Version 2.6.0 (v2-stable), 2009-03-20 - Merged beta branch into v2-stable branch. --------------------------------------------------------------------------- diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 5604f29..2a82d78 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.0"; +$content['BUILDNUMBER'] = "2.6.1"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!