]> granicus.if.org Git - icinga2/commitdiff
Release version 2.4.4 v2.4.4
authorGunnar Beutner <gunnar@beutner.name>
Wed, 16 Mar 2016 08:48:27 +0000 (09:48 +0100)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 16 Mar 2016 08:48:27 +0000 (09:48 +0100)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index 2257e0e6f9cccd925bdf9013a854262c196b580e..9114b8fae11b139b814de6dca62e1c16f4734cc0 100644 (file)
--- 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
index 3572eabcf7784f19c7a26f08a88fa6957c182af3..4c563d88fb8b4fcf5aa29dbeac0adbc9e496d9b6 100644 (file)
@@ -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
 
index 794e6c2933dea7c66e3821f8f0a8388cdb8e9522..3dcd56a6c11d2806e8259b3932c8085cf30749f0 100644 (file)
@@ -54,6 +54,41 @@ 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.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
index 110e3e5c289910b687a3d4135f9b3728851f461d..a8990fbc340c5f287b415f099122759f17593c78 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.4.3</version>\r
+    <version>2.4.4</version>\r
     <authors>2016 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 3a237f4eafc9acff0f0c42ddc3317f442e8bf266..261d85e968a4e28ad5885a5664bc2f1c44b6f43e 100644 (file)
@@ -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
index 67ac51192c133d7e87266391d54875c927787122..bec387eca2c5f6ced47a1aca8bef24774ba664c6 100755 (executable)
@@ -1,6 +1,6 @@
 $packageName = 'icinga2'\r
 $installerType = 'exe'\r
-$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.3.exe'\r
+$url = 'http://packages.icinga.org/windows/Icinga2-v2.4.4.exe'\r
 $silentArgs = '/S'\r
 $validExitCodes = @(0)\r
 \r