mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Finalized Version 4.1.8
This commit is contained in:
parent
bf714e5647
commit
b2650d09bd
@ -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.
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user