From 66f95d3d0e44e65726b6911f5cd7eb99cb09e1d7 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 30 Mar 2011 11:07:15 +0200 Subject: [PATCH] Added changelog entry --- ChangeLog | 11 +++++++++++ src/include/functions_common.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index dd8d9ba..fbfd186 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,15 @@ --------------------------------------------------------------------------- +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. + This format also includes syslog facility and priority. +- Added php session_write_close to certain places to avoid hanging + browser sessions. +- Eventlog Summary Report now also detects and processes data from + EventLog Monitor V2 (from EventReporter/MonitorWare Agent). +- Fixed typo in Syslog Report, Last Occurrence date is now correctly + printed in the report. +--------------------------------------------------------------------------- Version 3.0.7 (beta), 2011-02-25 - Added UserDBPort Parameter into DB_Connect function. Thanks to forum user "plebreton" pointing to this bug. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index a97c13e..2768cbb 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.0.7"; +$content['BUILDNUMBER'] = "3.2.0"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;