mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added changelog entry
This commit is contained in:
parent
cbf3858c16
commit
af9de2a4ec
@ -1,4 +1,10 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.6.3 (stable), 2013-??-??
|
||||
- Updated Search documentation
|
||||
- Fixed Bug in the ApplyFilters function which applies to all logstreams.
|
||||
This caused most REGEX filters to fail, if supported by the
|
||||
LogStream driver.
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.6.2 (stable), 2013-01-09
|
||||
- Fixed another DiskAllowed Checked in Disk logstream class, no works as
|
||||
expected.
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "3.6.2";
|
||||
$content['BUILDNUMBER'] = "3.6.3";
|
||||
$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