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

Commit

Permalink
chore(install): update to version 19.10.17 (#443)
Browse files Browse the repository at this point in the history
* chore(install): update to version 19.10.17

* Update engine19.10.rst
  • Loading branch information
chgautier authored Feb 1, 2021
1 parent fdb3518 commit 257b11d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ include_directories("${INC_DIR}/compatibility")
# Version.
set(CENTREON_ENGINE_MAJOR 19)
set(CENTREON_ENGINE_MINOR 10)
set(CENTREON_ENGINE_PATCH 16)
set(CENTREON_ENGINE_PATCH 17)
if (CENTREON_ENGINE_PRERELEASE)
set(CENTREON_ENGINE_VERSION "${CENTREON_ENGINE_MAJOR}.${CENTREON_ENGINE_MINOR}.${CENTREON_ENGINE_PATCH}-${CENTREON_ENGINE_PRERELEASE}")
else ()
Expand Down
16 changes: 12 additions & 4 deletions doc/en/release_notes/engine19.10.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
========================
Centreon Engine 19.10.17
========================

*******
Bug Fix
*******

Macros
==============
fix macro $TIMET$ now return time in a unix epoch format.

========================
Centreon Engine 19.10.16
========================
Expand All @@ -16,10 +28,6 @@ last service notification

Last Service Notification set when state is HARD without notification. This new version fixes this point.

Macros
==============
fix macro $TIMET$ now return time in a unix epoch format.

========================
Centreon Engine 19.10.15
========================
Expand Down

0 comments on commit 257b11d

Please sign in to comment.