Finalized Version 4.1.8

This commit is contained in:
Andre Lorbach 2019-09-26 17:21:11 +02:00
parent bf714e5647
commit b2650d09bd
2 changed files with 7 additions and 3 deletions

View File

@ -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.

View File

@ -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;