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 fd1cce3 commit a90ce54
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

## 20.10.6

### Bugfixes

*Check*

if host or service with check_period set to none, Engine burns 100% of the CPU.
This patch fixes this issue.
## 20.10.5

### Bugfixes
Expand All @@ -16,6 +7,11 @@ This patch fixes this issue.

centengine builds again, using dependency packages available on conan-center.

*Check*

if host or service with check_period set to none, Engine burns 100% of the CPU.
This patch fixes this issue.

## 20.10.4

### Bugfixes
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 20)
set(CENTREON_ENGINE_MINOR 10)
set(CENTREON_ENGINE_PATCH 6)
set(CENTREON_ENGINE_PATCH 5)
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 a90ce54

Please sign in to comment.