~hrg/hrg-packaging/gazebo-ros-pkgs

« back to all changes in this revision

Viewing changes to gazebo_plugins/CHANGELOG.rst

  • Committer: Jose Luis Rivero
  • Date: 2017-04-18 16:59:56 UTC
  • Revision ID: git-v1:5602b662c630917cbf2820732d4bad4e7aa04e17
Changelogs to prepare for next 2.5.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Changelog for package gazebo_plugins
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
 
 
5
Forthcoming
 
6
-----------
 
7
* Change build system to set DEPEND on Gazebo/SDFormat (fix catkin warning)
 
8
  Added missing DEPEND clauses to catkin_package to fix gazebo catkin warning.
 
9
  Note that after the change problems could appear related to -lpthreads
 
10
  errors. This is an known issue related to catkin:
 
11
  https://github.com/ros/catkin/issues/856
 
12
 
 
13
* Fix: add gazebo_ros_range to catkin package libraries (`#558 <https://github.com/ros-simulation/gazebo_ros_pkgs/issues/558>`_)
 
14
* Contributors: Christoph Rist, Dave Coleman
 
15
 
5
16
2.5.10 (2017-03-03)
6
17
-------------------
7
18
* Revert catkin warnings to fix regressions (problems with catkin -lpthreads errors)