Signed-off-by: Shane Loretz <sloretz@openrobotics.org>
This commit is contained in:
Shane Loretz 2019-11-08 11:26:28 -08:00
parent 513a185d1b
commit 9034c406c2
8 changed files with 19 additions and 4 deletions

View file

@ -2,6 +2,12 @@
Changelog for package rcl Changelog for package rcl
^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^
0.8.3 (2019-11-08)
------------------
* Support CLI parameter overrides using dots instead of slashes. (`#530 <https://github.com/ros2/rcl/issues/530>`_)
Signed-off-by: Michel Hidalgo <michel@ekumenlabs.com>
* Contributors: Michel Hidalgo
0.8.2 (2019-10-23) 0.8.2 (2019-10-23)
------------------ ------------------
* Remove the prototype from rcl_impl_getenv. (`#525 <https://github.com/ros2/rcl/issues/525>`_) * Remove the prototype from rcl_impl_getenv. (`#525 <https://github.com/ros2/rcl/issues/525>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3"> <package format="3">
<name>rcl</name> <name>rcl</name>
<version>0.8.2</version> <version>0.8.3</version>
<description>The ROS client library common implementation. <description>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. This package contains an API which builds on the ROS middleware API and is optionally built upon by the other ROS client libraries.
</description> </description>

View file

@ -2,6 +2,9 @@
Changelog for package rcl_action Changelog for package rcl_action
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.8.3 (2019-11-08)
------------------
0.8.2 (2019-10-23) 0.8.2 (2019-10-23)
------------------ ------------------
* Correct action server documentation (`#519 <https://github.com/ros2/rcl/issues/519>`_) * Correct action server documentation (`#519 <https://github.com/ros2/rcl/issues/519>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rcl_action</name> <name>rcl_action</name>
<version>0.8.2</version> <version>0.8.3</version>
<description>Package containing a C-based ROS action implementation</description> <description>Package containing a C-based ROS action implementation</description>
<maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer> <maintainer email="jacob@openrobotics.org">Jacob Perron</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>

View file

@ -2,6 +2,9 @@
Changelog for package rcl_lifecycle Changelog for package rcl_lifecycle
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.8.3 (2019-11-08)
------------------
0.8.2 (2019-10-23) 0.8.2 (2019-10-23)
------------------ ------------------

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rcl_lifecycle</name> <name>rcl_lifecycle</name>
<version>0.8.2</version> <version>0.8.3</version>
<description>Package containing a C-based lifecycle implementation</description> <description>Package containing a C-based lifecycle implementation</description>
<maintainer email="karsten@osrfoundation.org">Karsten Knese</maintainer> <maintainer email="karsten@osrfoundation.org">Karsten Knese</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>

View file

@ -2,6 +2,9 @@
Changelog for package rcl_yaml_param_parser Changelog for package rcl_yaml_param_parser
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0.8.3 (2019-11-08)
------------------
0.8.2 (2019-10-23) 0.8.2 (2019-10-23)
------------------ ------------------
* Specify test working directory (`#529 <https://github.com/ros2/rcl/issues/529>`_) * Specify test working directory (`#529 <https://github.com/ros2/rcl/issues/529>`_)

View file

@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?> <?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2"> <package format="2">
<name>rcl_yaml_param_parser</name> <name>rcl_yaml_param_parser</name>
<version>0.8.2</version> <version>0.8.3</version>
<description>Package containing various utility types and functions for C</description> <description>Package containing various utility types and functions for C</description>
<maintainer email="anup.pemmaiah@apex.ai">Anup Pemmaiah</maintainer> <maintainer email="anup.pemmaiah@apex.ai">Anup Pemmaiah</maintainer>
<license>Apache License 2.0</license> <license>Apache License 2.0</license>