Added changelog entry for 4.1.6

Closes https://github.com/rsyslog/loganalyzer/issues/17
This commit is contained in:
Andre Lorbach 2017-11-06 08:54:50 +01:00
parent 5ae2ddd0c2
commit 4757ac873e
2 changed files with 6 additions and 1 deletions

View File

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

View File

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