Added changelog entry

This commit is contained in:
Andre Lorbach 2011-03-30 11:07:15 +02:00
parent 25e4ba1d7c
commit 66f95d3d0e
2 changed files with 12 additions and 1 deletions

View File

@ -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 Version 3.0.7 (beta), 2011-02-25
- Added UserDBPort Parameter into DB_Connect function. Thanks to forum - Added UserDBPort Parameter into DB_Connect function. Thanks to forum
user "plebreton" pointing to this bug. user "plebreton" pointing to this bug.

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language $LANG = "en"; // Default language
// Default Template vars // Default Template vars
$content['BUILDNUMBER'] = "3.0.7"; $content['BUILDNUMBER'] = "3.2.0";
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
$content['BASEPATH'] = $gl_root_path; $content['BASEPATH'] = $gl_root_path;