mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry
This commit is contained in:
parent
78d9ac01d9
commit
ead118f166
@ -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
|
||||
|
@ -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!
|
||||
|
Loading…
x
Reference in New Issue
Block a user