From 309e3ac2690ad94d046122ad74af61e931fb4f30 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Wed, 15 Jul 2015 10:46:51 +0200 Subject: [PATCH] Release version 2.3.7 --- ChangeLog | 20 ++++++++++++++++++++ doc/1-about.md | 20 ++++++++++++++++++++ icinga2.nuspec | 2 +- icinga2.spec | 2 +- tools/chocolateyInstall.ps1 | 2 +- 5 files changed, 43 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index a8cb23846..fc1c00b90 100644 --- 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 diff --git a/doc/1-about.md b/doc/1-about.md index 142e10865..cf77b350f 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,6 +54,26 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). ## 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 diff --git a/icinga2.nuspec b/icinga2.nuspec index 754f52a00..b72e458ee 100755 --- a/icinga2.nuspec +++ b/icinga2.nuspec @@ -6,7 +6,7 @@ icinga2 Icinga2 - 2.3.6 + 2.3.7 2015 - The Icinga Project Icinga Development Team icinga2 - Monitoring Agent for Windows diff --git a/icinga2.spec b/icinga2.spec index fa6f68bcb..ce74d6dbf 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -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 diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index cfd163d1e..07b63a7fa 100755 --- a/tools/chocolateyInstall.ps1 +++ b/tools/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $packageName = 'icinga2' $installerType = 'exe' -$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.6.exe' +$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.7.exe' $silentArgs = '/S' $validExitCodes = @(0) -- 2.40.0