mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Added changelog entry
This commit is contained in:
parent
25e4ba1d7c
commit
66f95d3d0e
11
ChangeLog
11
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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user