]> granicus.if.org Git - icinga2/commitdiff
Release version 2.6.3 v2.6.3
authorGunnar Beutner <gunnar.beutner@icinga.com>
Wed, 29 Mar 2017 07:51:33 +0000 (09:51 +0200)
committerGunnar Beutner <gunnar.beutner@icinga.com>
Wed, 29 Mar 2017 07:55:49 +0000 (09:55 +0200)
ChangeLog
RELEASE.md
doc/1-about.md
icinga2.spec

index 84393593deedcfb17c1da22a74949d6319ad9a95..9ac6638da2ebe8d2636f3eb466c26bd17600ec8a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,34 @@ Please check [doc/1-about.md].
 
 ## What's New
 
+### What's New in Version 2.6.3
+
+#### Changes
+
+This is a bugfix release which addresses a number of bugs we've found since
+2.6.2 was released. It also contains a number of improvements for the Icinga
+documentation.
+
+#### Feature
+
+* Feature 4955 (Documentation): Review CheckCommand documentation including external URLs
+* Feature 5057 (Documentation): Update Security section in the Distributed Monitoring chapter
+* Feature 5055 (Documentation): mysql_socket attribute missing in the documentation for the mysql CheckCommand
+* Feature 5035 (Documentation): Docs: Typo in Distributed Monitoring chapter
+* Feature 5029 (Documentation): Advanced topics: Wrong acknowledgement notification filter
+* Feature 5030 (Documentation): Advanced topics: Mention the API and explain stick acks, fixed/flexible downtimes
+* Feature 3133 (Documentation): [dev.icinga.com #9583] Add practical examples for apply expressions
+* Feature 4996 (Documentation): documentation: mixed up host names in 6-distributed-monitoring.md
+* Feature 4980 (Documentation): Add OpenBSD and AlpineLinux package repositories to the documentation
+* Feature 4954 (Documentation): Add an example for /v1/actions/process-check-result which uses filter/type
+
+#### Bugfixes
+
+* Bug 5080 (IDO): Missing index use can cause icinga_downtimehistory queries to hang indefinitely
+* Bug 4603 (IDO): [dev.icinga.com #12597] With too many comments, Icinga reload process won't finish reconnecting to database
+* Bug 4989 (Check Execution): Icinga daemon runs with nice 5 after reload
+* Bug 4930 (Cluster): Change "Discarding 'config update object'" log messages to notice log level
+
 ### What's New in Version 2.6.2
 
 #### Changes
index 63bbd9c89b26e3f8dd1b70da72f0dd5c71d8c755..482d09c2125763903d9ce0b11985d7477223f1c4 100644 (file)
@@ -4,7 +4,7 @@ Print this document.
 
 Specify the release version.
 
-    VERSION=2.6.2
+    VERSION=2.6.3
 
 ## Issues
 
@@ -119,7 +119,7 @@ Create the nupkg package:
 
 Install the created icinga2 package locally:
 
-    choco install icinga2 -version 2.6.2 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
+    choco install icinga2 -version 2.6.3 -fdv "%cd%" -source "'%cd%;https://chocolatey.org/api/v2/'"
 
 Upload the package to [chocolatey](https://chocolatey.org/packages/upload).
 
index 4a1ba379e651011eea3501d3c0d87a8b30f9326a..1e5c902a4f68f4571fa0aed98b4fd0bd154d4344 100644 (file)
@@ -44,6 +44,34 @@ file.
 
 ## <a id="whats-new"></a> What's New
 
+### What's New in Version 2.6.3
+
+#### Changes
+
+This is a bugfix release which addresses a number of bugs we've found since
+2.6.2 was released. It also contains a number of improvements for the Icinga
+documentation.
+
+#### Feature
+
+* Feature [4955](https://github.com/Icinga/icinga2/issues/4955) (Documentation): Review CheckCommand documentation including external URLs
+* Feature [5057](https://github.com/Icinga/icinga2/issues/5057) (Documentation): Update Security section in the Distributed Monitoring chapter
+* Feature [5055](https://github.com/Icinga/icinga2/issues/5055) (Documentation): mysql_socket attribute missing in the documentation for the mysql CheckCommand
+* Feature [5035](https://github.com/Icinga/icinga2/issues/5035) (Documentation): Docs: Typo in Distributed Monitoring chapter
+* Feature [5029](https://github.com/Icinga/icinga2/issues/5029) (Documentation): Advanced topics: Wrong acknowledgement notification filter
+* Feature [5030](https://github.com/Icinga/icinga2/issues/5030) (Documentation): Advanced topics: Mention the API and explain stick acks, fixed/flexible downtimes
+* Feature [3133](https://github.com/Icinga/icinga2/issues/3133) (Documentation): [dev.icinga.com #9583] Add practical examples for apply expressions
+* Feature [4996](https://github.com/Icinga/icinga2/issues/4996) (Documentation): documentation: mixed up host names in 6-distributed-monitoring.md
+* Feature [4980](https://github.com/Icinga/icinga2/issues/4980) (Documentation): Add OpenBSD and AlpineLinux package repositories to the documentation
+* Feature [4954](https://github.com/Icinga/icinga2/issues/4954) (Documentation): Add an example for /v1/actions/process-check-result which uses filter/type
+
+#### Bugfixes
+
+* Bug [5080](https://github.com/Icinga/icinga2/issues/5080) (IDO): Missing index use can cause icinga_downtimehistory queries to hang indefinitely
+* Bug [4603](https://github.com/Icinga/icinga2/issues/4603) (IDO): [dev.icinga.com #12597] With too many comments, Icinga reload process won't finish reconnecting to database
+* Bug [4989](https://github.com/Icinga/icinga2/issues/4989) (Check Execution): Icinga daemon runs with nice 5 after reload
+* Bug [4930](https://github.com/Icinga/icinga2/issues/4930) (Cluster): Change "Discarding 'config update object'" log messages to notice log level
+
 ### What's New in Version 2.6.2
 
 #### Changes
index 2204d60558557ddc47983d1ca0c31acf7347a537..74e34564b3f0c25d7d562ce55664e1338c1cc104 100644 (file)
@@ -66,7 +66,7 @@
 
 Summary: Network monitoring application
 Name: icinga2
-Version: 2.6.2
+Version: 2.6.3
 Release: %{revision}%{?dist}
 License: GPL-2.0+
 Group: Applications/System