Skip to content

Commit 02ddb4b

Browse files
authored
Merge pull request #9692 from Icinga/changelog-2.13.7
Icinga 2.13.7
2 parents 687634a + b527af4 commit 02ddb4b

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@ 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.13.7 (2023-02-16)
11+
12+
This security release updates Boost and OpenSSL libraries bundled on Windows
13+
and repairs broken SELinux policies. By the way it fixes several other bugs.
14+
15+
### Security
16+
17+
* Windows: update bundled OpenSSL to v1.1.1t. #9672
18+
19+
### Bugfixes
20+
21+
* SELinux: fix user and domain creation by explicitly setting the role. #9690
22+
* Signal handlers: don't interrupt and break plugins spawning. #9682
23+
* Icinga DB: take check\_period into account during overdue calculation. #9679
24+
* Avoid corrupted files: use fsync(2)/FlushFileBuffers() everywhere. #9681
25+
* Solaris: fix compile error. #9680
26+
27+
### Enhancements
28+
29+
* Windows: update bundled Boost to v1.81. #9678
30+
* Documentation: several fixes and improvements. #9671
31+
1032
## 2.13.6 (2022-11-08)
1133

1234
The main focus of version 2.13.6 is improved performance of Icinga DB and apply rules.

ICINGA2_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Version: 2.13.6
1+
Version: 2.13.7
22
Revision: 1

0 commit comments

Comments
 (0)