mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
Added changelog entry for 4.1.6
Closes https://github.com/rsyslog/loganalyzer/issues/17
This commit is contained in:
parent
5ae2ddd0c2
commit
4757ac873e
@ -1,4 +1,9 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.6 (stable), 2017-11-06
|
||||
- Fixed mysqli_connect call in UserDB functions.
|
||||
- Replaced mysql with mysqli functions in install.php script.
|
||||
Closes github issue #17
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.5 (stable), 2016-10-12
|
||||
- Fixed compaitiblity issues related to PHP7.
|
||||
- Updated JPGraph to 4.0.1 (to fix PHP7 support).
|
||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "4.1.5";
|
||||
$content['BUILDNUMBER'] = "4.1.6";
|
||||
$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