Added changelog entry for 3.5.1

This commit is contained in:
Andre Lorbach 2012-03-16 12:00:58 +01:00
parent 1b12e92868
commit c243c2cc5d
2 changed files with 10 additions and 1 deletions

View File

@ -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.

View File

@ -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;