From a2249849e9a4a84d37792117e5eca37c2512f549 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Fri, 11 Feb 2011 13:38:47 +0100 Subject: [PATCH] Added changelog --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 81b716d..c5dfd25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ --------------------------------------------------------------------------- +Version 3.0.6 (beta), 2011-02-11 +- Added missing filterstring url parameter into statistics.php. +- You can enabled/disable charts by clicking on the checkbox now in + the Charts Admin panel. +- Added support to select character encoding in HTML Header. This enables + Loganalyzer to process and display UTF-8 encoded logs properly. + The default encoding is ISO-8859-1 and can be switched in the general + admin panel, or by adding the $CFG['HeaderDefaultEncoding'] configuration + variable into config.php. Possible values are ENC_ISO_8859_1 + and ENC_UTF8. The supported encodings can be extended by adding + new encoding definitions in include/constats_general.php. +--------------------------------------------------------------------------- Version 3.0.5 (beta), 2011-02-10 - Fixed javascript compatibility issue related to Internet Explorer in reports admin.