From b4609c989ee89853d32724b0fe955f33f21c076f Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 5 Aug 2008 16:10:59 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 11 +++++++++++ src/include/functions_common.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f16b6a1..e22ed51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ --------------------------------------------------------------------------- +Version 2.5.3 (devel), 2008-08-05 +- Added support to export the current visible events into a XML or CSV + file. If you have further recommendations for useful export file + formats, just let us know in the phpLogCon forums or mailinglist. +- Extended Filter Engine to support Full and Partial Text searches on + string fields. The submenu buttons also now use the Full Text search + by default, which performs much better on database logstream sources. +- A new menu entry on each value on each field in the main EventView + gives you the option to search for this field only, or extend an + existing filterset. +--------------------------------------------------------------------------- Version 2.5.2 (devel), 2008-08-01 - General Options are now configureable on user basis, if UserDB System is installed of course. This means first, phpLogCon used the global diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 51fc636..be3a2c6 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.2"; +$content['BUILDNUMBER'] = "2.5.3"; $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path; $content['SHOW_DONATEBUTTON'] = true; // Default = true!