Skip to content

Commit

Permalink
Merge pull request #8800 from Icinga/feature/release-v2.11.9
Browse files Browse the repository at this point in the history
Version update and changelog for v2.11.9
  • Loading branch information
julianbrost authored May 27, 2021
2 parents 0bf2c78 + fa90928 commit 4484c30
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ documentation before upgrading to a new release.

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

## 2.11.9 (2021-05-27)

Version 2.11.9 is a maintenance release that fixes some crashes, improves error handling
and adds compatibility for systems coming with newer Boost versions.

### Bugfixes

* Fix a crash when notification objects are deleted using the API #8780
* Fix crashes that might occur during downtime scheduling if host or downtime objects are deleted using the API #8784
* Fix an issue where notifications may incorrectly be skipped after a downtime ends #8772
* Fix an issue where attempting to create a duplicate object using the API
might result in the original object being deleted #8788
* IDO: prioritize program status updates #8810
* Improve exceptions handling, including a fix for an uncaught exception on Windows #8776
* Retry file rename operations on Windows to avoid intermittent locking issues #8770

### Enhancements

* Support Boost 1.74 (Ubuntu 21.04, Fedora 34) #8793 #8802

## 2.11.8 (2020-12-15)

Version 2.11.8 resolves a security vulnerability with revoked certificates being
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Version: 2.11.8
Version: 2.11.9
Revision: 1

0 comments on commit 4484c30

Please sign in to comment.