Skip to content

Commit

Permalink
v2.2.0 (#74)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garrido <pablogs9@gmail.com>
  • Loading branch information
pablogs9 authored Jun 28, 2022
1 parent 2cdc900 commit 6426d5c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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) <https://www.omg.org/spec/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.
Expand Down
26 changes: 25 additions & 1 deletion docs/notes.rst
Original file line number Diff line number Diff line change
@@ -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 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/releases/tag/v2.2.0>`_:
* This release includes the following bugfixes:
* Fix select timeout format (`#311 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/311>`__)
* Default services to preallocated with realloc (`#310 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/310>`__)

* This release includes the following minor changes:
* Implement hard liveliness check (`#308 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/308>`__)

* `Client 2.2.0 <https://github.com/eProsima/Micro-XRCE-DDS-Client/releases/tag/v2.2.0>`_:
* This release includes the following bugfixes:
* SuperBuild.cmake: pass C, CXX and LINKER flags too (`#315 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/315>`__)
* Add a nopoll version of the POSIX TCP transport profile (`#318 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/318`__)
* Fix wait_session_status listen timeout (`#322 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/322`__)

* This release includes the following minor changes:
* Implement hard liveliness check (`#316 <https://github.com/eProsima/Micro-XRCE-DDS-Client/pull/316>`__)

* `Micro-CDR 2.0.0 <https://github.com/eProsima/Micro-CDR/releases/tag/v2.0.0>`_:
* This release is not modified

Version 2.1.1
=============

Expand All @@ -13,7 +38,6 @@ Version 2.1.1
* Fix linux compile (`#297 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/297>`__)

* This release includes the following minor changes:

* Add CAN payload len on first frame byte (`#293 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/293>`__)
* Add CAN transport flag to cmake / Upgrade splog version (`#296 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/296>`__)
* Add Twitter and Readthedocs shields (backport #298) (`#299 <https://github.com/eProsima/Micro-XRCE-DDS-Agent/pull/299>`__)
Expand Down

0 comments on commit 6426d5c

Please sign in to comment.