From 07ca2d5108d5f1707cb4f10c25207bffca6b8910 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Thu, 16 Feb 2023 13:14:27 +0100 Subject: [PATCH 1/2] Icinga 2.12.10 * Update CHANGELOG.md (WIP) * Bump ICINGA2_VERSION --- CHANGELOG.md | 17 +++++++++++++++++ ICINGA2_VERSION | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f66e9089..b0205f111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,23 @@ documentation before upgrading to a new release. Released closed milestones can be found on [GitHub](https://github.com/Icinga/icinga2/milestones?state=closed). +## 2.12.10 (2023-02-16) + +This security release updates Boost and OpenSSL libraries bundled on Windows +and repairs broken SELinux policies. + +### Security + +* Windows: update bundled OpenSSL to v1.1.1t. #9686 + +### Bugfixes + +* SELinux: repair broken policies. #9689 + +### Enhancements + +* Windows: update bundled Boost to v1.81. #9686 + ## 2.12.9 (2022-06-30) This release includes some fixes and a performance improvement diff --git a/ICINGA2_VERSION b/ICINGA2_VERSION index decbc388f..8ea8222ad 100644 --- a/ICINGA2_VERSION +++ b/ICINGA2_VERSION @@ -1,2 +1,2 @@ -Version: 2.12.9 +Version: 2.12.10 Revision: 1 From 61dac6fbb2dd294d0d2e57b1b39d78b3ea43526f Mon Sep 17 00:00:00 2001 From: Henrik Triem Date: Thu, 16 Feb 2023 13:42:55 +0100 Subject: [PATCH 2/2] Reword Changelog for SELinux Issue --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0205f111..63867d1a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ and repairs broken SELinux policies. ### Bugfixes -* SELinux: repair broken policies. #9689 +* SELinux: fix user and domain creation by explicitly setting the role. #9689 ### Enhancements