From 460c25b94d3acd119e35e23e5edb6863aaa27f8e Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Wed, 16 Mar 2016 09:48:27 +0100 Subject: [PATCH] Release version 2.4.4 --- ChangeLog | 35 +++++++++++++++++++++++++++++++++++ RELEASE.md | 6 +++--- doc/1-about.md | 35 +++++++++++++++++++++++++++++++++++ icinga2.nuspec | 2 +- icinga2.spec | 2 +- tools/chocolateyInstall.ps1 | 2 +- 6 files changed, 76 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2257e0e6f..9114b8fae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,41 @@ Please check [doc/1-about.md]. ## What's New +### What's New in Version 2.4.4 + +#### Feature + +* Feature 10358: ITL: Allow to enforce specific SSL versions using the http check command +* Feature 11205: Add "query" option to check_postgres command. + +#### Bugfixes + +* Bug 9642: Flapping notifications are sent for hosts/services which are in a downtime +* Bug 9969: Problem notifications while Flapping is active +* Bug 10225: Host notification type is PROBLEM but should be RECOVERY +* Bug 10231: MkDirP not working on Windows +* Bug 10766: DB IDO: User notification type filters are incorrect +* Bug 10770: Status code 200 even if an object could not be deleted. +* Bug 10795: http check's URI is really just Path +* Bug 10976: Explain how to join hosts/services for /v1/objects/comments +* Bug 11107: ITL: Missing documentation for nwc_health "mode" parameter +* Bug 11159: Common name in node wizard isn't case sensitive +* Bug 11208: CMake does not find MySQL libraries on Windows +* Bug 11209: Wrong log message for trusted cert in node setup command +* Bug 11240: DEL_DOWNTIME_BY_HOST_NAME does not accept optional arguments +* Bug 11248: Active checks are executed even though passive results are submitted +* Bug 11257: Incorrect check interval when passive check results are used +* Bug 11273: Services status updated multiple times within check_interval even though no retry was triggered +* Bug 11289: epoll_ctl might cause oops on Ubuntu trusty +* Bug 11320: Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications +* Bug 11328: Typo in API docs +* Bug 11331: Update build requirements for SLES 11 SP4 +* Bug 11349: 'icinga2 feature list' fails when all features are disabled +* Bug 11350: Docs: Add API examples for creating services and check commands +* Bug 11352: Segmentation fault during 'icinga2 daemon -C' +* Bug 11369: Chocolatey package is missing uninstall function +* Bug 11385: Update development docs to use 'thread apply all bt full' + ### What's New in Version 2.4.3 #### Bugfixes diff --git a/RELEASE.md b/RELEASE.md index 3572eabcf..4c563d88f 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -30,15 +30,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme Changelog: - $ ./changelog.py --version 2.4.2 --project i2 + $ ./changelog.py --version 2.4.4 --project i2 Docs: - $ ./changelog.py --version 2.4.2 --project i2 --links + $ ./changelog.py --version 2.4.4 --project i2 --links Wordpress: - $ ./changelog.py --version 2.4.2 --project i2 --html --links + $ ./changelog.py --version 2.4.4 --project i2 --html --links ## Git Tag diff --git a/doc/1-about.md b/doc/1-about.md index 794e6c293..3dcd56a6c 100644 --- a/doc/1-about.md +++ b/doc/1-about.md @@ -54,6 +54,41 @@ More details in the [Icinga FAQ](https://www.icinga.org/icinga/faq/). ## What's New +### What's New in Version 2.4.4 + +#### Feature + +* Feature [10358](https://dev.icinga.org/issues/10358 "Feature 10358"): ITL: Allow to enforce specific SSL versions using the http check command +* Feature [11205](https://dev.icinga.org/issues/11205 "Feature 11205"): Add "query" option to check_postgres command. + +#### Bugfixes + +* Bug [9642](https://dev.icinga.org/issues/9642 "Bug 9642"): Flapping notifications are sent for hosts/services which are in a downtime +* Bug [9969](https://dev.icinga.org/issues/9969 "Bug 9969"): Problem notifications while Flapping is active +* Bug [10225](https://dev.icinga.org/issues/10225 "Bug 10225"): Host notification type is PROBLEM but should be RECOVERY +* Bug [10231](https://dev.icinga.org/issues/10231 "Bug 10231"): MkDirP not working on Windows +* Bug [10766](https://dev.icinga.org/issues/10766 "Bug 10766"): DB IDO: User notification type filters are incorrect +* Bug [10770](https://dev.icinga.org/issues/10770 "Bug 10770"): Status code 200 even if an object could not be deleted. +* Bug [10795](https://dev.icinga.org/issues/10795 "Bug 10795"): http check's URI is really just Path +* Bug [10976](https://dev.icinga.org/issues/10976 "Bug 10976"): Explain how to join hosts/services for /v1/objects/comments +* Bug [11107](https://dev.icinga.org/issues/11107 "Bug 11107"): ITL: Missing documentation for nwc_health "mode" parameter +* Bug [11159](https://dev.icinga.org/issues/11159 "Bug 11159"): Common name in node wizard isn't case sensitive +* Bug [11208](https://dev.icinga.org/issues/11208 "Bug 11208"): CMake does not find MySQL libraries on Windows +* Bug [11209](https://dev.icinga.org/issues/11209 "Bug 11209"): Wrong log message for trusted cert in node setup command +* Bug [11240](https://dev.icinga.org/issues/11240 "Bug 11240"): DEL_DOWNTIME_BY_HOST_NAME does not accept optional arguments +* Bug [11248](https://dev.icinga.org/issues/11248 "Bug 11248"): Active checks are executed even though passive results are submitted +* Bug [11257](https://dev.icinga.org/issues/11257 "Bug 11257"): Incorrect check interval when passive check results are used +* Bug [11273](https://dev.icinga.org/issues/11273 "Bug 11273"): Services status updated multiple times within check_interval even though no retry was triggered +* Bug [11289](https://dev.icinga.org/issues/11289 "Bug 11289"): epoll_ctl might cause oops on Ubuntu trusty +* Bug [11320](https://dev.icinga.org/issues/11320 "Bug 11320"): Volatile transitions from HARD NOT-OK->NOT-OK do not trigger notifications +* Bug [11328](https://dev.icinga.org/issues/11328 "Bug 11328"): Typo in API docs +* Bug [11331](https://dev.icinga.org/issues/11331 "Bug 11331"): Update build requirements for SLES 11 SP4 +* Bug [11349](https://dev.icinga.org/issues/11349 "Bug 11349"): 'icinga2 feature list' fails when all features are disabled +* Bug [11350](https://dev.icinga.org/issues/11350 "Bug 11350"): Docs: Add API examples for creating services and check commands +* Bug [11352](https://dev.icinga.org/issues/11352 "Bug 11352"): Segmentation fault during 'icinga2 daemon -C' +* Bug [11369](https://dev.icinga.org/issues/11369 "Bug 11369"): Chocolatey package is missing uninstall function +* Bug [11385](https://dev.icinga.org/issues/11385 "Bug 11385"): Update development docs to use 'thread apply all bt full' + ### What's New in Version 2.4.3 #### Bugfixes diff --git a/icinga2.nuspec b/icinga2.nuspec index 110e3e5c2..a8990fbc3 100755 --- a/icinga2.nuspec +++ b/icinga2.nuspec @@ -6,7 +6,7 @@ icinga2 Icinga2 - 2.4.3 + 2.4.4 2016 - The Icinga Project Icinga Development Team icinga2 - Monitoring Agent for Windows diff --git a/icinga2.spec b/icinga2.spec index 3a237f4ea..261d85e96 100644 --- a/icinga2.spec +++ b/icinga2.spec @@ -66,7 +66,7 @@ Summary: Network monitoring application Name: icinga2 -Version: 2.4.3 +Version: 2.4.4 Release: %{revision}%{?dist} License: GPL-2.0+ Group: Applications/System diff --git a/tools/chocolateyInstall.ps1 b/tools/chocolateyInstall.ps1 index 67ac51192..bec387eca 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.4.3.exe' +$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.4.exe' $silentArgs = '/S' $validExitCodes = @(0) -- 2.40.0