diff --git a/ChangeLog b/ChangeLog index 255793b..983f75e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 548b7c9..6e07d9a 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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;