File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,35 @@ documentation before upgrading to a new release.
77
88Released 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
1241This security release fixes a TLS certificate validation bypass.
Original file line number Diff line number Diff line change 1- Version: 2.13.10
1+ Version: 2.13.11
22Revision: 1
You can’t perform that action at this time.
0 commit comments