From 1f2768ead224781f5b88f420b59e560ffc98ffa0 Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Mon, 20 Jul 2015 13:29:41 +0200 Subject: [PATCH] Release version 2.3.8 --- ChangeLog | 14 ++++++++++++++ doc/1-about.md | 14 ++++++++++++++ icinga2.nuspec | 2 +- icinga2.spec | 2 +- tools/chocolateyInstall.ps1 | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fc1c00b90..f1e8b1238 100644 --- 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 diff --git a/doc/1-about.md b/doc/1-about.md index cf77b350f..6fd7ef862 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,6 +54,20 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). ## 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 diff --git a/icinga2.nuspec b/icinga2.nuspec index b72e458ee..3d301aaf1 100755 --- a/icinga2.nuspec +++ b/icinga2.nuspec @@ -6,7 +6,7 @@ icinga2 Icinga2 - 2.3.7 + 2.3.8 2015 - The Icinga Project Icinga Development Team icinga2 - Monitoring Agent for Windows diff --git a/icinga2.spec b/icinga2.spec index 4a406968c..09782c83f 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -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 diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 07b63a7fa..ef36b6fbb 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.7.exe' +$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.8.exe' $silentArgs = '/S' $validExitCodes = @(0)