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

Commit 5e529ad

Browse files
committed
chore(install): update version to 19.10.1.
1 parent c521820 commit 5e529ad

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

.clang-format

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Defines the Chromium style for automatic reformatting.
2+
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
3+
BasedOnStyle: Chromium

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ set(TEST_DIR "${PROJECT_SOURCE_DIR}/core/test")
3333
# Version.
3434
set(CENTREON_BROKER_MAJOR 19)
3535
set(CENTREON_BROKER_MINOR 10)
36-
set(CENTREON_BROKER_PATCH 0)
36+
set(CENTREON_BROKER_PATCH 1)
3737
if (CENTREON_BROKER_PRERELEASE)
3838
set(CENTREON_BROKER_VERSION "${CENTREON_BROKER_MAJOR}.${CENTREON_BROKER_MINOR}.${CENTREON_BROKER_PATCH}-${CENTREON_BROKER_PRERELEASE}")
3939
else()

doc/release_notes/broker19.10.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
=======================
2+
Centreon Broker 19.10.1
3+
=======================
4+
5+
************
6+
Enhancements
7+
************
8+
9+
Stream connector
10+
================
11+
12+
A new function broker.url_encode(string) has been added to the stream connector
13+
that URL encodes strings.
14+
115
=======================
216
Centreon Broker 19.10
317
=======================

0 commit comments

Comments
 (0)