Added changelog entry

This commit is contained in:
Andre Lorbach 2011-02-10 17:54:45 +01:00
parent 1697083572
commit 0b777e9e29
2 changed files with 12 additions and 1 deletions

View File

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

View File

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