From 00456c2f0d6e4df9254a70004eee9d6bea353435 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 3 Sep 2008 13:41:16 +0200 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 65abd39..42404cc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,17 @@ --------------------------------------------------------------------------- +Version 2.5.6 (devel), 2008-09-03 +- Implemented Message Parser facility. This new extendable facility of + phpLogCon helps splitting messages into fields. And the fields can + be filtered and searched for, this expands the full potential of + phpLogCon. A message parser for windows eventlog logfiles generated + by Adiscon products is included. +- Linebreaks within messages are now displayed in the popup window, + and the detail page. +- Added Database Upgrade functionalety, the reason is simple, because + there was an update to the database structure. If you are using the + User Management system, you will be prompted to upgrade your database + next time you login. +--------------------------------------------------------------------------- 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 diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 2e13104..7750d07 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.5"; +$content['BUILDNUMBER'] = "2.5.6"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!