mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry for 3.5.1
This commit is contained in:
parent
1b12e92868
commit
c243c2cc5d
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user