Release version 2.3.8

This commit is contained in:
Gunnar Beutner 2015-07-20 13:29:41 +02:00
parent 4853f218fc
commit 1f2768ead2
5 changed files with 31 additions and 3 deletions

View File

@ -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

View 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

View File

@ -6,7 +6,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>icinga2</id>
<title>Icinga2</title>
<version>2.3.7</version>
<version>2.3.8</version>
<authors>2015 - The Icinga Project</authors>
<owners>Icinga Development Team</owners>
<summary>icinga2 - Monitoring Agent for Windows</summary>

View 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

View File

@ -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)