diff --git a/ChangeLog b/ChangeLog index a2815e2c3..2257e0e6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,13 @@ Please check [doc/1-about.md]. ## What's New +### What's New in Version 2.4.3 + +#### Bugfixes + +* Bug 11211: Permission problem after running icinga2 node wizard +* Bug 11212: Wrong permissions for files in /var/cache/icinga2/* + ### What's New in Version 2.4.2 #### Changes diff --git a/doc/1-about.md b/doc/1-about.md index 7f437b82a..794e6c293 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,18 +54,25 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). ## What's New +### What's New in Version 2.4.3 + +#### Bugfixes + +* Bug [11211](https://dev.icinga.org/issues/11211 "Bug 11211"): Permission problem after running icinga2 node wizard +* Bug [11212](https://dev.icinga.org/issues/11212 "Bug 11212"): Wrong permissions for files in /var/cache/icinga2/* + ### What's New in Version 2.4.2 #### Changes * ITL - Additional arguments for check_disk - Fix incorrect path for the check_hpasm plugin - New command: check_iostat - Fix incorrect variable names for the check_impi plugin + * Additional arguments for check_disk + * Fix incorrect path for the check_hpasm plugin + * New command: check_iostat + * Fix incorrect variable names for the check_impi plugin * Cluster - Improve cluster performance - Fix connection handling problems (multiple connections for the same endpoint) + * Improve cluster performance + * Fix connection handling problems (multiple connections for the same endpoint) * Performance improvements for the DB IDO modules * Lots and lots of various other bugfixes * Documentation updates diff --git a/icinga2.nuspec b/icinga2.nuspec index 2b8c1eb4b..831bb6693 100755 --- a/icinga2.nuspec +++ b/icinga2.nuspec @@ -6,8 +6,8 @@ icinga2 Icinga2 - 2.4.2 - 2015 - The Icinga Project + 2.4.3 + 2016 - The Icinga Project Icinga Development Team icinga2 - Monitoring Agent for Windows Icinga 2 is an open source monitoring platform which notifies users about host and service outages. diff --git a/icinga2.spec b/icinga2.spec index 595938003..d6faba6f7 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -66,7 +66,7 @@ Summary: Network monitoring application Name: icinga2 -Version: 2.4.2 +Version: 2.4.3 Release: %{revision}%{?dist} License: GPL-2.0+ Group: Applications/System diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index eae5f295b..67ac51192 100755 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $packageName = 'icinga2' $installerType = 'exe' -$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.2.exe' +$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.3.exe' $silentArgs = '/S' $validExitCodes = @(0)