From 0b777e9e29df5ec84a28e14fc95ebab57063b72a Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 10 Feb 2011 17:54:45 +0100 Subject: [PATCH] Added changelog entry --- ChangeLog | 11 +++++++++++ src/include/functions_common.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 11a7812..81b716d 100644 --- a/ChangeLog +++ b/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 - Fixed Copy and Paste error in db_template.txt. --------------------------------------------------------------------------- diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 861ab76..cbfd5fb 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.0.4"; +$content['BUILDNUMBER'] = "3.0.5"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;