Added changelog entry

This commit is contained in:
Andre Lorbach 2008-08-28 15:04:11 +02:00
parent 78d9ac01d9
commit ead118f166
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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!