diff --git a/ChangeLog b/ChangeLog index fbfd186..f5b11ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 2e29fd4..0f8ffaf 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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;