From 9a7273444b65e8ea5fe927f6ee97c46795c5c200 Mon Sep 17 00:00:00 2001 From: Gres Remi Date: Tue, 18 May 2021 08:19:08 +0000 Subject: [PATCH] chore(doc): release note updated. --- CHANGELOG.md | 14 +++++--------- CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2732d201c..a5d30ae02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,4 @@ # Changelog -## 21.04.3 - -### Bugfixes - -*Check* - -if host or service with check_period set to none, Engine burns 100% of the CPU. -This patch fixes this issue. - ## 21.04.2 ### Bugs @@ -22,6 +13,11 @@ changed them to use the conan-center. Now centengine builds again. Sometimes, centengine can not stop, this has been seen when engine is compiled using gcc-4.8.5, because of a bug in the function sleep\_until(). +*Check* + +if host or service with check_period set to none, Engine burns 100% of the CPU. +This patch fixes this issue. + ## 21.04.1 ### Bugs diff --git a/CMakeLists.txt b/CMakeLists.txt index 8b09ae556..a4158b150 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,7 +68,7 @@ link_directories(${nlohmann_json_LIB_DIRS}) # Version. set(CENTREON_ENGINE_MAJOR 21) set(CENTREON_ENGINE_MINOR 04) -set(CENTREON_ENGINE_PATCH 3) +set(CENTREON_ENGINE_PATCH 2) if (CENTREON_ENGINE_PRERELEASE) set(CENTREON_ENGINE_VERSION "${CENTREON_ENGINE_MAJOR}.${CENTREON_ENGINE_MINOR}.${CENTREON_ENGINE_PATCH}-${CENTREON_ENGINE_PRERELEASE}") else ()