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 0e2b31c commit 3c7f6f1
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.04.13

### Bugfixes

*Check*

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

## 20.04.12

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

centengine builds again using packages provided by 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.04.11

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ link_directories(${nlohmann_json_LIB_DIRS})
# Version.
set(CENTREON_ENGINE_MAJOR 20)
set(CENTREON_ENGINE_MINOR 04)
set(CENTREON_ENGINE_PATCH 13)
set(CENTREON_ENGINE_PATCH 12)
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 3c7f6f1

Please sign in to comment.