mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Finalized Version 4.1.9
This commit is contained in:
parent
f86606bc66
commit
e833ca4e98
@ -1,4 +1,11 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.9 (stable), 2020-01-17
|
||||
- UserDB: Corrrected sourceid type of reports database with database
|
||||
update (v12) thanks to spacecabbie on github.
|
||||
- Fixed Links in Helpmenu (thanks to spacecabbie on github).
|
||||
- Secured redirect code in login form, thanks for reporting to:
|
||||
Amal Thamban , Kamal Paul
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.8 (stable), 2019-09-26
|
||||
- Add new driver for DBMS ClickHouse
|
||||
- php7.x: fixed multiple compatibility issues.
|
||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "4.1.8";
|
||||
$content['BUILDNUMBER'] = "4.1.9";
|
||||
$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