mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Finalized Version 4.1.7
This commit is contained in:
parent
367b50aa1a
commit
f64cabb573
11
ChangeLog
11
ChangeLog
@ -1,8 +1,11 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.7 (stable), xxxx-xx-xx
|
||||
- Fixed mysql calls and php7 compatibility issues in convert.php
|
||||
- Login template: Fixed length limit of username / password
|
||||
- jpgraph: Added workarround when imageantialias function is missing
|
||||
Version 4.1.7 (stable), 2018-12-04
|
||||
- Fixed mysql calls and php7 compatibility issues in convert.php.
|
||||
- Login template: Fixed length limit of username / password.
|
||||
- jpgraph: Added workarround when imageantialias function is missing.
|
||||
- Fixed XSS Issue in login.php (Login Button Referer field).
|
||||
Thanks to Gustavo Sorondo from Cinta Infinita for reporting this.
|
||||
- Added user contributed japanese translation.
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.6 (stable), 2017-11-06
|
||||
- Fixed mysqli_connect call in UserDB functions.
|
||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "4.1.6";
|
||||
$content['BUILDNUMBER'] = "4.1.7";
|
||||
$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