Skip to content

Commit

Permalink
Bump version to 2.6.7 (#4196)
Browse files Browse the repository at this point in the history
* Refs #20022. Bump version to 2.6.7.

Signed-off-by: Miguel Company <uamiky@gmail.com>

* Refs #20022. Update versions.md.

Signed-off-by: Miguel Company <uamiky@gmail.com>

* Refs #20022. Update RELEASE_SUPPORT.md

Signed-off-by: Miguel Company <uamiky@gmail.com>

---------

Signed-off-by: Miguel Company <uamiky@gmail.com>
Co-authored-by: Miguel Company <uamiky@gmail.com>
  • Loading branch information
MiguelCompany and MiguelCompany authored Dec 29, 2023
1 parent 20c7b66 commit 5456a69
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ endif()
###############################################################################
# Project #
###############################################################################
project(fastrtps VERSION "2.6.6" LANGUAGES C CXX)
project(fastrtps VERSION "2.6.7" LANGUAGES C CXX)

set(PROJECT_NAME_LARGE "Fast RTPS")
string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)
Expand Down
7 changes: 4 additions & 3 deletions RELEASE_SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ The table below outlines the *eProsima Fast DDS* minor releases and their suppor

|Version branch|Release Date|EOL Date|
|--------------|------------|--------|
|v2.12.x|September 2023|March 2024|
|***v2.13.x***|***December 2023***|***June 2024***|
|***v2.12.x***|***September 2023***|***March 2024***|
|***v2.11.x***|***July 2023***|***January 2024***|
|***v2.10.x***|***March 2023***|***May 2024 [^*]***|
|***v2.10.x (LTS)***|***March 2023***|***May 2024 [^*]***|
|v2.9.x|December 2022|July 2023|
|v2.8.x|September 2022|March 2023|
|v2.7.x|July 2022|January 2023|
|***v2.6.x***|***March 2022***|***Nov 2023 [^*]***|
|***v2.6.x (LTS)***|***March 2022***|***May 2024 [^*]***|
|v2.5.x|December 2021|June 2022|
|v2.4.x|September 2021|March 2022|
|v2.3.x|March 2021|November 2022|
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.6.6</version>
<version>2.6.7</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
3 changes: 3 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Forthcoming
-----------

Version 2.6.7
-------------

* Added the possibility to define a listening port equal to 0 in TCP Transport
* Added support for TCP to Fast DDS CLI and environment variable
* Added configuration of builtin transports through DomainParticipantQos, environment
Expand Down

0 comments on commit 5456a69

Please sign in to comment.