From 6426d5cbfa4af666e8e9b61e54a6abb55bbf722b Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Tue, 28 Jun 2022 12:35:35 +0200 Subject: [PATCH] v2.2.0 (#74) Signed-off-by: Pablo Garrido --- docs/index.rst | 2 +- docs/notes.rst | 26 +++++++++++++++++++++++++- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index ebada31..3617715 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ eProsima Micro XRCE-DDS ======================= *eProsima Micro XRCE-DDS* is a software solution that allows communicating eXtremely Resource Constrained Environments (XRCEs) with an existing DDS network. -This implementation complies with the specification of the [eXtremely Resource Constrained Environments DDS (DDS-XRCE)](https://www.omg.org/spec/DDS-XRCE/) +This implementation complies with the specification of the `eXtremely Resource Constrained Environments DDS (DDS-XRCE) ` protocol as defined and maintained by the Object Management Group (OMG) consortium. The *eprosima Micro XRCE-DDS* library implements a client-server protocol that enables resource-constrained devices (clients) to take part in DDS communications. diff --git a/docs/notes.rst b/docs/notes.rst index 17cd7e3..58293c1 100644 --- a/docs/notes.rst +++ b/docs/notes.rst @@ -1,5 +1,30 @@ .. _notes_label: +Version 2.2.0 +============= + +**Agent 2.2.0 | Client 2.2.0 | Micro-CDR 2.0.0** + +* `Agent 2.2.0 `_: + * This release includes the following bugfixes: + * Fix select timeout format (`#311 `__) + * Default services to preallocated with realloc (`#310 `__) + + * This release includes the following minor changes: + * Implement hard liveliness check (`#308 `__) + +* `Client 2.2.0 `_: + * This release includes the following bugfixes: + * SuperBuild.cmake: pass C, CXX and LINKER flags too (`#315 `__) + * Add a nopoll version of the POSIX TCP transport profile (`#318 `__) + +* `Micro-CDR 2.0.0 `_: + * This release is not modified + Version 2.1.1 ============= @@ -13,7 +38,6 @@ Version 2.1.1 * Fix linux compile (`#297 `__) * This release includes the following minor changes: - * Add CAN payload len on first frame byte (`#293 `__) * Add CAN transport flag to cmake / Upgrade splog version (`#296 `__) * Add Twitter and Readthedocs shields (backport #298) (`#299 `__)