mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +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
|
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.
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user