Added Changelog entry for 3.0.1

This commit is contained in:
Andre Lorbach 2010-04-14 17:02:31 +02:00
parent d0a3a4f0b5
commit d706f0ae23
2 changed files with 9 additions and 1 deletions

View File

@ -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 Version 3.0.0 (beta), 2010-03-29
- All references to phpLogCon have now been renamed to LogAnalyzer, - All references to phpLogCon have now been renamed to LogAnalyzer,
which will be the new name for the phpLogCon project from now on. which will be the new name for the phpLogCon project from now on.

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.0"; $content['BUILDNUMBER'] = "3.0.1";
$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;