diff --git a/ChangeLog b/ChangeLog index 46bcbcf..211d026 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,9 @@ --------------------------------------------------------------------------- +Version 3.0.2 (beta), 2010-10-22 +- Added support to use a proxy server for internal url request. For + example the update check request which is done during login + will use this proxy server if configured. +--------------------------------------------------------------------------- Version 3.0.1 (beta), 2010-04-14 - Fixed record height issue when "Show Onlinesearch icons within fields" option was enabled diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 7435924..19e5def 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.1"; +$content['BUILDNUMBER'] = "3.0.2"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;