From 967b0fb058474fb8e68127ef42d30b3f98e06d97 Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Wed, 29 Mar 2023 11:32:14 +0200 Subject: [PATCH 1/2] Add release notes Signed-off-by: acuadros95 --- docs/notes.rst | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/docs/notes.rst b/docs/notes.rst index 625eb22..0498c18 100644 --- a/docs/notes.rst +++ b/docs/notes.rst @@ -1,5 +1,30 @@ .. _notes_label: +Version 2.4.0 +============= + +**Agent 2.4.0 | Client 2.4.0 | Micro-CDR 2.0.1** + +* `Agent 2.4.0 `_: + * This release includes the following minor changes: + * Bump internal Micro XRCE-DDS Client to v2.4.0 + * Bump Fast DDS to v2.10.0 + * Bump Fast CDR to v1.0.27 + +* `Client 2.4.0 `_: + * This release includes the following bugfixes: + * Fix build for macOS (`#346 `__) + * Fix newline-eof compiler warning (`#347 `__) + * Fix doxygen warning (`#352 `__) + * Add missing doxygen parameter (`#353 `__) + * Fix domain id argument in create_participant API (`#348 `__) + + * This release includes the following **minor changes**: + * Add CMAKE configuration for C standard version (`#340 `__) + +* `Micro-CDR 2.0.1 `_: + * This release is not modified + Version 2.3.0 ============= From 44dfe3b5e7c65c817434de725ac466eac0d77b74 Mon Sep 17 00:00:00 2001 From: acuadros95 Date: Wed, 29 Mar 2023 17:07:08 +0200 Subject: [PATCH 2/2] Add Gen notes Signed-off-by: acuadros95 --- docs/notes.rst | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/notes.rst b/docs/notes.rst index 0498c18..de07462 100644 --- a/docs/notes.rst +++ b/docs/notes.rst @@ -3,7 +3,7 @@ Version 2.4.0 ============= -**Agent 2.4.0 | Client 2.4.0 | Micro-CDR 2.0.1** +**Agent 2.4.0 | Client 2.4.0 | Micro-CDR 2.0.1 | Gen 2.0.0** * `Agent 2.4.0 `_: * This release includes the following minor changes: @@ -25,6 +25,20 @@ Version 2.4.0 * `Micro-CDR 2.0.1 `_: * This release is not modified +* `Gen 2.0.0 `_: + * Adapted generation to Micro XRCE-DDS Client v2.4.0 API. + * This release includes the following minor changes: + * Update gradlew scrip to use Gradle 7 and fix compatibility with Client 2.3.0 (`#47 `__) + * Enumerations support (`#43 `__) + * Update IDL-Parser dependency to latest master (`#59 `__) + * Add case sensitive argument -cs (`#61 `__) + * Support of include directories argument -I (`#60 `__) + * Add support for modules in examples (`#48 `__) + * This release includes the following bugfixes: + * Avoid typedefs from IDL source files (`#58 `__) + * Fix C namespaced module includes (`#53 `__) + * Consume the bool return type and propagate it outward (`#46 `__, `#49 `__) + Version 2.3.0 =============