mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 10:57:52 +02:00
Added changelog entry for 3.5.3
This commit is contained in:
parent
4a6ae97899
commit
d8412ae6f8
@ -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
|
Version 3.4.2 (stable), 2012-05-07
|
||||||
- Fixed a #bugid 303, VerifyChecksumTrigger function in logstreamdb
|
- Fixed a #bugid 303, VerifyChecksumTrigger function in logstreamdb
|
||||||
class did not generate a lowercase triggername.
|
class did not generate a lowercase triggername.
|
||||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||||||
$LANG = "en"; // Default language
|
$LANG = "en"; // Default language
|
||||||
|
|
||||||
// Default Template vars
|
// Default Template vars
|
||||||
$content['BUILDNUMBER'] = "3.5.2";
|
$content['BUILDNUMBER'] = "3.5.3";
|
||||||
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
||||||
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||||
$content['BASEPATH'] = $gl_root_path;
|
$content['BASEPATH'] = $gl_root_path;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user