diff --git a/ChangeLog b/ChangeLog index e076d5e..3b2e65c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 688a204..0a89f36 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.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;