Skip to content

Commit dc7b2f4

Browse files
committed
0.7.1
Signed-off-by: Michael Carroll <[email protected]>
1 parent e7ae806 commit dc7b2f4

File tree

3 files changed

+57
-2
lines changed

3 files changed

+57
-2
lines changed

rmw/CHANGELOG.rst

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
^^^^^^^^^^^^^^^^^^^^^^^^^
2+
Changelog for package rmw
3+
^^^^^^^^^^^^^^^^^^^^^^^^^
4+
5+
0.7.1 (2019-05-08)
6+
------------------
7+
8+
* Implement QoS: liveliness, deadline, lifespan (`#171 <https://github.com/ros2/rmw/issues/171>`_)
9+
* Rmw preallocate (`#160 <https://github.com/ros2/rmw/issues/160>`_)
10+
* Add new QoS policy data types to rmw (`#173 <https://github.com/ros2/rmw/issues/173>`_)
11+
* Contributors: M. M, Michael Carroll, Ross Desmond
12+
13+
0.7.0 (2019-04-13)
14+
------------------
15+
* Add function to get publisher actual qos settings (`#169 <https://github.com/ros2/rmw/issues/169>`_)
16+
* fix checking boolean variable which might contain a string (`#165 <https://github.com/ros2/rmw/issues/165>`_)
17+
* change parameter events to use KEEP_LAST (`#162 <https://github.com/ros2/rmw/issues/162>`_)
18+
* Fix typo error (`#164 <https://github.com/ros2/rmw/issues/164>`_)
19+
* pass context to wait set, and provide fini function for context (`#163 <https://github.com/ros2/rmw/issues/163>`_)
20+
* minor notes explaining rmw_qos_profile_t (`#156 <https://github.com/ros2/rmw/issues/156>`_)
21+
* Contributors: Dirk Thomas, Lalit Begani, Mike Lautman, William Woodall, ivanpauno
22+
23+
0.6.1 (2018-12-06)
24+
------------------
25+
* Add node graph functions (`#158 <https://github.com/ros2/rmw/issues/158>`_)
26+
* refactor init to allow options to be passed and to not be global (`#154 <https://github.com/ros2/rmw/issues/154>`_)
27+
* Methods to retrieve matched counts on publisher and subscriber (`#155 <https://github.com/ros2/rmw/issues/155>`_)
28+
* use uint8_t instead of char for serialized message (`#161 <https://github.com/ros2/rmw/issues/161>`_)
29+
* Contributors: Karsten Knese, Michael Carroll, Ross Desmond, William Woodall
30+
31+
0.6.0 (2018-11-16)
32+
------------------
33+
* use new error handling API (`#153 <https://github.com/ros2/rmw/issues/153>`_)
34+
* Add semicolons to RCLCPP and RCUTILS macros. (`#150 <https://github.com/ros2/rmw/issues/150>`_)
35+
* Include node namespaces in get_node_names() (`#148 <https://github.com/ros2/rmw/issues/148>`_)
36+
* add missing doc for parameter (`#149 <https://github.com/ros2/rmw/issues/149>`_)
37+
* rcutils_serialized_message -> rcutils_char_array (`#146 <https://github.com/ros2/rmw/issues/146>`_)
38+
* rmw serialized to rcutils serialized (`#145 <https://github.com/ros2/rmw/issues/145>`_)
39+
* rcutil -> rcutils (`#147 <https://github.com/ros2/rmw/issues/147>`_)
40+
* get serialization format (`#143 <https://github.com/ros2/rmw/issues/143>`_)
41+
* Contributors: Chris Lalancette, Karsten Knese, Michael Carroll, Mikael Arguedas, William Woodall
42+
43+
0.5.0 (2018-06-23)
44+
------------------
45+
* use rcutils allocator in allocators.c to avoid direct use of malloc/free (`#140 <https://github.com/ros2/rmw/issues/140>`_)
46+
* check the return value of rcutils_snprintf (`#138 <https://github.com/ros2/rmw/issues/138>`_)
47+
* _raw function (`#125 <https://github.com/ros2/rmw/issues/125>`_)
48+
* Merge pull request `#137 <https://github.com/ros2/rmw/issues/137>`_ from ros2/misra_fixup
49+
* Change #if to #ifdef.
50+
* add function to parse key-value user_data (`#132 <https://github.com/ros2/rmw/issues/132>`_)
51+
* Add validation functions accepting string length (`#135 <https://github.com/ros2/rmw/issues/135>`_)
52+
* Clarify that NULL blocks forever in rmw_wait (`#134 <https://github.com/ros2/rmw/issues/134>`_)
53+
* Enable setting log levels in DDS implementation (`#124 <https://github.com/ros2/rmw/issues/124>`_)
54+
* Optimize namespace node and topic validation (`#130 <https://github.com/ros2/rmw/issues/130>`_)
55+
* Contributors: Dirk Thomas, Ethan Gao, Karsten Knese, Michael Carroll, Shane Loretz, Sriram Raghunathan, William Woodall

rmw/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rmw</name>
5-
<version>0.7.0</version>
5+
<version>0.7.1</version>
66
<description>Contains the ROS middleware API.</description>
77
<maintainer email="[email protected]">Dirk Thomas</maintainer>
88
<maintainer email="[email protected]">William Woodall</maintainer>

rmw_implementation_cmake/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format2.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="2">
44
<name>rmw_implementation_cmake</name>
5-
<version>0.7.0</version>
5+
<version>0.7.1</version>
66
<description>
77
CMake functions which can discover and enumerate available implementations.
88
</description>

0 commit comments

Comments
 (0)