Skip to content

Commit eadb326

Browse files
committed
Bump to 0.7.0, generate CHANGELOG
Signed-off-by: Evan Flynn <evanflynn.msu@gmail.com>
1 parent ec67cb2 commit eadb326

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

CHANGELOG.rst

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,36 @@
22
Changelog for package usb_cam
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5-
Forthcoming
6-
-----------
5+
0.7.0 (2023-08-30)
6+
------------------
7+
* Fix mjpeg invalid ptr and mjpeg memory leak
8+
* Allocate unique avpacket for each frame
9+
* Fix some minor memorly leaks for mjpeg
10+
Relates to `#262 <https://github.com/ros-drivers/usb_cam/issues/262>`_
11+
* Update docs to new launch file name
12+
Closes `#277 <https://github.com/ros-drivers/usb_cam/issues/277>`_
13+
* Only unref packet in destructor
14+
Closes `#274 <https://github.com/ros-drivers/usb_cam/issues/274>`_ `#275 <https://github.com/ros-drivers/usb_cam/issues/275>`_
15+
* Enable manaul trigger of ROS 2 CI, add Iron, deprecate Foxy
16+
* Add Iron to CI, remove Foxy
17+
* Enable manaul trigger of ROS 2 CI
18+
* Fix memory leaks in mjpeg2rgb conversion
19+
* Add SANITIZE option to package to help with debugging, document it
20+
* Fix memory leaks caused by buffer allocation by using smart pointers
21+
* Fix linter errors
22+
* Update params2 file for second camera
23+
* Fixed wrong image timestamp due to missing handling of microseconds in epoch time shift
24+
* Removed debug output of timestamp
25+
* Fixed wring image timestamp due to missing handling of microseconds in epoch time shift.
26+
* Address multiple memory leak issues after ros2 rewrite
27+
* Remove EOL Galactic distro from CI
28+
* Address multiple memory leak issues after ros2 rewrite
29+
* Create CameraConfig class, use it in launch file
30+
* imports no longer needed.
31+
* Multiple cameras + compression
32+
* Remove debug print accidentally added
733
* Clean up ROS 2 node, update parameter logic
8-
* Contributors: Evan Flynn
34+
* Contributors: Boitumelo Ruf, Brendon Cintas, Evan Flynn
935

1036
0.6.0 (2023-04-02)
1137
------------------

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_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>usb_cam</name>
5-
<version>0.6.1</version>
5+
<version>0.7.0</version>
66
<description>A ROS 2 Driver for V4L USB Cameras</description>
77

88
<maintainer email="evanflynn.msu@gmail.com">Evan Flynn</maintainer>

0 commit comments

Comments
 (0)