Skip to content

Commit f853f42

Browse files
authored
Merge pull request #10319 from Icinga/Icinga-2.13.11
Icinga 2.13.11
2 parents fbdcf15 + 0ad4d41 commit f853f42

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,35 @@ 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.11 (2025-01-23)
11+
12+
This bugfix release addresses several crashes,
13+
both in the core itself and in Icinga DB (numbers out of range).
14+
In addition, it fixes several other issues such as lost notifications
15+
or TimePeriod/ScheduledDowntime exceeding specified date ranges.
16+
17+
### Crash Fixes
18+
19+
* Invalid `DateTime#format()` arguments in config and console on Windows Server 2016 and older. #10165
20+
* Downtime scheduling at runtime with non-existent trigger. #10127
21+
* Object creation at runtime during Icinga DB initialization. #10164
22+
* Icinga DB: several numbers out of database schema range. #10244
23+
24+
### Miscellaneous Bugfixes
25+
26+
* Lost notifications after recovery outside the notification time period. #10241
27+
* TimePeriod/ScheduledDowntime exceeding specified date range. #10128 #10133
28+
* Make parallel config syncs more robust. #10126
29+
* Reduce unnecessary cluster messages setting the next check time. #10168
30+
31+
### Windows
32+
33+
* Update OpenSSL shipped on Windows to v3.0.15. #10175
34+
* Update Boost shipped on Windows to v1.86. #10134
35+
* Support CMake v3.29. #10087
36+
* Don't require to build .msi as admin. #10305
37+
* Build configuration scripts: allow custom `$CMAKE_ARGS`. #10315
38+
1039
## 2.13.10 (2024-11-12)
1140

1241
This security release fixes a TLS certificate validation bypass.

ICINGA2_VERSION

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

0 commit comments

Comments
 (0)