From b2650d09bd56b0278703a6a83cf7c2b24935be02 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Thu, 26 Sep 2019 17:21:11 +0200 Subject: [PATCH] Finalized Version 4.1.8 --- ChangeLog | 8 ++++++-- src/include/functions_common.php | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 389b473..9d0cbb7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,11 @@ --------------------------------------------------------------------------- -Version 4.1.8 (stable), 2019-xx-xx +Version 4.1.8 (stable), 2019-09-26 - Add new driver for DBMS ClickHouse - +- php7.x: fixed multiple compatibility issues. +- Fixed minor database definition issue (missing defautl value). +- Reports Admin: fixed insert sql statement for savereports (SourceID). +- Reports Admin: fixed wrong mysql_ API call in reports module and + replaced with DB_ReturnLastInsertID. --------------------------------------------------------------------------- Version 4.1.7 (stable), 2018-12-04 - Fixed mysql calls and php7 compatibility issues in convert.php. diff --git a/src/include/functions_common.php b/src/include/functions_common.php index a31e162..c599cee 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.7"; +$content['BUILDNUMBER'] = "4.1.8"; $content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt"; $content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title $content['BASEPATH'] = $gl_root_path;