Skip to content

Commit 685cc5c

Browse files
authored
Merge pull request #8801 from Icinga/feature/release-v2.12.4
Version update and changelog for v2.12.4
2 parents b7ff749 + c1cee03 commit 685cc5c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,27 @@ documentation before upgrading to a new release.
77

88
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
99

10+
## 2.12.4 (2021-05-27)
11+
12+
Version 2.12.4 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 #8782
18+
* Fix crashes that might occur during downtime scheduling if host or downtime objects are deleted using the API #8785
19+
* Fix an issue where notifications may incorrectly be skipped after a downtime ends #8775
20+
* Don't send reminder notification if the notification is still suppressed by a time period #8808
21+
* Fix an issue where attempting to create a duplicate object using the API
22+
might result in the original object being deleted #8787
23+
* IDO: prioritize program status updates #8809
24+
* Improve exceptions handling, including a fix for an uncaught exception on Windows #8777
25+
* Retry file rename operations on Windows to avoid intermittent locking issues #8771
26+
27+
### Enhancements
28+
29+
* Support Boost 1.74 (Ubuntu 21.04, Fedora 34) #8792
30+
1031
## 2.12.3 (2020-12-15)
1132

1233
Version 2.12.3 resolves a security vulnerability with revoked certificates being

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.12.3
1+
Version: 2.12.4
22
Revision: 1

0 commit comments

Comments
 (0)