From 19df656b28df7cd25d5b27a5018690cd741c8406 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 27 Jan 2009 15:10:02 +0100 Subject: [PATCH] Added changelog entry --- ChangeLog | 13 +++++++++++++ src/include/functions_common.php | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 80bb8a7..128362e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,17 @@ --------------------------------------------------------------------------- +Version 2.5.24 (beta), 2009-01-27 +- Added italian language files, translated by Luigi Rosa +- Improved loading of language files, to avoid display error's if + translation is incomplete. +- Enhanced database performance of MYSQL and PDO logstream source drivers. + Searching and paging through results is much faster on larger + databases now. +- Enhanced Pager performance on index and detail page. +- Hardened db logstream classes against invalid parameters. +- Added missing include file for debug functions +- Debug Messages are now printed well formated below the site content +- Improved Documentation +--------------------------------------------------------------------------- Version 2.5.23 (beta), 2008-12-23 - Fixed typo in textual month detection, which caused date detection problems in december month only. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 95de275..b89bab0 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.23"; +$content['BUILDNUMBER'] = "2.5.24"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!