diff --git a/clients/roscpp/CHANGELOG.rst b/clients/roscpp/CHANGELOG.rst index 10ee34eb8d..5fce274602 100644 --- a/clients/roscpp/CHANGELOG.rst +++ b/clients/roscpp/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package roscpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/clients/roscpp/package.xml b/clients/roscpp/package.xml index 008e50a2ed..4558d7e157 100644 --- a/clients/roscpp/package.xml +++ b/clients/roscpp/package.xml @@ -1,6 +1,6 @@ roscpp - 1.15.15 + 1.16.0 roscpp is a C++ implementation of ROS. It provides a client diff --git a/clients/rospy/CHANGELOG.rst b/clients/rospy/CHANGELOG.rst index 1595dfa6a6..8e7577866b 100644 --- a/clients/rospy/CHANGELOG.rst +++ b/clients/rospy/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rospy ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/clients/rospy/package.xml b/clients/rospy/package.xml index 53dbde296f..f681d724a7 100644 --- a/clients/rospy/package.xml +++ b/clients/rospy/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> rospy - 1.15.15 + 1.16.0 rospy is a pure Python client library for ROS. The rospy client API enables Python programmers to quickly interface with ROS `_) diff --git a/ros_comm/package.xml b/ros_comm/package.xml index df61dddbe2..f920871c4d 100644 --- a/ros_comm/package.xml +++ b/ros_comm/package.xml @@ -1,6 +1,6 @@ ros_comm - 1.15.15 + 1.16.0 ROS communications-related packages, including core client libraries (roscpp, rospy) and graph introspection tools (rostopic, rosnode, rosservice, rosparam). diff --git a/test/test_rosbag/package.xml b/test/test_rosbag/package.xml index 99dd8524a9..9e7eddde64 100644 --- a/test/test_rosbag/package.xml +++ b/test/test_rosbag/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> test_rosbag - 1.15.15 + 1.16.0 A package containing the unit tests for rosbag. diff --git a/test/test_rosbag_storage/package.xml b/test/test_rosbag_storage/package.xml index 31f790205f..3c9d735959 100644 --- a/test/test_rosbag_storage/package.xml +++ b/test/test_rosbag_storage/package.xml @@ -1,6 +1,6 @@ test_rosbag_storage - 1.15.15 + 1.16.0 A package containing the unit tests for rosbag_storage. diff --git a/test/test_roscpp/package.xml b/test/test_roscpp/package.xml index 1a1519f728..89037bd01a 100644 --- a/test/test_roscpp/package.xml +++ b/test/test_roscpp/package.xml @@ -1,6 +1,6 @@ test_roscpp - 1.15.15 + 1.16.0 Tests for roscpp which depend on rostest. diff --git a/test/test_rosgraph/package.xml b/test/test_rosgraph/package.xml index 8f3e6c2357..7b4751a6e3 100644 --- a/test/test_rosgraph/package.xml +++ b/test/test_rosgraph/package.xml @@ -1,6 +1,6 @@ test_rosgraph - 1.15.15 + 1.16.0 Tests for rosgraph which depend on rostest. diff --git a/test/test_roslaunch/package.xml b/test/test_roslaunch/package.xml index deec08335a..31eda5535f 100644 --- a/test/test_roslaunch/package.xml +++ b/test/test_roslaunch/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> test_roslaunch - 1.15.15 + 1.16.0 Tests for roslaunch which depend on rostest. diff --git a/test/test_roslib_comm/package.xml b/test/test_roslib_comm/package.xml index d0a3ed1d2b..be5e6040d8 100644 --- a/test/test_roslib_comm/package.xml +++ b/test/test_roslib_comm/package.xml @@ -1,6 +1,6 @@ test_roslib_comm - 1.15.15 + 1.16.0 Unit tests verifying that roslib is operating as expected. diff --git a/test/test_rosmaster/package.xml b/test/test_rosmaster/package.xml index 222d17d736..3889a02faa 100644 --- a/test/test_rosmaster/package.xml +++ b/test/test_rosmaster/package.xml @@ -1,6 +1,6 @@ test_rosmaster - 1.15.15 + 1.16.0 Tests for rosmaster which depend on rostest. diff --git a/test/test_rosparam/package.xml b/test/test_rosparam/package.xml index 53303459aa..6193ceaa6b 100644 --- a/test/test_rosparam/package.xml +++ b/test/test_rosparam/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> test_rosparam - 1.15.15 + 1.16.0 A package containing the unit tests for rosparam. diff --git a/test/test_rospy/package.xml b/test/test_rospy/package.xml index 40f19bd9cd..f66f43b5d4 100644 --- a/test/test_rospy/package.xml +++ b/test/test_rospy/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> test_rospy - 1.15.15 + 1.16.0 rospy unit and integration test framework. diff --git a/test/test_rosservice/package.xml b/test/test_rosservice/package.xml index 4da5f54f7b..952105f9e7 100644 --- a/test/test_rosservice/package.xml +++ b/test/test_rosservice/package.xml @@ -1,6 +1,6 @@ test_rosservice - 1.15.15 + 1.16.0 Tests for the rosservice tool. diff --git a/test/test_rostest/package.xml b/test/test_rostest/package.xml index 04e1840f5a..bc20bf7ce1 100644 --- a/test/test_rostest/package.xml +++ b/test/test_rostest/package.xml @@ -1,6 +1,6 @@ test_rostest - 1.15.15 + 1.16.0 Tests for rostest. diff --git a/test/test_rostopic/package.xml b/test/test_rostopic/package.xml index fb70886a7e..b778694acb 100644 --- a/test/test_rostopic/package.xml +++ b/test/test_rostopic/package.xml @@ -1,6 +1,6 @@ test_rostopic - 1.15.15 + 1.16.0 Tests for rostopic. diff --git a/tools/rosbag/CHANGELOG.rst b/tools/rosbag/CHANGELOG.rst index b14ce8721b..4b5c133786 100644 --- a/tools/rosbag/CHANGELOG.rst +++ b/tools/rosbag/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rosbag ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- +* add missing repeat_latched initialization (`#2314 `_) +* Contributors: Robin Vanhove + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosbag/package.xml b/tools/rosbag/package.xml index 4a275bf76b..88a4c1abd4 100644 --- a/tools/rosbag/package.xml +++ b/tools/rosbag/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> rosbag - 1.15.15 + 1.16.0 This is a set of tools for recording from and playing back to ROS topics. It is intended to be high performance and avoids diff --git a/tools/rosbag_storage/CHANGELOG.rst b/tools/rosbag_storage/CHANGELOG.rst index bae73a7a18..69fc1bf421 100644 --- a/tools/rosbag_storage/CHANGELOG.rst +++ b/tools/rosbag_storage/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rosbag_storage ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosbag_storage/package.xml b/tools/rosbag_storage/package.xml index de6ea16731..27fe3b4404 100644 --- a/tools/rosbag_storage/package.xml +++ b/tools/rosbag_storage/package.xml @@ -1,6 +1,6 @@ rosbag_storage - 1.15.15 + 1.16.0 This is a set of tools for recording from and playing back ROS message without relying on the ROS client library. diff --git a/tools/rosgraph/CHANGELOG.rst b/tools/rosgraph/CHANGELOG.rst index 7c9d7a9d0f..ff45e9a62d 100644 --- a/tools/rosgraph/CHANGELOG.rst +++ b/tools/rosgraph/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rosgraph ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- +* Fix determining supported kernel version for HTTP 1.1 (`#2202 `_) +* Contributors: Martin Pecka + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosgraph/package.xml b/tools/rosgraph/package.xml index f207297025..72361faa38 100644 --- a/tools/rosgraph/package.xml +++ b/tools/rosgraph/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> rosgraph - 1.15.15 + 1.16.0 rosgraph contains the rosgraph command-line tool, which prints information about the ROS Computation Graph. It also provides an diff --git a/tools/roslaunch/CHANGELOG.rst b/tools/roslaunch/CHANGELOG.rst index a23d0f9a9f..69efe09c68 100644 --- a/tools/roslaunch/CHANGELOG.rst +++ b/tools/roslaunch/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package roslaunch ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/roslaunch/package.xml b/tools/roslaunch/package.xml index e482713d89..1bab6c6e0d 100644 --- a/tools/roslaunch/package.xml +++ b/tools/roslaunch/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> roslaunch - 1.15.15 + 1.16.0 roslaunch is a tool for easily launching multiple ROS nodes locally and remotely diff --git a/tools/rosmaster/CHANGELOG.rst b/tools/rosmaster/CHANGELOG.rst index c6eddbd185..37f4180643 100644 --- a/tools/rosmaster/CHANGELOG.rst +++ b/tools/rosmaster/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rosmaster ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosmaster/package.xml b/tools/rosmaster/package.xml index 24cf961181..2b97509bb1 100644 --- a/tools/rosmaster/package.xml +++ b/tools/rosmaster/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> rosmaster - 1.15.15 + 1.16.0 ROS Master implementation. diff --git a/tools/rosmsg/CHANGELOG.rst b/tools/rosmsg/CHANGELOG.rst index 0ef49f65f4..85a25509d4 100644 --- a/tools/rosmsg/CHANGELOG.rst +++ b/tools/rosmsg/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rosmsg ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosmsg/package.xml b/tools/rosmsg/package.xml index b04f98c45a..716883a414 100644 --- a/tools/rosmsg/package.xml +++ b/tools/rosmsg/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> rosmsg - 1.15.15 + 1.16.0 rosmsg contains two command-line tools: rosmsg and rossrv. rosmsg is a command-line tool for diff --git a/tools/rosnode/CHANGELOG.rst b/tools/rosnode/CHANGELOG.rst index 946750e493..0b86aca63d 100644 --- a/tools/rosnode/CHANGELOG.rst +++ b/tools/rosnode/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rosnode ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosnode/package.xml b/tools/rosnode/package.xml index 36fe4fda4c..56629dd20f 100644 --- a/tools/rosnode/package.xml +++ b/tools/rosnode/package.xml @@ -1,6 +1,6 @@ rosnode - 1.15.15 + 1.16.0 rosnode is a command-line tool for displaying debug information about ROS Nodes, diff --git a/tools/rosout/CHANGELOG.rst b/tools/rosout/CHANGELOG.rst index b048b1354d..902e93ed9f 100644 --- a/tools/rosout/CHANGELOG.rst +++ b/tools/rosout/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rosout ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosout/package.xml b/tools/rosout/package.xml index c87c6f89b8..be68d92d24 100644 --- a/tools/rosout/package.xml +++ b/tools/rosout/package.xml @@ -1,6 +1,6 @@ rosout - 1.15.15 + 1.16.0 System-wide logging mechanism for messages sent to the /rosout topic. diff --git a/tools/rosparam/CHANGELOG.rst b/tools/rosparam/CHANGELOG.rst index 2360b361ed..42734b4ac8 100644 --- a/tools/rosparam/CHANGELOG.rst +++ b/tools/rosparam/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rosparam ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosparam/package.xml b/tools/rosparam/package.xml index b985523f4c..cc6794e69a 100644 --- a/tools/rosparam/package.xml +++ b/tools/rosparam/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> rosparam - 1.15.15 + 1.16.0 rosparam contains the rosparam command-line tool for getting and setting ROS Parameters on the `_) +* Contributors: Shingo Kitagawa + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rosservice/package.xml b/tools/rosservice/package.xml index 2c814c7e58..eb360ca682 100644 --- a/tools/rosservice/package.xml +++ b/tools/rosservice/package.xml @@ -1,6 +1,6 @@ rosservice - 1.15.15 + 1.16.0 rosservice contains the rosservice command-line tool for listing and querying ROS `_) diff --git a/tools/rostest/package.xml b/tools/rostest/package.xml index 84f430e772..f400960d65 100644 --- a/tools/rostest/package.xml +++ b/tools/rostest/package.xml @@ -1,6 +1,6 @@ rostest - 1.15.15 + 1.16.0 Integration test suite based on roslaunch that is compatible with xUnit frameworks. diff --git a/tools/rostopic/CHANGELOG.rst b/tools/rostopic/CHANGELOG.rst index 29f401879d..e916c1a658 100644 --- a/tools/rostopic/CHANGELOG.rst +++ b/tools/rostopic/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rostopic ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/rostopic/package.xml b/tools/rostopic/package.xml index 6d7ad4e98d..f75fd81f47 100644 --- a/tools/rostopic/package.xml +++ b/tools/rostopic/package.xml @@ -1,6 +1,6 @@ rostopic - 1.15.15 + 1.16.0 rostopic contains the rostopic command-line tool for displaying debug information about diff --git a/tools/topic_tools/CHANGELOG.rst b/tools/topic_tools/CHANGELOG.rst index fe8173d244..ead459dc47 100644 --- a/tools/topic_tools/CHANGELOG.rst +++ b/tools/topic_tools/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package topic_tools ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/tools/topic_tools/package.xml b/tools/topic_tools/package.xml index 7b5692d4a0..51dfc4bdac 100644 --- a/tools/topic_tools/package.xml +++ b/tools/topic_tools/package.xml @@ -1,6 +1,6 @@ topic_tools - 1.15.15 + 1.16.0 Tools for directing, throttling, selecting, and otherwise messing with ROS topics at a meta level. None of the programs in this package actually diff --git a/utilities/message_filters/CHANGELOG.rst b/utilities/message_filters/CHANGELOG.rst index 066ae10707..6d9b899b2a 100644 --- a/utilities/message_filters/CHANGELOG.rst +++ b/utilities/message_filters/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package message_filters ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/utilities/message_filters/package.xml b/utilities/message_filters/package.xml index 4d9b925d1d..7aa1a60fbe 100644 --- a/utilities/message_filters/package.xml +++ b/utilities/message_filters/package.xml @@ -1,6 +1,6 @@ message_filters - 1.15.15 + 1.16.0 A set of message filters which take in messages and may output those messages at a later time, based on the conditions that filter needs met. diff --git a/utilities/roslz4/CHANGELOG.rst b/utilities/roslz4/CHANGELOG.rst index 8374403fe9..399dac5978 100644 --- a/utilities/roslz4/CHANGELOG.rst +++ b/utilities/roslz4/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package roslz4 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/utilities/roslz4/package.xml b/utilities/roslz4/package.xml index 45ae1a2e96..b94e71d97b 100644 --- a/utilities/roslz4/package.xml +++ b/utilities/roslz4/package.xml @@ -1,7 +1,7 @@ roslz4 - 1.15.15 + 1.16.0 A Python and C++ implementation of the LZ4 streaming format. Large data streams are split into blocks which are compressed using the very fast LZ4 diff --git a/utilities/roswtf/CHANGELOG.rst b/utilities/roswtf/CHANGELOG.rst index 20545929a1..f028ec08cc 100644 --- a/utilities/roswtf/CHANGELOG.rst +++ b/utilities/roswtf/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package roswtf ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/utilities/roswtf/package.xml b/utilities/roswtf/package.xml index b2897a4612..4a96b69670 100644 --- a/utilities/roswtf/package.xml +++ b/utilities/roswtf/package.xml @@ -4,7 +4,7 @@ schematypens="http://www.w3.org/2001/XMLSchema"?> roswtf - 1.15.15 + 1.16.0 roswtf is a tool for diagnosing issues with a running ROS system. Think of it as a FAQ implemented in code. diff --git a/utilities/xmlrpcpp/CHANGELOG.rst b/utilities/xmlrpcpp/CHANGELOG.rst index 18e9b2e516..d6a8a9e74d 100644 --- a/utilities/xmlrpcpp/CHANGELOG.rst +++ b/utilities/xmlrpcpp/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package xmlrpcpp ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.16.0 (2023-02-15) +------------------- + 1.15.15 (2022-11-23) -------------------- * Move @jacobperron from maintainer to author (`#2302 `_) diff --git a/utilities/xmlrpcpp/package.xml b/utilities/xmlrpcpp/package.xml index 4811d971aa..d6459df693 100644 --- a/utilities/xmlrpcpp/package.xml +++ b/utilities/xmlrpcpp/package.xml @@ -1,6 +1,6 @@ xmlrpcpp - 1.15.15 + 1.16.0 XmlRpc++ is a C++ implementation of the XML-RPC protocol. This version is heavily modified from the package available on SourceForge in order to