From 3a58b60b5d9faa3b21bc37607928c31167cac8cd Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 12 Oct 2016 11:12:56 +0200 Subject: [PATCH] Added changelog entry for 4.1.5 closes: https://github.com/rsyslog/loganalyzer/issues/14 closes: https://github.com/rsyslog/loganalyzer/issues/9 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8968846..62ffe37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,14 @@ --------------------------------------------------------------------------- +Version 4.1.5 (stable), 2016-10-12 +- Fixed compaitiblity issues related to PHP7. +- Updated JPGraph to 4.0.1 (to fix PHP7 support). +- Changed all mysql_* API calls to mysqli_* API. +- Fixed several possible XSS exploit issues in report modules and + chart generator. +- Updated JQUERY to v1.12.4 and fixed issues with the loading widget. +- Fixed case sensitive speling issue in logstream disk helper functions. +- Fixed a bug when using the clear data function in UserDB Sources Admin. +--------------------------------------------------------------------------- Version 4.1.3 (beta), 2015-03-26 - Fixed REGEX Filtering issue, see #bugid 536. - Added Autofocus functions for formelemts in certain admin panel areas.