]> granicus.if.org Git - icinga2/commitdiff
Release version 2.3.7
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 15 Jul 2015 08:46:51 +0000 (10:46 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 15 Jul 2015 09:23:25 +0000 (11:23 +0200)
ChangeLog
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index a8cb2384683bb5b68adc0c12aa3d3d713b0506ed..fc1c00b903be6a5e2e91319128bc5aa13a0eca02 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,26 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.3.7
+
+#### Changes
+
+* Bugfixes
+
+#### Features
+
+* Feature 9610: Enhance troubleshooting ssl errors & cluster replay log
+
+#### Bugfixes
+
+* Bug 9406: Selective cluster reconnecting breaks client communication
+* Bug 9535: Config parser ignores "ignore" in template definition
+* Bug 9584: Incorrect return value for the macro() function
+* Bug 9585: Wrong formatting in DB IDO extensions docs
+* Bug 9586: DB IDO: endpoint* tables are cleared on reload causing constraint violations
+* Bug 9621: Assertion failed in icinga::ScriptUtils::Intersection
+* Bug 9622: Missing lock in ScriptUtils::Union
+
 ### What's New in Version 2.3.6
 
 #### Changes
index 142e10865ab6f2324e1c560951bc33db605d0733..cf77b350f6ab748bc207bc09714e965872d6c792 100644 (file)
@@ -54,6 +54,26 @@ 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.7
+
+#### Changes
+
+* Bugfixes
+
+#### Features
+
+* Feature [9610](https://dev.icinga.org/issues/9610 "Feature 9610"): Enhance troubleshooting ssl errors & cluster replay log
+
+#### Bugfixes
+
+* Bug [9406](https://dev.icinga.org/issues/9406 "Bug 9406"): Selective cluster reconnecting breaks client communication
+* Bug [9535](https://dev.icinga.org/issues/9535 "Bug 9535"): Config parser ignores "ignore" in template definition
+* Bug [9584](https://dev.icinga.org/issues/9584 "Bug 9584"): Incorrect return value for the macro() function
+* Bug [9585](https://dev.icinga.org/issues/9585 "Bug 9585"): Wrong formatting in DB IDO extensions docs
+* Bug [9586](https://dev.icinga.org/issues/9586 "Bug 9586"): DB IDO: endpoint* tables are cleared on reload causing constraint violations
+* Bug [9621](https://dev.icinga.org/issues/9621 "Bug 9621"): Assertion failed in icinga::ScriptUtils::Intersection
+* Bug [9622](https://dev.icinga.org/issues/9622 "Bug 9622"): Missing lock in ScriptUtils::Union
+
 ### What's New in Version 2.3.6
 
 #### Changes
index 754f52a00c602e7d05ae78beeb07610753d9a87f..b72e458ee1b8c8f2668b4b6438c6a87a8b20c28e 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.6</version>\r
+    <version>2.3.7</version>\r
     <authors>2015 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index fa6f68bcb3b68ba55456245983cebfc4f3e7ddda..ce74d6dbf99f4e95591da71fa9cf691dd186c955 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.3.6
+Version: 2.3.7
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index cfd163d1e4a870fdeae1fe15a18df690989aed84..07b63a7fa0077a86050266310b1364a1a05464f1 100755 (executable)
@@ -1,6 +1,6 @@
 $packageName = 'icinga2'\r
 $installerType = 'exe'\r
-$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.6.exe'\r
+$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.7.exe'\r
 $silentArgs = '/S'\r
 $validExitCodes = @(0)\r
 \r