]> granicus.if.org Git - icinga2/commitdiff
Release version 2.3.11 v2.3.11
authorGunnar Beutner <gunnar@beutner.name>
Mon, 19 Oct 2015 09:14:40 +0000 (11:14 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Mon, 19 Oct 2015 09:14:40 +0000 (11:14 +0200)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.nuspec
icinga2.spec
tools/chocolateyInstall.ps1

index 07ea8a25d5e05988f25d51b3e8139c41f1e16664..ed8b7fa4d164208fe110d30112e64e8104c4376b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,67 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.3.11
+
+#### Changes
+
+* Function for performing CIDR matches: cidr_match()
+* New methods: String#reverse and Array#reverse
+* New ITL command definitions: nwc_health, hpasm, squid, pgsql
+* Additional arguments for ITL command definitions: by_ssh, dig, pop, spop, imap, simap
+* Documentation updates
+* Various bugfixes
+
+#### Features
+
+* Feature 9183: Add timestamp support for OpenTsdbWriter
+* Feature 9466: Add FreeBSD setup to getting started
+* Feature 9812: add check command for check_nwc_health
+* Feature 9854: check_command for plugin check_hpasm
+* Feature 10004: escape_shell_arg() method
+* Feature 10006: Implement a way for users to resolve commands+arguments in the same way Icinga does
+* Feature 10057: Command Execution Bridge: Use of same endpoint names in examples for a better understanding
+* Feature 10109: Add check command squid
+* Feature 10112: Add check command pgsql
+* Feature 10129: Add ipv4/ipv6 only to nrpe CheckCommand
+* Feature 10139: expand check command dig
+* Feature 10142: Update debug docs for core dumps and full backtraces
+* Feature 10157: Update graphing section in the docs
+* Feature 10158: Make check_disk.exe CheckCommand Config more verbose
+* Feature 10161: Improve documentation for check_memory
+* Feature 10197: Implement the Array#reverse and String#reverse methods
+* Feature 10207: Find a better description for cluster communication requirements
+* Feature 10216: Clarify on cluster/client naming convention and add troubleshooting section
+* Feature 10219: Add timeout argument for pop, spop, imap, simap commands
+* Feature 10352: Improve timeperiod documentation
+* Feature 10354: New method: cidr_match()
+* Feature 10379: Add a debug log message for updating the program status table in DB IDO
+
+#### Bugfixes
+
+* Bug 8805: check cluster-zone returns wrong log lag
+* Bug 9322: sending multiple Livestatus commands rejects all except the first
+* Bug 10002: Deadlock in WorkQueue::Enqueue
+* Bug 10079: Improve error message for socket errors in Livestatus
+* Bug 10093: Rather use unique SID when granting rights for folders in NSIS on Windows Client
+* Bug 10177: Windows Check Update -> Access denied
+* Bug 10191: String methods cannot be invoked on an empty string
+* Bug 10192: null + null should not be ""
+* Bug 10199: Remove unnecessary MakeLiteral calls in SetExpression::DoEvaluate
+* Bug 10204: Config parser problem with parenthesis and newlines
+* Bug 10205: config checker reports wrong error on apply for rules
+* Bug 10235: Deadlock in TlsStream::Close
+* Bug 10239: Don't throw an exception when replaying the current replay log file
+* Bug 10245: Percent character whitespace on Windows
+* Bug 10254: Performance Data Labels including '=' will not be displayed correct
+* Bug 10262: Don't log messages we've already relayed to all relevant zones
+* Bug 10266: "Not after" value overflows in X509 certificates on RHEL5
+* Bug 10348: Checkresultreader is unable to process host checks
+* Bug 10349: Missing Start call for base class in CheckResultReader
+* Bug 10351: Broken table layout in chapter 20
+* Bug 10365: ApiListener::SyncRelayMessage doesn't send message to all zone members
+* Bug 10377: Wrong connection log message for global zones
+
 ### What's New in Version 2.3.10
 
 #### Features
index 41cde4358fc0cb3e1160d38fdffa94f8cdffeaf7..898154ba4f2e58cf5f00d860d0241b7448aae020 100644 (file)
@@ -26,15 +26,15 @@ the changelog.py script. Also generate HTML for the wordpress release announceme
 
 Changelog:
 
-    $ ./changelog.py --version 2.3.10 --project i2
+    $ ./changelog.py --version 2.3.11 --project i2
 
 Docs:
 
-    $ ./changelog.py --version 2.3.10 --project i2 --links
+    $ ./changelog.py --version 2.3.11 --project i2 --links
 
 Wordpress:
 
-    $ ./changelog.py --version 2.3.10 --project i2 --html --links
+    $ ./changelog.py --version 2.3.11 --project i2 --html --links
 
 ## Git Tag
 
index 899aaf8b217b7a4d8024b795d070b2ec290b60d2..1f1bbb0f73e8e6a20c6d19aa70a3f04049c2d8e8 100644 (file)
@@ -54,6 +54,67 @@ 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.11
+
+#### Changes
+
+* Function for performing CIDR matches: cidr_match()
+* New methods: String#reverse and Array#reverse
+* New ITL command definitions: nwc_health, hpasm, squid, pgsql
+* Additional arguments for ITL command definitions: by_ssh, dig, pop, spop, imap, simap
+* Documentation updates
+* Various bugfixes
+
+#### Features
+
+* Feature [9183](https://dev.icinga.org/issues/9183 "Feature 9183"): Add timestamp support for OpenTsdbWriter
+* Feature [9466](https://dev.icinga.org/issues/9466 "Feature 9466"): Add FreeBSD setup to getting started
+* Feature [9812](https://dev.icinga.org/issues/9812 "Feature 9812"): add check command for check_nwc_health
+* Feature [9854](https://dev.icinga.org/issues/9854 "Feature 9854"): check_command for plugin check_hpasm
+* Feature [10004](https://dev.icinga.org/issues/10004 "Feature 10004"): escape_shell_arg() method
+* Feature [10006](https://dev.icinga.org/issues/10006 "Feature 10006"): Implement a way for users to resolve commands+arguments in the same way Icinga does
+* Feature [10057](https://dev.icinga.org/issues/10057 "Feature 10057"): Command Execution Bridge: Use of same endpoint names in examples for a better understanding
+* Feature [10109](https://dev.icinga.org/issues/10109 "Feature 10109"): Add check command squid
+* Feature [10112](https://dev.icinga.org/issues/10112 "Feature 10112"): Add check command pgsql
+* Feature [10129](https://dev.icinga.org/issues/10129 "Feature 10129"): Add ipv4/ipv6 only to nrpe CheckCommand
+* Feature [10139](https://dev.icinga.org/issues/10139 "Feature 10139"): expand check command dig
+* Feature [10142](https://dev.icinga.org/issues/10142 "Feature 10142"): Update debug docs for core dumps and full backtraces
+* Feature [10157](https://dev.icinga.org/issues/10157 "Feature 10157"): Update graphing section in the docs
+* Feature [10158](https://dev.icinga.org/issues/10158 "Feature 10158"): Make check_disk.exe CheckCommand Config more verbose
+* Feature [10161](https://dev.icinga.org/issues/10161 "Feature 10161"): Improve documentation for check_memory
+* Feature [10197](https://dev.icinga.org/issues/10197 "Feature 10197"): Implement the Array#reverse and String#reverse methods
+* Feature [10207](https://dev.icinga.org/issues/10207 "Feature 10207"): Find a better description for cluster communication requirements
+* Feature [10216](https://dev.icinga.org/issues/10216 "Feature 10216"): Clarify on cluster/client naming convention and add troubleshooting section
+* Feature [10219](https://dev.icinga.org/issues/10219 "Feature 10219"): Add timeout argument for pop, spop, imap, simap commands
+* Feature [10352](https://dev.icinga.org/issues/10352 "Feature 10352"): Improve timeperiod documentation
+* Feature [10354](https://dev.icinga.org/issues/10354 "Feature 10354"): New method: cidr_match()
+* Feature [10379](https://dev.icinga.org/issues/10379 "Feature 10379"): Add a debug log message for updating the program status table in DB IDO
+
+#### Bugfixes
+
+* Bug [8805](https://dev.icinga.org/issues/8805 "Bug 8805"): check cluster-zone returns wrong log lag
+* Bug [9322](https://dev.icinga.org/issues/9322 "Bug 9322"): sending multiple Livestatus commands rejects all except the first
+* Bug [10002](https://dev.icinga.org/issues/10002 "Bug 10002"): Deadlock in WorkQueue::Enqueue
+* Bug [10079](https://dev.icinga.org/issues/10079 "Bug 10079"): Improve error message for socket errors in Livestatus
+* Bug [10093](https://dev.icinga.org/issues/10093 "Bug 10093"): Rather use unique SID when granting rights for folders in NSIS on Windows Client
+* Bug [10177](https://dev.icinga.org/issues/10177 "Bug 10177"): Windows Check Update -> Access denied
+* Bug [10191](https://dev.icinga.org/issues/10191 "Bug 10191"): String methods cannot be invoked on an empty string
+* Bug [10192](https://dev.icinga.org/issues/10192 "Bug 10192"): null + null should not be ""
+* Bug [10199](https://dev.icinga.org/issues/10199 "Bug 10199"): Remove unnecessary MakeLiteral calls in SetExpression::DoEvaluate
+* Bug [10204](https://dev.icinga.org/issues/10204 "Bug 10204"): Config parser problem with parenthesis and newlines
+* Bug [10205](https://dev.icinga.org/issues/10205 "Bug 10205"): config checker reports wrong error on apply for rules
+* Bug [10235](https://dev.icinga.org/issues/10235 "Bug 10235"): Deadlock in TlsStream::Close
+* Bug [10239](https://dev.icinga.org/issues/10239 "Bug 10239"): Don't throw an exception when replaying the current replay log file
+* Bug [10245](https://dev.icinga.org/issues/10245 "Bug 10245"): Percent character whitespace on Windows
+* Bug [10254](https://dev.icinga.org/issues/10254 "Bug 10254"): Performance Data Labels including '=' will not be displayed correct
+* Bug [10262](https://dev.icinga.org/issues/10262 "Bug 10262"): Don't log messages we've already relayed to all relevant zones
+* Bug [10266](https://dev.icinga.org/issues/10266 "Bug 10266"): "Not after" value overflows in X509 certificates on RHEL5
+* Bug [10348](https://dev.icinga.org/issues/10348 "Bug 10348"): Checkresultreader is unable to process host checks
+* Bug [10349](https://dev.icinga.org/issues/10349 "Bug 10349"): Missing Start call for base class in CheckResultReader
+* Bug [10351](https://dev.icinga.org/issues/10351 "Bug 10351"): Broken table layout in chapter 20
+* Bug [10365](https://dev.icinga.org/issues/10365 "Bug 10365"): ApiListener::SyncRelayMessage doesn't send message to all zone members
+* Bug [10377](https://dev.icinga.org/issues/10377 "Bug 10377"): Wrong connection log message for global zones
+
 ### What's New in Version 2.3.10
 
 #### Features
index 8d1ebe893d0a0602fc5b3fd995e4fe8fc8a926a4..79881585c38244d86f55d7bbb9a0b897c76180a5 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.10</version>\r
+    <version>2.3.11</version>\r
     <authors>2015 - The Icinga Project</authors>\r
     <owners>Icinga Development Team</owners>\r
     <summary>icinga2 - Monitoring Agent for Windows</summary>\r
index 5c3846ac45e0edffd3eff27b4506f009793729aa..a040d142c7fea1c23a717568a8163ace9fd861d7 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.3.10
+Version: 2.3.11
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System
index be4e5de0a8cc8e3c897a8fd35f2b2f0ff7af0bd2..5012d1dcf639123f9e8dfa915a007c29ef76d540 100755 (executable)
@@ -1,6 +1,6 @@
 $packageName = 'icinga2'\r
 $installerType = 'exe'\r
-$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.10.exe'\r
+$url = 'http://packages.icinga.org/windows/Icinga2-v2.3.11.exe'\r
 $silentArgs = '/S'\r
 $validExitCodes = @(0)\r
 \r