Release version 2.3.9

This commit is contained in:
Gunnar Beutner 2015-08-26 11:33:10 +02:00
parent 1a0d5e4a31
commit ad33dcb07a
5 changed files with 113 additions and 5 deletions

View File

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

View 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

View 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

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.8</version>
<version>2.3.9</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.8
Version: 2.3.9
Release: %{revision}%{?dist}
License: GPL-2.0+
Group: Applications/System