Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
chore(doc): release note updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rem31 committed May 18, 2021
1 parent 821fc64 commit 9a72734
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()
Expand Down

0 comments on commit 9a72734

Please sign in to comment.