diff --git a/rcl/CHANGELOG.rst b/rcl/CHANGELOG.rst index d3093ad4b..0b105fdab 100644 --- a/rcl/CHANGELOG.rst +++ b/rcl/CHANGELOG.rst @@ -2,6 +2,25 @@ Changelog for package rcl ^^^^^^^^^^^^^^^^^^^^^^^^^ +2.5.0 (2020-12-08) +------------------ +* Add const to constant rcl_context functions (`#872 `_) +* Fix another failing test on CentOS 7 (`#863 `_) +* Update QDs to QL 1 (`#866 `_) +* Address clang static analysis issues (`#865 `_) +* Fix flaky test_info_by_topic (`#859 `_) +* Update QL (`#858 `_) +* Refactor for removing unnecessary source code (`#857 `_) +* Clarify storing of current_time (`#850 `_) +* Make tests in test_graph.cpp more reliable (`#854 `_) +* Fix for external log segfault after SIGINT (`#844 `_) +* Update tracetools QL and add to rcl_lifecycle's QD (`#845 `_) +* Make test logging rosout more reliable (`#846 `_) +* Return OK when finalizing zero-initialized contexts (`#842 `_) +* Zero initialize events an size_of_events members of rcl_wait_set_t (`#841 `_) +* Update deprecated gtest macros (`#818 `_) +* Contributors: Alejandro Hernández Cordero, Audrow Nash, Chen Lihui, Chris Lalancette, Christophe Bedard, Ivan Santiago Paunovic, Jacob Perron, Stephen Brawner, Thijs Raymakers, tomoya + 2.4.0 (2020-10-19) ------------------ * Make sure to check the return value of rcl APIs. (`#838 `_) diff --git a/rcl/package.xml b/rcl/package.xml index a6aa2957c..092fe11e9 100644 --- a/rcl/package.xml +++ b/rcl/package.xml @@ -2,7 +2,7 @@ rcl - 2.4.0 + 2.5.0 The ROS client library common implementation. This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries. diff --git a/rcl_action/CHANGELOG.rst b/rcl_action/CHANGELOG.rst index b6d8ca468..ff33a35a4 100644 --- a/rcl_action/CHANGELOG.rst +++ b/rcl_action/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package rcl_action ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.5.0 (2020-12-08) +------------------ +* Address various clang static analysis fixes (`#864 `_) +* Update QDs to QL 1 (`#866 `_) +* Update QL (`#858 `_) +* Make sure to always check return values (`#840 `_) +* Update deprecated gtest macros (`#818 `_) +* Contributors: Alejandro Hernández Cordero, Audrow Nash, Chris Lalancette, Stephen Brawner + 2.4.0 (2020-10-19) ------------------ * Make sure to check the return value of rcl APIs. (`#838 `_) diff --git a/rcl_action/package.xml b/rcl_action/package.xml index 1cf90afcd..4f849ef18 100644 --- a/rcl_action/package.xml +++ b/rcl_action/package.xml @@ -2,7 +2,7 @@ rcl_action - 2.4.0 + 2.5.0 Package containing a C-based ROS action implementation Ivan Paunovic Jacob Perron diff --git a/rcl_lifecycle/CHANGELOG.rst b/rcl_lifecycle/CHANGELOG.rst index eaa54a392..55ebacb70 100644 --- a/rcl_lifecycle/CHANGELOG.rst +++ b/rcl_lifecycle/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package rcl_lifecycle ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.5.0 (2020-12-08) +------------------ +* Update QDs to QL 1 (`#866 `_) +* Update QL (`#858 `_) +* Make sure to always check return values (`#840 `_) +* Update tracetools QL and add to rcl_lifecycle's QD (`#845 `_) +* Add compiler warnings (`#830 `_) +* Contributors: Alejandro Hernández Cordero, Audrow Nash, Chris Lalancette, Christophe Bedard, Stephen Brawner + 2.4.0 (2020-10-19) ------------------ * Make sure to check the return value of rcl APIs. (`#838 `_) diff --git a/rcl_lifecycle/package.xml b/rcl_lifecycle/package.xml index 92d9d0d9a..827e61fda 100644 --- a/rcl_lifecycle/package.xml +++ b/rcl_lifecycle/package.xml @@ -2,7 +2,7 @@ rcl_lifecycle - 2.4.0 + 2.5.0 Package containing a C-based lifecycle implementation Ivan Paunovic Jacob Perron diff --git a/rcl_yaml_param_parser/CHANGELOG.rst b/rcl_yaml_param_parser/CHANGELOG.rst index 3c29dfcda..13a348d89 100644 --- a/rcl_yaml_param_parser/CHANGELOG.rst +++ b/rcl_yaml_param_parser/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog for package rcl_yaml_param_parser ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +2.5.0 (2020-12-08) +------------------ +* Enable compiler warnings (`#831 `_) +* Update QDs to QL 1 (`#866 `_) +* Rearrange test logic to avoid reference to null (`#862 `_) +* Update QL (`#858 `_) +* Make sure to initialize the end_mark for yaml_event_t (`#849 `_) +* Contributors: Alejandro Hernández Cordero, Audrow Nash, Chris Lalancette, Stephen Brawner + 2.4.0 (2020-10-19) ------------------ * Check for valid node names in parameters files (`#809 `_) diff --git a/rcl_yaml_param_parser/package.xml b/rcl_yaml_param_parser/package.xml index 260d6a19c..196b9a0a9 100644 --- a/rcl_yaml_param_parser/package.xml +++ b/rcl_yaml_param_parser/package.xml @@ -2,7 +2,7 @@ rcl_yaml_param_parser - 2.4.0 + 2.5.0 Parse a YAML parameter file and populate the C data structure. Ivan Paunovic Jacob Perron