Added changelog entry

This commit is contained in:
Andre Lorbach 2013-01-11 17:31:50 +01:00
parent cbf3858c16
commit af9de2a4ec
2 changed files with 7 additions and 1 deletions

View File

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

View File

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