Skip to content

Commit

Permalink
update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
k-okada committed Nov 9, 2023
1 parent c9ec5d7 commit ff153de
Show file tree
Hide file tree
Showing 12 changed files with 599 additions and 0 deletions.
3 changes: 3 additions & 0 deletions audio_video_recorder/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package audio_video_recorder
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

2.2.12 (2022-06-07)
-------------------
* add audio_video_recorder (`#1672 <https://github.com/jsk-ros-pkg/jsk_common/issues/1672>`_)
Expand Down
5 changes: 5 additions & 0 deletions jsk_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package jsk_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Add jsk_rosbag_tools package (`#1738 <https://github.com/jsk-ros-pkg/jsk_common/issues/1738>`_)
* Contributors: Kei Okada, Shingo Kitagawa, Iory Yanokura

2.2.12 (2022-06-07)
-------------------
* add audio_video_recorder in jsk_common (`#1672 <https://github.com/jsk-ros-pkg/jsk_common/issues/1672>`_)
Expand Down
12 changes: 12 additions & 0 deletions jsk_coordination_system/dynamic_tf_publisher/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package dynamic_tf_publisher
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

* add test to check if dynamic_tf_publisher/sample/sample.launch works (`#1788 <https://github.com/jsk-ros-pkg/jsk_common/issues/1788>`_)

* fixed to import roslib.message explicitly
* add test to check if dynamic_tf_publisher/sample/sample.launch works

* [dynamic_tf_publisher] Fix Python shebang for Noetic (`#1775 <https://github.com/jsk-ros-pkg/jsk_common/issues/1775>`_)

* Contributors: Kei Okada, Shingo Kitagawa, Wolfgang Merkt, Koki Amabe

2.2.12 (2022-06-07)
-------------------
* run 2to3 -w -f has_key for python3 compatibility (`#1695 <https://github.com/jsk-ros-pkg/jsk_common/issues/1695>`_)
Expand Down
12 changes: 12 additions & 0 deletions jsk_data/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package jsk_data
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* [jsk_data/download_data.py] Add timeout argument to download() for wget (`#1771 <https://github.com/jsk-ros-pkg/jsk_common/issues/1771>`_)

* add 2 blank lines before function definition ros roslint
```
src/jsk_data/download_data.py:120:1: E302 expected 2 blank lines, found 1
```
* Add timeout argument to download() for wget

* Contributors: Aoi Nakane, Kei Okada, Shingo Kitagawa

2.2.12 (2022-06-07)
-------------------
* [jsk_data/tess_data_collection_server] Check if text and yaml or text and image are saved in the subdirectory of `save_dir`. (`#1734 <https://github.com/jsk-ros-pkg/jsk_common/issues/1734>`_)
Expand Down
12 changes: 12 additions & 0 deletions jsk_network_tools/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
Changelog for package jsk_network_tools
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* add test to compile on 22.04, see `#1770 <https://github.com/jsk-ros-pkg/jsk_common/issues/1770>`_ (`#1773 <https://github.com/jsk-ros-pkg/jsk_common/issues/1773>`_)

* use setuptools
setup from distutils is deprecated and will be removed eventually.

* Fixed typo of Software License Agreement. and/o2r to and/or (`#1764 <https://github.com/jsk-ros-pkg/jsk_common/issues/1764>`_)
Fixed typo of Software License Agreement. and/o2r to and/or

* Contributors: Kei Okada, Shingo Kitagawa, Iory Yanokura, v4hn

2.2.12 (2022-06-07)
-------------------
* add skip_interfaces param in network_status.py (`#1664 <https://github.com/jsk-ros-pkg/jsk_common/issues/1664>`_)
Expand Down
21 changes: 21 additions & 0 deletions jsk_ros_patch/image_view2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
Changelog for package image_view2
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix for Noetic (`#1774 <https://github.com/jsk-ros-pkg/jsk_common/issues/1774>`_)

* test/publish_mouse_event.py: value of MouseEvent must be integer

* add test to compile on 22.04, see `#1770 <https://github.com/jsk-ros-pkg/jsk_common/issues/1770>`_ (`#1773 <https://github.com/jsk-ros-pkg/jsk_common/issues/1773>`_)

* revert code before C++11
* avoid boost::bind (esp. global _1)
it's deprecated to use global _1 from boost for a while now
and the Debian ROS packages do not provide it anymore.
* do not specify c++ standard
it break with current log4cxx which requires c++17.
No, going forward it's no option to specify the standard anymore.
And it's not necessary either.

* Fixed typo of Software License Agreement. and/o2r to and/or (`#1764 <https://github.com/jsk-ros-pkg/jsk_common/issues/1764>`_)

* Contributors: Kei Okada, Shingo Kitagawa, Iory Yanokura, v4hn

2.2.12 (2022-06-07)
-------------------
* set ccache prefix only for cmake <= 3.4 (`#1694 <https://github.com/jsk-ros-pkg/jsk_common/issues/1694>`_)
Expand Down
3 changes: 3 additions & 0 deletions jsk_ros_patch/multi_map_server/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package multi_map_server
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

2.2.12 (2022-06-07)
-------------------

Expand Down
Loading

0 comments on commit ff153de

Please sign in to comment.