mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Added Changelog entry for 3.0.1
This commit is contained in:
parent
d0a3a4f0b5
commit
d706f0ae23
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user