File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,26 @@ documentation before upgrading to a new release.
77
88Released closed milestones can be found on [ GitHub] ( https://github.com/Icinga/icinga2/milestones?state=closed ) .
99
10+ ## 2.11.9 (2021-05-27)
11+
12+ Version 2.11.9 is a maintenance release that fixes some crashes, improves error handling
13+ and adds compatibility for systems coming with newer Boost versions.
14+
15+ ### Bugfixes
16+
17+ * Fix a crash when notification objects are deleted using the API #8780
18+ * Fix crashes that might occur during downtime scheduling if host or downtime objects are deleted using the API #8784
19+ * Fix an issue where notifications may incorrectly be skipped after a downtime ends #8772
20+ * Fix an issue where attempting to create a duplicate object using the API
21+ might result in the original object being deleted #8788
22+ * IDO: prioritize program status updates #8810
23+ * Improve exceptions handling, including a fix for an uncaught exception on Windows #8776
24+ * Retry file rename operations on Windows to avoid intermittent locking issues #8770
25+
26+ ### Enhancements
27+
28+ * Support Boost 1.74 (Ubuntu 21.04, Fedora 34) #8793 #8802
29+
1030## 2.11.8 (2020-12-15)
1131
1232Version 2.11.8 resolves a security vulnerability with revoked certificates being
Original file line number Diff line number Diff line change 1- Version: 2.11.8
1+ Version: 2.11.9
22Revision: 1
You can’t perform that action at this time.
0 commit comments