mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 03:09:21 +02:00
Update ChangeLog entries, updated to v4.1.13
This commit is contained in:
parent
4f41224b53
commit
58c1e8ab20
@ -1,4 +1,13 @@
|
|||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
Version 4.1.13 (stable), 2022-10-19
|
||||||
|
---------------------------------------------------------------------------
|
||||||
|
- UserDB: Fixed "Could not delete data in the '1' source" error in
|
||||||
|
sources admin, thanks to github user @Conan1231
|
||||||
|
- statistics: Fix undefinded chart_defaultfilter, thanks to
|
||||||
|
github user @vsc55
|
||||||
|
- PHP8 Compatibility: Fix issues regarding PHP8 support
|
||||||
|
- jpgraph: Updated to 4.4.1 for PHP8 compatibility
|
||||||
|
---------------------------------------------------------------------------
|
||||||
Version 4.1.12 (stable), 2021-04-29
|
Version 4.1.12 (stable), 2021-04-29
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
- Secured username field against XSS attacks, thanks for reporting to:
|
- Secured username field against XSS attacks, thanks for reporting to:
|
||||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
|||||||
$LANG = "en"; // Default language
|
$LANG = "en"; // Default language
|
||||||
|
|
||||||
// Default Template vars
|
// Default Template vars
|
||||||
$content['BUILDNUMBER'] = "4.1.12";
|
$content['BUILDNUMBER'] = "4.1.13";
|
||||||
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
$content['UPDATEURL'] = "http://loganalyzer.adiscon.com/files/version.txt";
|
||||||
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
$content['TITLE'] = "Adiscon LogAnalyzer :: Release " . $content['BUILDNUMBER']; // Default page title
|
||||||
$content['BASEPATH'] = $gl_root_path;
|
$content['BASEPATH'] = $gl_root_path;
|
||||||
|
@ -159,4 +159,4 @@ $page -> output();
|
|||||||
//include($gl_root_path . 'include/functions_installhelpers.php');
|
//include($gl_root_path . 'include/functions_installhelpers.php');
|
||||||
//ConvertCustomCharts();
|
//ConvertCustomCharts();
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
x
Reference in New Issue
Block a user