From 0cd2b6f56a43a0215fd2f7e79e2981477d61cf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Dom=C3=ADnguez=20L=C3=B3pez?= <116071334+Mario-DL@users.noreply.github.com> Date: Thu, 10 Aug 2023 21:42:53 +0200 Subject: [PATCH] Bump version to 2.11.2 (#3792) Signed-off-by: Mario Dominguez --- CMakeLists.txt | 6 +++--- package.xml | 2 +- versions.md | 4 ++++ 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d6a4c5e4948..7526fca9db3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -30,7 +30,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastrtps VERSION "2.11.1" LANGUAGES C CXX) +project(fastrtps VERSION "2.11.2" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast RTPS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) @@ -507,9 +507,9 @@ if(BUILD_DOCUMENTATION) # As stated in CMake's documentation: https://cmake.org/cmake/help/latest/command/file.html#transfer # STATUS will return a list with two elements: the numeric status and the message returned. - # A 0 numeric error means no error in the operation + # A 0 numeric error means no error in the operation list(GET DOWNLOAD_STATUS 0 DOWNLOAD_RC) - + if (DOWNLOAD_RC) message(STATUS "Unable to download documentation for version ${PROJECT_VERSION}. Falling back to latest.") file(DOWNLOAD "https://fast-dds.docs.eprosima.com/_/downloads/en/latest/htmlzip/" "./eprosima-fast-rtps.zip") diff --git a/package.xml b/package.xml index 927e80157f5..2c5203e024e 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastrtps - 2.11.1 + 2.11.2 *eprosima Fast DDS* (formerly Fast RTPS) is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. *eProsima Fast DDS* expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals. diff --git a/versions.md b/versions.md index 1b38209c725..1c0fcad933e 100644 --- a/versions.md +++ b/versions.md @@ -1,6 +1,10 @@ Forthcoming ----------- + +Version 2.11.2 +-------------- + * Added participant property to configure SHM transport metatraffic behavior. No metatraffic over SHM transport by default.