From c8b6968cbb812df732588bda2a71bd331ed2f0dd Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Fri, 23 Feb 2024 07:57:43 +0100 Subject: [PATCH 1/2] Refs #20505: Bump version to v2.13.3 Signed-off-by: JesusPoderoso --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5b8f648369b..5ccb97a1b2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastrtps VERSION "2.13.2" LANGUAGES C CXX) +project(fastrtps VERSION "2.13.3" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast RTPS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) diff --git a/package.xml b/package.xml index da320b07a88..6a00ddc5678 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastrtps - 2.13.2 + 2.13.3 *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. From e0ba45db849fbb4cbfa081cfbb0854cff658a4c9 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Fri, 23 Feb 2024 08:06:54 +0100 Subject: [PATCH 2/2] Refs #20505: Updating versions.md Signed-off-by: JesusPoderoso --- versions.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/versions.md b/versions.md index 54e81c98627..64ab0ffe017 100644 --- a/versions.md +++ b/versions.md @@ -1,8 +1,6 @@ Forthcoming ----------- -* Added `non_blocking_send` to TCP Transport. - Version 2.13.0 --------------