Skip to content

Commit e5d0f39

Browse files
authored
Merge pull request #10320 from Icinga/Al2Klimov-patch-3
CHANGELOG.md: add v2.13.11
2 parents c41fe68 + 7dc396c commit e5d0f39

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,35 @@ Add `linux_netdev` check command. #9045
243243
* Several code quality improvements. #8815 #9106 #9250
244244
#9508 #9517 #9537 #9594 #9605 #9606 #9641 #9658 #9702 #9717 #9738
245245

246+
## 2.13.11 (2025-01-23)
247+
248+
This bugfix release addresses several crashes,
249+
both in the core itself and in Icinga DB (numbers out of range).
250+
In addition, it fixes several other issues such as lost notifications
251+
or TimePeriod/ScheduledDowntime exceeding specified date ranges.
252+
253+
### Crash Fixes
254+
255+
* Invalid `DateTime#format()` arguments in config and console on Windows Server 2016 and older. #10165
256+
* Downtime scheduling at runtime with non-existent trigger. #10127
257+
* Object creation at runtime during Icinga DB initialization. #10164
258+
* Icinga DB: several numbers out of database schema range. #10244
259+
260+
### Miscellaneous Bugfixes
261+
262+
* Lost notifications after recovery outside the notification time period. #10241
263+
* TimePeriod/ScheduledDowntime exceeding specified date range. #10128 #10133
264+
* Make parallel config syncs more robust. #10126
265+
* Reduce unnecessary cluster messages setting the next check time. #10168
266+
267+
### Windows
268+
269+
* Update OpenSSL shipped on Windows to v3.0.15. #10175
270+
* Update Boost shipped on Windows to v1.86. #10134
271+
* Support CMake v3.29. #10087
272+
* Don't require to build .msi as admin. #10305
273+
* Build configuration scripts: allow custom `$CMAKE_ARGS`. #10315
274+
246275
## 2.13.10 (2024-11-12)
247276

248277
This security release fixes a TLS certificate validation bypass.

0 commit comments

Comments
 (0)