diff --git a/ChangeLog b/ChangeLog index fdfb48f..46bcbcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ --------------------------------------------------------------------------- +Version 3.0.1 (beta), 2010-04-14 +- Fixed record height issue when "Show Onlinesearch icons within fields" + option was enabled +- Added support to automatically add missing fields in Mysql and PDO + Logstreams. Currently MySQL and PostgreSQL are support only. +- Error details of logstream sources will now be shown on detail.php + page as well. +--------------------------------------------------------------------------- Version 3.0.0 (beta), 2010-03-29 - All references to phpLogCon have now been renamed to LogAnalyzer, which will be the new name for the phpLogCon project from now on. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 339498f..f6edef4 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.0"; +$content['BUILDNUMBER'] = "3.0.1"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;