Added changelog entry for 3.5.3

This commit is contained in:
Andre Lorbach 2012-05-09 15:41:32 +02:00
parent 4a6ae97899
commit d8412ae6f8
2 changed files with 10 additions and 1 deletions

View File

@ -1,4 +1,13 @@
---------------------------------------------------------------------------
Version 3.5.3 (beta), 2012-05-09
- Fixed some issues in the new MongoDB Logstream Class. To name a few,
add resultlimits to speedup performance. Changed and fixed some issues
when grouping data for consolidation. Added support to create Indexes
on fields. This should also speedup report generation.
- Added support to filter by date string, example: timereported:=2012-01-01
A new Datetype hasbeen added to support filtering by date.
- Updated jpgraph code to latest version which is 3.0.7
---------------------------------------------------------------------------
Version 3.4.2 (stable), 2012-05-07
- Fixed a #bugid 303, VerifyChecksumTrigger function in logstreamdb
class did not generate a lowercase triggername.

View File

@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
$LANG = "en"; // Default language
// Default Template vars
$content['BUILDNUMBER'] = "3.5.2";
$content['BUILDNUMBER'] = "3.5.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;