From d946f8b668f0299cad10c63b7f12791571c9ab94 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Tue, 24 Jul 2018 12:48:12 +0200 Subject: [PATCH] Release version 2.9.1 --- AUTHORS | 1 + CHANGELOG.md | 18 ++++++++++++++++++ VERSION | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 7fce7ce2a..d906dc728 100644 --- a/AUTHORS +++ b/AUTHORS @@ -11,6 +11,7 @@ Andrew Meyer Andy Grunwald Arnd Hannemann Assaf Flatto +Bas Couwenberg Bastian Guse Benedikt Heine Bernd Erk diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cd848e2..24db33fa9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Icinga 2.x CHANGELOG +## 2.9.1 (2018-07-24) + +### Bug + +* [#6457](https://github.com/icinga/icinga2/issues/6457) (PR): Ensure that timer thread is initialized after Daemonize\(\) +* [#6449](https://github.com/icinga/icinga2/issues/6449): icinga r2.9.0-1 init.d script overrides PATH variable +* [#6445](https://github.com/icinga/icinga2/issues/6445): Problem with daemonize \(init scripts, -d\) on Debian 8 / CentOS 6 / Ubuntu 14 / SLES 11 in 2.9 +* [#6444](https://github.com/icinga/icinga2/issues/6444) (PR): SELinux: allow systemd notify +* [#6443](https://github.com/icinga/icinga2/issues/6443): selinux and 2.9 + +### Support + +* [#6470](https://github.com/icinga/icinga2/issues/6470) (code-quality, PR): Fix spelling errors. +* [#6467](https://github.com/icinga/icinga2/issues/6467) (Tests, PR): Start and stop the timer thread lazily +* [#6461](https://github.com/icinga/icinga2/issues/6461) (Tests): Broken tests with fix from \#6457 +* [#6451](https://github.com/icinga/icinga2/issues/6451) (Packages, PR): Fix initscripts +* [#6450](https://github.com/icinga/icinga2/issues/6450) (Packages): init script helpers - source: not found + ## 2.9.0 (2018-07-17) ### Notes diff --git a/VERSION b/VERSION index 7be4b3e01..be4e22190 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -Version: 2.9.0 +Version: 2.9.1 Revision: 1 -- 2.40.0