]> granicus.if.org Git - icinga2/commitdiff
Release version 2.3.9 v2.3.9
authorGunnar Beutner <gunnar@beutner.name>
Wed, 26 Aug 2015 09:33:10 +0000 (11:33 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 26 Aug 2015 09:33:26 +0000 (11:33 +0200)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.nuspec
icinga2.spec

index f1e8b12387306b0d28e5790972a116c70e151575..b1069032af5a683d9d861610a6c670aa9e61630c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,60 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.3.9
+
+#### Changes
+
+* Fix that the first SOFT state is recognized as second SOFT state
+* Implemented reload functionality for Windows
+* New ITL check commands
+* Documentation updates
+* Various other bugfixes
+
+#### Features
+
+* Feature 9527: CheckCommand for check_interfaces
+* Feature 9671: Add check_yum to ITL
+* Feature 9675: Add check_redis to ITL
+* Feature 9686: Update gdb pretty printer docs w/ Python 3
+* Feature 9699: Adding "-r" parameter to the check_load command for dividing the load averages by the number of CPUs.
+* Feature 9747: check_command for plugin check_clamd
+* Feature 9796: Implement Dictionary#get and Array#get
+* Feature 9801: Add check_jmx4perl to ITL
+* Feature 9811: add check command for check_mailq
+* Feature 9827: snmpv3 CheckCommand section improved
+* Feature 9882: Implement the Dictionary#keys method
+* Feature 9883: Use an empty dictionary for the 'this' scope when executing commands with Livestatus
+* Feature 9985: add check command nscp-local-counter
+* Feature 9996: Add new arguments openvmtools for Open VM Tools
+
+#### Bugfixes
+
+* Bug 8979: Missing DEL_DOWNTIME_BY_HOST_NAME command required by Classic UI 1.x
+* Bug 9262: cluster check w/ immediate parent and child zone endpoints
+* Bug 9623: missing config warning on empty port in endpoints
+* Bug 9769: Set correct X509 version for certificates
+* Bug 9773: Add log for missing EventCommand for command_endpoints
+* Bug 9779: Trying to set a field for a non-object instance fails
+* Bug 9782: icinga2 node wizard don't take zone_name input
+* Bug 9806: Operator + is inconsistent when used with empty and non-empty strings
+* Bug 9814: Build fix for Boost 1.59
+* Bug 9835: Dict initializer incorrectly re-initializes field that is set to an empty string
+* Bug 9860: missing check_perfmon.exe
+* Bug 9867: Agent freezes when the check returns massive output
+* Bug 9884: Warning about invalid API function icinga::Hello
+* Bug 9897: First SOFT state is recognized as second SOFT state
+* Bug 9902: typo in docs
+* Bug 9912: check_command interfaces option match_aliases has to be boolean
+* Bug 9913: Default disk checks on Windows fail because check_disk doesn't support -K
+* Bug 9928: Add missing category for IDO query
+* Bug 9947: Serial number field is not properly initialized for CA certificates
+* Bug 9961: Don't re-download NSCP for every build
+* Bug 9962: Utility::Glob on Windows doesn't support wildcards in all but the last path component
+* Bug 9972: Icinga2 - too many open files - Exception
+* Bug 9984: fix check command nscp-local
+* Bug 9992: Duplicate severity type in the documentation for SyslogLogger
+
 ### What's New in Version 2.3.8
 
 #### Changes
index 903683bd6fef56682f28a5670514b9d0c7a15b56..7fd89a07b6c6fb90f3a05cc3f489cc062494f872 100644 (file)
@@ -26,15 +26,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme
 
 Changelog:
 
-    $ ./changelog.py --version 2.3.5 --project i2
+    $ ./changelog.py --version 2.3.9 --project i2
 
 Docs:
 
-    $ ./changelog.py --version 2.3.5 --project i2 --links
+    $ ./changelog.py --version 2.3.9 --project i2 --links
 
 Wordpress:
 
-    $ ./changelog.py --version 2.3.5 --project i2 --html --links
+    $ ./changelog.py --version 2.3.9 --project i2 --html --links
 
 ## Git Tag
 
index 6fd7ef8621c1935aa13193446c6e04ff0c71d6ec..bbe6ca9bf95149182394ca0e127dbdbb8829460a 100644 (file)
@@ -54,6 +54,60 @@ 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.9
+
+#### Changes
+
+* Fix that the first SOFT state is recognized as second SOFT state
+* Implemented reload functionality for Windows
+* New ITL check commands
+* Documentation updates
+* Various other bugfixes
+
+#### Features
+
+* Feature [9527](https://dev.icinga.org/issues/9527 "Feature 9527"): CheckCommand for check_interfaces
+* Feature [9671](https://dev.icinga.org/issues/9671 "Feature 9671"): Add check_yum to ITL
+* Feature [9675](https://dev.icinga.org/issues/9675 "Feature 9675"): Add check_redis to ITL
+* Feature [9686](https://dev.icinga.org/issues/9686 "Feature 9686"): Update gdb pretty printer docs w/ Python 3
+* Feature [9699](https://dev.icinga.org/issues/9699 "Feature 9699"): Adding "-r" parameter to the check_load command for dividing the load averages by the number of CPUs.
+* Feature [9747](https://dev.icinga.org/issues/9747 "Feature 9747"): check_command for plugin check_clamd
+* Feature [9796](https://dev.icinga.org/issues/9796 "Feature 9796"): Implement Dictionary#get and Array#get
+* Feature [9801](https://dev.icinga.org/issues/9801 "Feature 9801"): Add check_jmx4perl to ITL
+* Feature [9811](https://dev.icinga.org/issues/9811 "Feature 9811"): add check command for check_mailq
+* Feature [9827](https://dev.icinga.org/issues/9827 "Feature 9827"): snmpv3 CheckCommand section improved
+* Feature [9882](https://dev.icinga.org/issues/9882 "Feature 9882"): Implement the Dictionary#keys method
+* Feature [9883](https://dev.icinga.org/issues/9883 "Feature 9883"): Use an empty dictionary for the 'this' scope when executing commands with Livestatus
+* Feature [9985](https://dev.icinga.org/issues/9985 "Feature 9985"): add check command nscp-local-counter
+* Feature [9996](https://dev.icinga.org/issues/9996 "Feature 9996"): Add new arguments openvmtools for Open VM Tools
+
+#### Bugfixes
+
+* Bug [8979](https://dev.icinga.org/issues/8979 "Bug 8979"): Missing DEL_DOWNTIME_BY_HOST_NAME command required by Classic UI 1.x
+* Bug [9262](https://dev.icinga.org/issues/9262 "Bug 9262"): cluster check w/ immediate parent and child zone endpoints
+* Bug [9623](https://dev.icinga.org/issues/9623 "Bug 9623"): missing config warning on empty port in endpoints
+* Bug [9769](https://dev.icinga.org/issues/9769 "Bug 9769"): Set correct X509 version for certificates
+* Bug [9773](https://dev.icinga.org/issues/9773 "Bug 9773"): Add log for missing EventCommand for command_endpoints
+* Bug [9779](https://dev.icinga.org/issues/9779 "Bug 9779"): Trying to set a field for a non-object instance fails
+* Bug [9782](https://dev.icinga.org/issues/9782 "Bug 9782"): icinga2 node wizard don't take zone_name input
+* Bug [9806](https://dev.icinga.org/issues/9806 "Bug 9806"): Operator + is inconsistent when used with empty and non-empty strings
+* Bug [9814](https://dev.icinga.org/issues/9814 "Bug 9814"): Build fix for Boost 1.59
+* Bug [9835](https://dev.icinga.org/issues/9835 "Bug 9835"): Dict initializer incorrectly re-initializes field that is set to an empty string
+* Bug [9860](https://dev.icinga.org/issues/9860 "Bug 9860"): missing check_perfmon.exe
+* Bug [9867](https://dev.icinga.org/issues/9867 "Bug 9867"): Agent freezes when the check returns massive output
+* Bug [9884](https://dev.icinga.org/issues/9884 "Bug 9884"): Warning about invalid API function icinga::Hello
+* Bug [9897](https://dev.icinga.org/issues/9897 "Bug 9897"): First SOFT state is recognized as second SOFT state
+* Bug [9902](https://dev.icinga.org/issues/9902 "Bug 9902"): typo in docs
+* Bug [9912](https://dev.icinga.org/issues/9912 "Bug 9912"): check_command interfaces option match_aliases has to be boolean
+* Bug [9913](https://dev.icinga.org/issues/9913 "Bug 9913"): Default disk checks on Windows fail because check_disk doesn't support -K
+* Bug [9928](https://dev.icinga.org/issues/9928 "Bug 9928"): Add missing category for IDO query
+* Bug [9947](https://dev.icinga.org/issues/9947 "Bug 9947"): Serial number field is not properly initialized for CA certificates
+* Bug [9961](https://dev.icinga.org/issues/9961 "Bug 9961"): Don't re-download NSCP for every build
+* Bug [9962](https://dev.icinga.org/issues/9962 "Bug 9962"): Utility::Glob on Windows doesn't support wildcards in all but the last path component
+* Bug [9972](https://dev.icinga.org/issues/9972 "Bug 9972"): Icinga2 - too many open files - Exception
+* Bug [9984](https://dev.icinga.org/issues/9984 "Bug 9984"): fix check command nscp-local
+* Bug [9992](https://dev.icinga.org/issues/9992 "Bug 9992"): Duplicate severity type in the documentation for SyslogLogger
+
 ### What's New in Version 2.3.8
 
 #### Changes
index 3d301aaf17a48e230223d697bbe1242e8d7c7cd1..833f3dfdc891c496b76671d88001a0bc118dccbd 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.3.8</version>\r
+    <version>2.3.9</version>\r
     <authors>2015 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 09782c83f7f4a32c66de339b3b3d808bb3096be0..9f85a1bd4e85b1f2983dd81e462a38290144adb2 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.3.8
+Version: 2.3.9
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System