]> granicus.if.org Git - icinga2/commitdiff
Release version 2.5.1
authorMichael Friedrich <michael.friedrich@netways.de>
Tue, 23 Aug 2016 12:50:56 +0000 (14:50 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Tue, 23 Aug 2016 12:58:24 +0000 (14:58 +0200)
ChangeLog
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index 8cadc7b177c3eeecd8fd120591dbe5d4e38a299c..61d17916db23e4779a57fb7ac62ae8b529b4f788 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.5.1
+
+#### Bugfixes
+
+* Bug 12517 (Notifications): Icinga 2 sends recovery notifications for SOFT NOT-OK states
+
 ### What's New in Version 2.5.0
 
 #### Changes
index f5fdb363b5f2d3681f0c44f50f944731353416d2..77ab0bb19cac5994b18218a4f2555a95bfdcf3d1 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.5.1
+
+#### Bugfixes
+
+* Bug [12517](https://dev.icinga.org/issues/12517 "Bug 12517") (Notifications): Icinga 2 sends recovery notifications for SOFT NOT-OK states
+
 ### What's New in Version 2.5.0
 
 #### Changes
index 168f4cfa85ef46e1baf9085b9f38616f29fc543a..1624c17d0bfa14123817edbe247998c1bff42cd9 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.5.0</version>\r
+    <version>2.5.1</version>\r
     <authors>2016 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index ba5292e9e2ff429e613bcd4fc0c026c85deb0945..6726d781fda24428b51246275295ae62fda5391b 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.5.0
+Version: 2.5.1
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index 260f3805f47f8b1031bf3f1c5c519571780a2f9a..d5afe5e25d9d793623553b7164df110dbe4dd1a4 100755 (executable)
@@ -1,7 +1,7 @@
 $packageName = 'icinga2'\r
 $installerType = 'msi'\r
-$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.5.0-x86.msi'\r
-$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.5.0-x86_64.msi'\r
+$url32 = 'http://packages.icinga.org/windows/Icinga2-v2.5.1-x86.msi'\r
+$url64 = 'http://packages.icinga.org/windows/Icinga2-v2.5.1-x86_64.msi'\r
 $silentArgs = '/qn /norestart'\r
 $validExitCodes = @(0)\r
 \r