From 9543f73ad8554e3c194494f64dcd3cb4ac2e1061 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 15 Oct 2020 11:41:44 +0200 Subject: [PATCH] Update v2.12.1 changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35da58687..f0d132550 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,12 +20,13 @@ It also addresses several bugs regarding IDO, API, notifications and checks. * Ensure the daemon doesn't get killed by logrotate #8170 * Fix hangup during shutdown #8211 * Fix a deadlock in Icinga DB #8168 + * Clean up zombie processes during reload #8376 * Reduce check latency #8276 * IDO * Prevent unnecessary IDO updates #8327 #8320 * Commit IDO MySQL transactions earlier #8349 * Make sure to insert IDO program status #8330 - * Improve IDO queue stats logging #8271 #8328 + * Improve IDO queue stats logging #8271 #8328 #8379 * Misc * Ensure API connections are closed properly #8293 * Prevent unnecessary notifications #8299