Skip to content

Commit 00e1965

Browse files
authored
Bump to v3.5.1 + Release notes (#538)
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent ee34c8b commit 00e1965

11 files changed

Lines changed: 61 additions & 27 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 3
22
VERSION_MINOR 5
3-
VERSION_PATCH 0
3+
VERSION_PATCH 1

ddsrouter_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_core</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

ddsrouter_test/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_test</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>
77
*eprosima DDS Router* tests.
88
</description>

ddsrouter_yaml/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>
77
*eprosima DDS Router* C++ library to communicate isolated DDS networks between each other. Use in isolated machines an WAN scenarios.
88
</description>

docs/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_docs</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>
77
*eprosima DDS Router* Documentation built with sphinx and deployed in ReadTheDocs.
88
</description>

docs/rst/notes/notes.rst

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,9 @@
55
.. include:: forthcoming_version.rst
66

77
##############
8-
Version v3.5.0
8+
Version v3.5.1
99
##############
1010

11-
This release includes the following **documentation updates**:
12-
13-
* Update Windows documentation (new **Asio** version + `vcs` command)
14-
15-
This release includes the following **bugfixes**:
16-
17-
* Fix original_writer flaky test
18-
* Add partition rules to security permissions tests and temporarily patch CMake version to 3.20
19-
20-
This release includes the following **CI improvements**:
21-
22-
* Upgrade `Linters CI` runner image to `ubuntu-24.04`
23-
* Update `foonathan` version to 1.4.1
24-
2511
This release includes the following **Dependencies Update**:
2612

2713
.. list-table::
@@ -41,21 +27,22 @@ This release includes the following **Dependencies Update**:
4127
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
4228
* - Fast DDS
4329
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
44-
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`_
4530
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
31+
- `v3.6.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1>`_
4632
* - Dev Utils
4733
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
48-
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
4934
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
35+
- `v1.5.1 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.1>`__
5036
* - DDS Pipe
5137
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
52-
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
5338
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
39+
- `v1.5.1 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.1>`__
5440

5541
#################
5642
Previous Versions
5743
#################
5844

45+
.. include:: previous_versions/v3.5.0.rst
5946
.. include:: previous_versions/v3.4.0.rst
6047
.. include:: previous_versions/v3.3.0.rst
6148
.. include:: previous_versions/v3.2.0.rst
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
Version v3.5.0
2+
==============
3+
4+
This release includes the following **documentation updates**:
5+
6+
* Update Windows documentation (new **Asio** version + `vcs` command)
7+
8+
This release includes the following **bugfixes**:
9+
10+
* Fix original_writer flaky test
11+
* Add partition rules to security permissions tests and temporarily patch CMake version to 3.20
12+
13+
This release includes the following **CI improvements**:
14+
15+
* Upgrade `Linters CI` runner image to `ubuntu-24.04`
16+
* Update `foonathan` version to 1.4.1
17+
18+
This release includes the following **Dependencies Update**:
19+
20+
.. list-table::
21+
:header-rows: 1
22+
23+
* -
24+
- Repository
25+
- Old Version
26+
- New Version
27+
* - Foonathan Memory Vendor
28+
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`_
29+
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`_
30+
- `v1.4.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1>`_
31+
* - Fast CDR
32+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
33+
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`_
34+
- `v2.3.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5>`_
35+
* - Fast DDS
36+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
37+
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`_
38+
- `v3.6.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0>`_
39+
* - Dev Utils
40+
- `eProsima/dev-utils <https://github.com/eProsima/dev-utils>`_
41+
- `v1.4.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.4.0>`__
42+
- `v1.5.0 <https://github.com/eProsima/dev-utils/releases/tag/v1.5.0>`__
43+
* - DDS Pipe
44+
- `eProsima/DDS-Pipe <https://github.com/eProsima/DDS-Pipe.git>`_
45+
- `v1.4.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.4.0>`__
46+
- `v1.5.0 <https://github.com/eProsima/DDS-Pipe/releases/tag/v1.5.0>`__
47+

docs/rst/user_manual/configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This value allows users to keep using the same YAML file with an old configurati
2727

2828
* - version 4.0
2929
- ``v4.0``
30-
- *v3.5.0*
30+
- *v3.5.1*
3131

3232

3333
**The current configuration version is v5.0**.

tools/ddsrouter_tool/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_tool</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>
77
*eprosima DDS Router* Application to execute a DDS Router from a YAML configuration file.
88
</description>

tools/ddsrouter_yaml_validator/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddsrouter_yaml_validator</name>
5-
<version>3.5.0</version>
5+
<version>3.5.1</version>
66
<description>Tool used for validating DDS-Router configuration files</description>
77
<maintainer email="raul@eprosima.com">Raúl Sánchez-Mateos</maintainer>
88
<maintainer email="javierparis@eprosima.com">Javier París</maintainer>

0 commit comments

Comments
 (0)