mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog
This commit is contained in:
parent
24de694d47
commit
6ac575aa07
@ -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
|
Version 3.0.1 (beta), 2010-04-14
|
||||||
- Fixed record height issue when "Show Onlinesearch icons within fields"
|
- Fixed record height issue when "Show Onlinesearch icons within fields"
|
||||||
option was enabled
|
option was enabled
|
||||||
|
@ -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.1";
|
$content['BUILDNUMBER'] = "3.0.2";
|
||||||
$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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user