Added changelog for 3.2.1

This commit is contained in:
Andre Lorbach 2011-04-12 16:02:08 +02:00
parent 9d9d1fad8d
commit 860f041258
2 changed files with 6 additions and 1 deletions

View File

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

View File

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