mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-25 18:59:12 +02:00
Incremented Version and updated Changelog entry
This commit is contained in:
parent
b4ae5a468a
commit
a15d5de4b1
10
ChangeLog
10
ChangeLog
@ -1,4 +1,14 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.11 (stable), 2020-07-09
|
||||
- ThirdParty: Updated jpgraph to 4.3.1 (2020-04-24)
|
||||
- Thanks to Jaiver Pastor for the following fixes and changes:
|
||||
- AdminCenter: fix mysql error for field is_global
|
||||
(doesn't have a default value).
|
||||
- Fixed IncludeLanguageFile helper function when using custom language.
|
||||
- Added Spanish translation (completed).
|
||||
- Fixed minor design issue in other languages.
|
||||
- Fixed default db_template to include database changes from v4.1.9.
|
||||
---------------------------------------------------------------------------
|
||||
Version 4.1.10 (stable), 2020-02-21
|
||||
- Improve Footer Links
|
||||
---------------------------------------------------------------------------
|
||||
|
@ -65,7 +65,7 @@ $LANG_EN = "en"; // Used for fallback
|
||||
$LANG = "en"; // Default language
|
||||
|
||||
// Default Template vars
|
||||
$content['BUILDNUMBER'] = "4.1.10";
|
||||
$content['BUILDNUMBER'] = "4.1.11";
|
||||
$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