Added changelog entry

This commit is contained in:
Andre Lorbach 2008-09-03 13:41:16 +02:00
parent ace4e3c84f
commit 00456c2f0d
2 changed files with 14 additions and 1 deletions

View File

@ -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 Version 2.5.5 (devel), 2008-08-28
- Added option to send debug messages (warnings and error's) from - Added option to send debug messages (warnings and error's) from
phpLogCon to the local syslog server on linux. On Windows, the debug phpLogCon to the local syslog server on linux. On Windows, the debug

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language $LANG = "en"; // Default language
// Default Template vars // Default Template vars
$content['BUILDNUMBER'] = "2.5.5"; $content['BUILDNUMBER'] = "2.5.6";
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title $content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path; $content['BASEPATH'] = $gl_root_path;
$content['SHOW_DONATEBUTTON'] = true; // Default = true! $content['SHOW_DONATEBUTTON'] = true; // Default = true!