]> granicus.if.org Git - icinga2/commitdiff
Release version 2.4.10 v2.4.10
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 19 May 2016 11:39:19 +0000 (13:39 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 19 May 2016 11:39:29 +0000 (13:39 +0200)
ChangeLog
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index 9eec36fb94ea71367b530db76da5576215f30c94..0517cf854fed67e20b395e18103b0f4ea655987c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,12 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.4.10
+
+#### Bugfixes
+
+* Bug 11812 (Checker): Checker component doesn't execute any checks for command_endpoint
+
 ### What's New in Version 2.4.9
 
 #### Changes
index 33c3745cf1d5ed7ad754257956b46bc1a3045455..b9d4e16cfc68e523cac0c2f9a95f49a741ebd1d2 100644 (file)
@@ -54,6 +54,12 @@ 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.10
+
+#### Bugfixes
+
+* Bug [11812](https://dev.icinga.org/issues/11812 "Bug 11812") (Checker): Checker component doesn't execute any checks for command_endpoint
+
 ### What's New in Version 2.4.9
 
 #### Changes
index 6ad7e265b792650a90904a1459bc8e82a4ccdbb1..86b1957dc0b39db46728f5adbd6723022feb95ad 100755 (executable)
@@ -6,7 +6,7 @@
     <!-- 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.9</version>\r
+    <version>2.4.10</version>\r
     <authors>2016 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 2ec770909bc8ba833b1f49ce7e8b64cad4844b58..10fc340f4e3f883237c1fb4cc8211f51fc85a784 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.4.9
+Version: 2.4.10
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index 2d0013b33aae629092908e04b1c0cb340e59230c..d622a31e3b8eb50b140789c51a2f894b0094fbac 100755 (executable)
@@ -1,7 +1,7 @@
 $packageName = 'icinga2'\r
 $installerType = 'msi'\r
-$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.9-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.9-x86_64.msi'\r
+$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.4.10-x86.msi'\r
+$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.4.10-x86_64.msi'\r
 $silentArgs = '/qn /norestart'\r
 $validExitCodes = @(0)\r
 \r