From 2ca29f1f6cbbea0f7f48d9a82bc5c11fd66f8bfe Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 19 Nov 2008 14:23:39 +0100 Subject: [PATCH] Added changelog entry --- ChangeLog | 5 +++++ src/include/functions_common.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5ddd263..64255ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ --------------------------------------------------------------------------- +Version 2.5.20 (beta), 2008-11-19 +- Fixed a performance issue in the logstream db and pdo drivers when + using filters. This bug could cause script timeouts when using complex + filters. +--------------------------------------------------------------------------- Version 2.5.19 (beta), 2008-11-18 - Added a new "cron" folder which contains a maintenance.php script. This script can be used on command line level for database maintenance. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index d04806e..78ab106 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.19"; +$content['BUILDNUMBER'] = "2.5.20"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!