From f64cabb573957669be27ca2d65acb6aa495abdce Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Tue, 4 Dec 2018 09:25:21 +0100 Subject: [PATCH] Finalized Version 4.1.7 --- ChangeLog | 11 +++++++---- src/include/functions_common.php | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ba4d0af..d64dcdb 100644 --- a/ChangeLog +++ b/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. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index 3a3f83f..1b09c59 100644 --- a/src/include/functions_common.php +++ b/src/include/functions_common.php @@ -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;