Merge pull request #9698 from Icinga/probot/sync-changelog/master/c3d8ed7092053e69c722cf3cef93bc0e6286f402

CHANGELOG.md: add v2.13.7
This commit is contained in:
Julian Brost 2023-02-17 13:51:03 +01:00 committed by GitHub
commit e4c34786e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -7,6 +7,28 @@ documentation before upgrading to a new release.
Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed).
## 2.13.7 (2023-02-16)
This security release updates Boost and OpenSSL libraries bundled on Windows
and repairs broken SELinux policies. By the way it fixes several other bugs.
### Security
* Windows: update bundled OpenSSL to v1.1.1t. #9672
### Bugfixes
* SELinux: fix user and domain creation by explicitly setting the role. #9690
* Signal handlers: don't interrupt and break plugins spawning. #9682
* Icinga DB: take check\_period into account during overdue calculation. #9679
* Avoid corrupted files: use fsync(2)/FlushFileBuffers() everywhere. #9681
* Solaris: fix compile error. #9680
### Enhancements
* Windows: update bundled Boost to v1.81. #9678
* Documentation: several fixes and improvements. #9671
## 2.13.6 (2022-11-08)
The main focus of version 2.13.6 is improved performance of Icinga DB and apply rules.