From 08bc760119936dfd4e766160c6ef87b02df42dd3 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Thu, 16 Nov 2023 15:21:01 +0100 Subject: [PATCH 1/3] Refs #19860: Change mirror to 2.13.x Signed-off-by: EduPonz --- .github/workflows/mirror.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index 091bf3f1e6e..c6de29ebc78 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -11,7 +11,7 @@ jobs: fail-fast: false matrix: dest_branch: - - '2.12.x' + - '2.13.x' steps: - name: Mirror action step id: mirror From e1be80409ac80034cba01c3c2feb7398a2f022ed Mon Sep 17 00:00:00 2001 From: EduPonz Date: Thu, 16 Nov 2023 15:21:24 +0100 Subject: [PATCH 2/3] Refs #19860: Bump version to 2.13.0 Signed-off-by: EduPonz --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cd6123bde7a..23ba12454da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastrtps VERSION "2.12.1" LANGUAGES C CXX) +project(fastrtps VERSION "2.13.0" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast RTPS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) From 4d3b016686eb25ab9e717a2173bc296e95bcf781 Mon Sep 17 00:00:00 2001 From: EduPonz Date: Fri, 17 Nov 2023 11:24:53 +0100 Subject: [PATCH 3/3] Refs #19860: Apply suggestions Signed-off-by: EduPonz --- RELEASE_SUPPORT.md | 1 + package.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE_SUPPORT.md b/RELEASE_SUPPORT.md index 5bd2de9978f..40882a54dd8 100644 --- a/RELEASE_SUPPORT.md +++ b/RELEASE_SUPPORT.md @@ -16,6 +16,7 @@ The table below outlines the *eProsima Fast DDS* minor releases and their suppor |Version branch|Release Date|EOL Date| |--------------|------------|--------| +|***v2.13.x***|***December 2023***|***June 2024***| |***v2.12.x***|***September 2023***|***March 2024***| |***v2.11.x***|***July 2023***|***January 2024***| |***v2.10.x (LTS)***|***March 2023***|***May 2024 [^*]***| diff --git a/package.xml b/package.xml index 6658cbfebc0..99e43df6100 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastrtps - 2.12.1 + 2.13.0 *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.