Skip to content

Commit

Permalink
Bump version to 2.11.2 (#3792)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Aug 10, 2023
1 parent f59303c commit 0cd2b6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>fastrtps</name>
<version>2.11.1</version>
<version>2.11.2</version>
<description>
*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.
</description>
Expand Down
4 changes: 4 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 0cd2b6f

Please sign in to comment.