]> granicus.if.org Git - icinga2/commitdiff
Release version 2.3.8
authorGunnar Beutner <gunnar@beutner.name>
Mon, 20 Jul 2015 11:29:41 +0000 (13:29 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 20 Jul 2015 11:37:39 +0000 (13:37 +0200)
ChangeLog
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index fc1c00b903be6a5e2e91319128bc5aa13a0eca02..f1e8b12387306b0d28e5790972a116c70e151575 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,20 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.3.8
+
+#### Changes
+
+* Bugfixes
+
+#### Bugfixes
+
+* Bug 9554: Don't allow "ignore where" for groups when there's no "assign where"
+* Bug 9634: DB IDO: Do not update endpointstatus table on config updates
+* Bug 9637: Wrong parameter for CheckCommand "ping-common-windows"
+* Bug 9665: Escaping does not work for OpenTSDB perfdata plugin
+* Bug 9666: checkcommand disk does not check free inode - check_disk
+
 ### What's New in Version 2.3.7
 
 #### Changes
index cf77b350f6ab748bc207bc09714e965872d6c792..6fd7ef8621c1935aa13193446c6e04ff0c71d6ec 100644 (file)
@@ -54,6 +54,20 @@ 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.3.8
+
+#### Changes
+
+* Bugfixes
+
+#### Bugfixes
+
+* Bug [9554](https://dev.icinga.org/issues/9554 "Bug 9554"): Don't allow "ignore where" for groups when there's no "assign where"
+* Bug [9634](https://dev.icinga.org/issues/9634 "Bug 9634"): DB IDO: Do not update endpointstatus table on config updates
+* Bug [9637](https://dev.icinga.org/issues/9637 "Bug 9637"): Wrong parameter for CheckCommand "ping-common-windows"
+* Bug [9665](https://dev.icinga.org/issues/9665 "Bug 9665"): Escaping does not work for OpenTSDB perfdata plugin
+* Bug [9666](https://dev.icinga.org/issues/9666 "Bug 9666"): checkcommand disk does not check free inode - check_disk
+
 ### What's New in Version 2.3.7
 
 #### Changes
index b72e458ee1b8c8f2668b4b6438c6a87a8b20c28e..3d301aaf17a48e230223d697bbe1242e8d7c7cd1 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.3.7</version>\r
+    <version>2.3.8</version>\r
     <authors>2015 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index ce74d6dbf99f4e95591da71fa9cf691dd186c955..d00f6e4d7b9fa57c68215aca04b9b61a42bc7290 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.3.7
+Version: 2.3.8
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index 07b63a7fa0077a86050266310b1364a1a05464f1..ef36b6fbb016b108f0e2cc06ba2ba15d951ac37e 100755 (executable)
@@ -1,6 +1,6 @@
 $packageName = 'icinga2'\r
 $installerType = 'exe'\r
-$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.7.exe'\r
+$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.8.exe'\r
 $silentArgs = '/S'\r
 $validExitCodes = @(0)\r
 \r