mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Added changelog entry for release 4.1.10
This commit is contained in:
parent
34a34ead9b
commit
e3e099680c
@ -1,4 +1,7 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Version 4.1.10 (stable), 2020-02-21
|
||||||
|
- Improve Footer Links
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 4.1.9 (stable), 2020-01-17
|
Version 4.1.9 (stable), 2020-01-17
|
||||||
- UserDB: Corrrected sourceid type of reports database with database
|
- UserDB: Corrrected sourceid type of reports database with database
|
||||||
update (v12) thanks to spacecabbie on github.
|
update (v12) thanks to spacecabbie on github.
|
||||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||||||
$LANG = "en"; // Default language
|
$LANG = "en"; // Default language
|
||||||
|
|
||||||
// Default Template vars
|
// Default Template vars
|
||||||
$content['BUILDNUMBER'] = "4.1.9";
|
$content['BUILDNUMBER'] = "4.1.10";
|
||||||
$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