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
1697083572
commit
0b777e9e29
11
ChangeLog
11
ChangeLog
@ -1,4 +1,15 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Version 3.0.5 (beta), 2011-02-10
|
||||||
|
- Fixed javascript compatibility issue related to Internet Explorer
|
||||||
|
in reports admin.
|
||||||
|
- Fixed spelling error in german language translation
|
||||||
|
- Fixed problem with german special characters (Umlaute) in Form captions.
|
||||||
|
Some admin panels did not work properly because of this issue.
|
||||||
|
- Filters were ignored in chart generation if the according filter fields
|
||||||
|
were not included in the chart data.
|
||||||
|
- The auto-increment value of the ID field is now resetted if all data
|
||||||
|
is cleared using the mysql logstream maintenance functions.
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 3.0.4 (beta), 2010-11-16
|
Version 3.0.4 (beta), 2010-11-16
|
||||||
- Fixed Copy and Paste error in db_template.txt.
|
- Fixed Copy and Paste error in db_template.txt.
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
@ -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.0.4";
|
$content['BUILDNUMBER'] = "3.0.5";
|
||||||
$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