mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog for 3.5.0
This commit is contained in:
parent
db90f4ee1a
commit
054e86f1bf
@ -1,4 +1,12 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.5.0 (beta), 2012-01-24
|
||||
- Added new Report "Eventlog Audit Summary Report" which can generate
|
||||
detailed security reports for Windows Eventlog security records.
|
||||
It supports Windows 2003 and 2008 Server and is compliant with the
|
||||
Sarbanes-Oxley (SOX) Act, 2002.
|
||||
- Added support for customized boolean report filters. This enhancement
|
||||
is also used by the new "Eventlog Audit Summary Report".
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.4.1 (stable), 2012-01-10
|
||||
- Fixed a bug in Syslog and Eventlog summary report which consolidated
|
||||
wrong events when the source filter was used in the report.
|
||||
|
@ -9,7 +9,7 @@
|
||||
* *
|
||||
* All directives are explained within this file *
|
||||
*
|
||||
* Copyright (C) 2008-2010 Adiscon GmbH.
|
||||
* Copyright (C) 2008-2012 Adiscon GmbH.
|
||||
*
|
||||
* This file is part of LogAnalyzer.
|
||||
*
|
||||
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "3.4.1";
|
||||
$content['BUILDNUMBER'] = "3.5.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