mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Added changelog entry
This commit is contained in:
parent
5bfa615b33
commit
bbe1e00ec9
@ -1,4 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
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
|
||||
any parsing problems anymore.
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.3.9 (beta), 2008-08-07
|
||||
- Fixed a bug in the parsing of RFC 3164 date and time stamps which
|
||||
occured from the 1st to the 9th of each month. During this time, the
|
||||
|
@ -62,7 +62,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.3.9";
|
||||
$content['BUILDNUMBER'] = "2.3.10";
|
||||
$content['TITLE'] = "phpLogCon :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
$content['EXTRA_METATAGS'] = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user