From c243c2cc5dfa266fe121a8a8935560000abe87c0 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 16 Mar 2012 12:00:58 +0100 Subject: [PATCH] Added changelog entry for 3.5.1 --- ChangeLog | 9 +++++++++ src/include/functions_common.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 983f75e..5955b4d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ --------------------------------------------------------------------------- +Version 3.5.1 (beta), 2012-03-16 +- Added Support for LDAP Authentication based on the modification + from forum user "Prune". LDAP Support can be configured during the + installation of LogAnalyzer, but can also be turned on later by + editing the config.php. More Details will be found in our wiki: + http://wiki.rsyslog.com/index.php/LogAnalyzer +- Fixed a #bugid 303, VerifyChecksumTrigger function had trouble + with mixed cased triggernames. +--------------------------------------------------------------------------- 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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index febe400..bbc57c1 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback $LANG = "en"; // Default language // Default Template vars -$content['BUILDNUMBER'] = "3.5.0"; +$content['BUILDNUMBER'] = "3.5.1"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;