Updating changelogs

This commit is contained in:
William Woodall 2013-08-27 13:44:09 -07:00 committed by Paul Bovbel
parent acd12f8132
commit f51ccbb0ec
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,14 @@
Changelog for package pcl_ros
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1.1.5 (2013-08-27)
------------------
* Updated package.xml's to use new libpcl-all rosdep rules
* package.xml: tuned whitespaces
This commit removes trailing whitespaces and makes the line with the license information in the package.xml bitwise match exactly the common license information line in most ROS packages.
The trailing whitespaces were detected when providing a bitbake recipe in the meta-ros project (github.com/bmwcarit/meta-ros). In the recipe, the hash of the license line is declared and is used to check for changes in the license. For this recipe, it was not matching the common one.
A related already merged commit is https://github.com/ros/std_msgs/pull/3 and a related pending commit is https://github.com/ros-perception/pcl_msgs/pull/1.
1.1.4 (2013-07-23)
------------------
* Fix a serialization error with point_cloud headers

View File

@ -2,6 +2,10 @@
Changelog for package perception_pcl
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
1.1.5 (2013-08-27)
------------------
* Updated package.xml's to use new libpcl-all rosdep rules
1.1.4 (2013-07-23)
------------------