ros-kinetic-dynamic-reconfigure (1.5.46-0wily) wily; urgency=high

  * Add missing group params to wikidoc (#68 <https://github.com/ros/dynamic_reconfigure/issues/68>)
    The catkin generated wikidoc files were missing parameters defined as groups.
    Both the Dox and UsageDox file were generated correctly, but the wikidoc was
    using the wrong method to traverse all groups.
  * Contributors: Mark Horn

 -- Mikael Arguedas <mikael@osrfoundation.org>  Tue, 15 Nov 2016 08:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.45-0wily) wily; urgency=high

  * Merge pull request #65 <https://github.com/ros/dynamic_reconfigure/issues/65> from bulwahn/master
    address gcc6 build error
  * address gcc6 build error
    With gcc6, compiling fails with stdlib.h: No such file or directory,
    as including '-isystem /usr/include' breaks with gcc6, cf.,
    https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70129.
    This commit addresses this issue for this package in the same way
    it was addressed in various other ROS packages. A list of related
    commits and pull requests is at:
    https://github.com/ros/rosdistro/issues/12783
    Signed-off-by: Lukas Bulwahn <mailto:lukas.bulwahn@oss.bmw-carit.de>
  * Contributors: Lukas Bulwahn, Mikael Arguedas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Mon, 24 Oct 2016 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.44-0wily) wily; urgency=high

  * Add server namespaces (#56 <https://github.com/ros/dynamic_reconfigure/issues/56>)
    * Add optional namespace argument to Python Server
    * Add test for server with multiple namespaces
  * Merge pull request #61 <https://github.com/ros/dynamic_reconfigure/issues/61> from vagvaz/Issue_51_Unable_to_reload_parameters_from_file
    fix issue #51 <https://github.com/ros/dynamic_reconfigure/issues/51> reloading parameters from dumped file
  * Contributors: Evangelos Vazaios, Mikael Arguedas, v-lopez

 -- Mikael Arguedas <mikael@osrfoundation.org>  Wed, 22 Jun 2016 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.43-0wily) wily; urgency=high

  * add devel space to Python environment to allow .cfg files to import them #60 <https://github.com/ros/dynamic_reconfigure/issues/60>
  * Contributors: Dirk Thomas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Sat, 19 Mar 2016 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.42-0wily) wily; urgency=high

  * fix Python environment to make it work on the first run #59 <https://github.com/ros/dynamic_reconfigure/issues/59>
  * Contributors: Dirk Thomas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Tue, 15 Mar 2016 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.41-0wily) wily; urgency=high

  * fix Python environment to make it work on the first run #58 <https://github.com/ros/dynamic_reconfigure/issues/58>
  * Contributors: Dirk Thomas, Mikael Arguedas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Mon, 14 Mar 2016 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.40-0wily) wily; urgency=high

  * updated maintainer
  * Contributors: Mikael Arguedas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Fri, 11 Mar 2016 08:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.39-0wily) wily; urgency=high

  * Better error message, to fix #32 <https://github.com/ros/dynamic_reconfigure/issues/32>
  * Make Python callback code consistent with the C++ API
  * Commented unused parameters to avoid compile warnings
  * Contributors: Esteve Fernandez, Morgan Quigley

 -- Mikael Arguedas <mikael@osrfoundation.org>  Wed, 22 Apr 2015 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.38-0wily) wily; urgency=high

  * Fixes #35 <https://github.com/ros/dynamic_reconfigure/issues/35> by setting queue_size to 10 for publishers.
  * Fixes #31 <https://github.com/ros/dynamic_reconfigure/issues/31> by removing boilerplate and copyright info from config header.
  * Python 3 Support
  * Honor BUILD_SHARED_LIBS and do not force building shared libraries.
  * Unicode support
  * Contributors: Basheer Subei, Esteve Fernandez, Gary Servin, Kei Okada, Scott K Logan

 -- Mikael Arguedas <mikael@osrfoundation.org>  Tue, 23 Dec 2014 08:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.37-0wily) wily; urgency=high

  * Decode level of ParamDescription
  * Added testsuite
  * Avoid collisions with parameter names (#6 <https://github.com/ros/dynamic_reconfigure/issues/6>)
  * Contributors: Esteve Fernandez, pgorczak

 -- Mikael Arguedas <mikael@osrfoundation.org>  Mon, 16 Jun 2014 07:00:00 -0000


