Skip to content

Commit

Permalink
1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ijnek committed Jan 31, 2023
1 parent a891377 commit 7825def
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions compressed_depth_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package compressed_depth_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.15.0 (2023-01-30)
-------------------
* Update maintainer in ros1 branches (`#132 <https://github.com/ros-perception/image_transport_plugins/issues/132>`_)
* Fix number of elements in vector parameter to call cv::imencode for OpenCV 4.7 (`#130 <https://github.com/ros-perception/image_transport_plugins/issues/130>`_)
* Fix uninitialized memory usage (`#125 <https://github.com/ros-perception/image_transport_plugins/issues/125>`_)
Expand Down
2 changes: 1 addition & 1 deletion compressed_depth_image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>compressed_depth_image_transport</name>
<version>1.14.0</version>
<version>1.15.0</version>
<description>
Compressed_depth_image_transport provides a plugin to image_transport for transparently sending
depth images (raw, floating-point) using PNG compression.
Expand Down
4 changes: 2 additions & 2 deletions compressed_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package compressed_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.15.0 (2023-01-30)
-------------------
* Update maintainer in ros1 branches (`#132 <https://github.com/ros-perception/image_transport_plugins/issues/132>`_)
* Fix number of elements in vector parameter to call cv::imencode for OpenCV 4.7 (`#130 <https://github.com/ros-perception/image_transport_plugins/issues/130>`_)
* Performance optimizations for JPEG decompression (`#60 <https://github.com/ros-perception/image_transport_plugins/issues/60>`_)
Expand Down
2 changes: 1 addition & 1 deletion compressed_image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package format="2">
<name>compressed_image_transport</name>
<version>1.14.0</version>
<version>1.15.0</version>
<description>
Compressed_image_transport provides a plugin to image_transport for transparently sending images
encoded as JPEG or PNG.
Expand Down
4 changes: 2 additions & 2 deletions image_transport_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package image_transport_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.15.0 (2023-01-30)
-------------------
* Update maintainer in ros1 branches (`#132 <https://github.com/ros-perception/image_transport_plugins/issues/132>`_)
* Contributors: Kenji Brameld, ijnek

Expand Down
2 changes: 1 addition & 1 deletion image_transport_plugins/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>image_transport_plugins</name>
<version>1.14.0</version>
<version>1.15.0</version>
<description>
A set of plugins for publishing and subscribing to sensor_msgs/Image topics
in representations other than raw pixel data. For example, for viewing a
Expand Down
4 changes: 2 additions & 2 deletions theora_image_transport/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changelog for package theora_image_transport
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
1.15.0 (2023-01-30)
-------------------
* Update maintainer in ros1 branches (`#132 <https://github.com/ros-perception/image_transport_plugins/issues/132>`_)
* Fix copyright year 20012 -> 2012 (`#80 <https://github.com/ros-perception/image_transport_plugins/issues/80>`_)
* Contributors: Kenji Brameld, Lucas Walter, Michael Carroll, ijnek, v4hn
Expand Down
2 changes: 1 addition & 1 deletion theora_image_transport/package.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<package>
<name>theora_image_transport</name>
<version>1.14.0</version>
<version>1.15.0</version>
<description>
Theora_image_transport provides a plugin to image_transport for
transparently sending an image stream encoded with the Theora codec.
Expand Down

0 comments on commit 7825def

Please sign in to comment.