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
fd8f304b29
commit
7e9a68efa2
@ -1,4 +1,7 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.0.4 (beta), 2010-11-16
|
||||
- Fixed Copy and Paste error in db_template.txt.
|
||||
---------------------------------------------------------------------------
|
||||
Version 3.0.3 (beta), 2010-10-28
|
||||
- Added support for using custom filter for charts, for example if you
|
||||
want to create charts for single servers.
|
||||
|
@ -66,7 +66,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "3.0.3";
|
||||
$content['BUILDNUMBER'] = "3.0.4";
|
||||
$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