From ead118f166f6b7cc68066c14f4bc57e00cb33796 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 28 Aug 2008 15:04:11 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 8 ++++++++ src/include/functions_common.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9862593..65abd39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ --------------------------------------------------------------------------- +Version 2.5.5 (devel), 2008-08-28 +- Added option to send debug messages (warnings and error's) from + phpLogCon to the local syslog server on linux. On Windows, the debug + messages will appear in the application event log. +- Enhanced the PDO Logstream Driver for better performance on large + databases. On MYSQL and POSTGRES, the PDO Logstream does not uses the + LIMIT statement to minimize database usage. +--------------------------------------------------------------------------- Version 2.3.10 (beta), 2008-08-27 - Fixed a few parsing issues with prior RFC 3164 syslog messages. These messages are now correctly parsed, or better do not cause diff --git a/src/include/functions_common.php b/src/include/functions_common.php index d9c23da..7d4f1ac 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.4"; +$content['BUILDNUMBER'] = "2.5.5"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!