From e35719f78efdc8a26cc3e686d1193cd8593ac734 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 20 May 2021 11:30:26 +0000 Subject: [PATCH] CHANGELOG.md: add v2.9.3 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 726d50ba3..d4e094fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -632,6 +632,16 @@ Documentation updates: * [#6410](https://github.com/icinga/icinga2/issues/6410) (code-quality, PR): Remove unused code * [#4959](https://github.com/icinga/icinga2/issues/4959) (Installation, Windows): Windows Agent Wizard Window resizes with screen, hiding buttons +## 2.9.3 (2019-07-30) + +[Issue and PRs](https://github.com/Icinga/icinga2/issues?utf8=%E2%9C%93&q=milestone%3A2.9.3) + +### Bugfixes + +* Fix el7 not loading ECDHE cipher suites #7247 +* Fix checkresults from the future breaking checks #6797 ref/NC/595861 +* DB IDO: Don't enqueue queries when the feature is paused (HA) #5876 + ## 2.9.2 (2018-09-26) ### Enhancement