mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Added changelog for 3.2.1
This commit is contained in:
parent
9d9d1fad8d
commit
860f041258
@ -1,4 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.2.1 (stable), 2011-04-12
|
||||
- Fixed timezone parsing in GetEventTime function. This caused problems
|
||||
reading date/time strings with negative timezone offsets.
|
||||
- Added option to disable context links in LogAnalyzer.
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.2.0 (stable), 2011-03-30
|
||||
- Added new logline parser for Syslog23 Format (RFC 5424). This format
|
||||
is suported by the RSYSLOG_SyslogProtocol23Format template in RSyslog.
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "3.2.0";
|
||||
$content['BUILDNUMBER'] = "3.2.1";
|
||||
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
||||
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||
$content['BASEPATH'] = $gl_root_path;
|
||||
|
Loading…
x
Reference in New Issue
Block a user