-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump version to v2.1.0 Signed-off-by: eProsima <[email protected]> * Update maintainers list Signed-off-by: eProsima <[email protected]> * Update release notes Signed-off-by: eProsima <[email protected]> * Fix docs Signed-off-by: eProsima <[email protected]> --------- Signed-off-by: eProsima <[email protected]>
- Loading branch information
1 parent
f63b7af
commit 28e3062
Showing
5 changed files
with
60 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
Version 2.0.0 | ||
============= | ||
|
||
This release includes the following **new features**: | ||
|
||
* Get IDL type definition of a topic. | ||
|
||
This release includes the following **updates**: | ||
|
||
* Update to Fast DDS v3.0.1. | ||
* Regenerate types with Fast DDS-Gen v4.0.1. | ||
* Remove datasharing directory info from monitor GUI. | ||
|
||
This release includes the following **bugfixes**: | ||
|
||
* Remove uncorrectly used assertions. | ||
|
||
This release includes the following **dependencies update**: | ||
|
||
.. list-table:: | ||
:header-rows: 1 | ||
|
||
* - | ||
- Repository | ||
- Old Version | ||
- New Version | ||
* - Foonathan Memory Vendor | ||
- `eProsima/foonathan_memory_vendor <https://github.com/eProsima/foonathan_memory_vendor>`__ | ||
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__ | ||
- `v1.3.1 <https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1>`__ | ||
* - Fast CDR | ||
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`__ | ||
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__ | ||
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__ | ||
* - Fast DDS | ||
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`__ | ||
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__ | ||
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__ | ||
* - Fast DDS Gen | ||
- `eProsima/Fast-DDS-Gen <https://github.com/eProsima/Fast-DDS-Gen>`__ | ||
- `v3.3.0 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v3.3.0>`__ | ||
- `v4.0.1 <https://github.com/eProsima/Fast-DDS-Gen/releases/tag/v4.0.1>`__ | ||
* - IDL Parser | ||
- `eProsima/IDL-Parser <https://github.com/eProsima/IDL-Parser.git>`__ | ||
- `v3.0.0 <https://github.com/eProsima/IDL-Parser/releases/tag/v3.0.0>`__ | ||
- `v4.0.1 <https://github.com/eProsima/IDL-Parser/releases/tag/v4.0.1>`__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,14 +3,14 @@ | |
<package format="3"> | ||
<name>fastdds_statistics_backend</name> | ||
<!-->There must be a release. Update version accordingly<--> | ||
<version>2.0.0</version> | ||
<version>2.1.0</version> | ||
<description> | ||
C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information. | ||
</description> | ||
<!-->Update maintainer information<--> | ||
<maintainer email="eduardoponz@eprosima.com">Eduardo Ponz Segrelles</maintainer> | ||
<maintainer email="joseluisbueno@eprosima.com">Jose Luis Bueno Lopez</maintainer> | ||
<maintainer email="[email protected]">Miguel Company Company</maintainer> | ||
<maintainer email="RaulSanchezMateos@eprosima.com">Raul Sánchez-Mateos</maintainer> | ||
<maintainer email="jesuspoderoso@eprosima.com">Jesús Poderoso</maintainer> | ||
<maintainer email="[email protected]">Miguel Company</maintainer> | ||
<license file="LICENSE">Apache 2.0</license> | ||
|
||
<url type="website">https://www.eprosima.com/</url> | ||
|