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
d7ab90558e
commit
9b7759e850
@ -1,3 +1,7 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 2.5.4 (devel), 2008-08-05
|
||||
- Included fixed from Beta v2.3.9
|
||||
---------------------------------------------------------------------------
|
||||
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
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "2.5.3";
|
||||
$content['BUILDNUMBER'] = "2.5.4";
|
||||
$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