]> granicus.if.org Git - icinga2/commitdiff
Release version v2.4.3 v2.4.3
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 24 Feb 2016 13:26:37 +0000 (14:26 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 24 Feb 2016 13:26:37 +0000 (14:26 +0100)
ChangeLog
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index a2815e2c33549818108717daeceed8fe60b09469..2257e0e6f9cccd925bdf9013a854262c196b580e 100644 (file)
--- 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
index 7f437b82a511cab32de235ee59c28d08b85fb58b..794e6c2933dea7c66e3821f8f0a8388cdb8e9522 100644 (file)
@@ -54,18 +54,25 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/).
 
 ## <a id="whats-new"></a> 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
index 2b8c1eb4b482c01581dafa3347900d5ba2ece3db..831bb6693316d7b61c049598f6b010d1c56a033b 100755 (executable)
@@ -6,8 +6,8 @@
     <!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->\r
     <id>icinga2</id>\r
     <title>Icinga2</title>\r
-    <version>2.4.2</version>\r
-    <authors>2015 - The Icinga Project</authors>\r
+    <version>2.4.3</version>\r
+    <authors>2016 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
     <description>Icinga 2 is an open source monitoring platform which notifies users about host and service outages.</description>\r
index 595938003ac6b36a878dddc4e2a2746c5008ee68..d6faba6f7dd3ee138faf7ccbf5c32cf6c6759ef6 100644 (file)
@@ -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
index eae5f295b2a1380f89eb6d7678918c55f4dc98b9..67ac51192c133d7e87266391d54875c927787122 100755 (executable)
@@ -1,6 +1,6 @@
 $packageName = 'icinga2'\r
 $installerType = 'exe'\r
-$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.2.exe'\r
+$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.3.exe'\r
 $silentArgs = '/S'\r
 $validExitCodes = @(0)\r
 \r