ros-kinetic-dynamic-reconfigure (1.5.49-0jessie) jessie; urgency=high

  * Pep8 (#93 <https://github.com/ros/dynamic_reconfigure/issues/93>)
  * Python3 use print function and not statement (#92 <https://github.com/ros/dynamic_reconfigure/issues/92>)
  * add shebang line in setup_custom_pythonpath.sh.in template (#91 <https://github.com/ros/dynamic_reconfigure/issues/91>)
  * switch to package format 2 (#89 <https://github.com/ros/dynamic_reconfigure/issues/89>)
  * remove trailing whitespaces (#88 <https://github.com/ros/dynamic_reconfigure/issues/88>)
  * Reraising DynamicReconfigureCallbackException in case of a failing service call (#87 <https://github.com/ros/dynamic_reconfigure/issues/87>)
  * Contributors: Arne Hitzmann, Mikael Arguedas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Thu, 27 Jul 2017 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.48-0jessie) jessie; urgency=high

  * [Bugfix] dont enforce ROS names for constants (#84 <https://github.com/ros/dynamic_reconfigure/issues/84>)
  * [Compiler warnings] avoid unused-parameter compiler warnings in specialized ParamDescription<std::string>::clamp() (#83 <https://github.com/ros/dynamic_reconfigure/issues/83>)
  * Contributors: Johannes Meyer, Mikael Arguedas

 -- Mikael Arguedas <mikael@osrfoundation.org>  Fri, 07 Apr 2017 07:00:00 -0000

ros-kinetic-dynamic-reconfigure (1.5.47-0jessie) jessie; urgency=high

  * reset received_configuration_ for every request sent (#82 <https://github.com/ros/dynamic_reconfigure/issues/82>)
  * Rename arguments (with a_ prefix) to avoid Wshadow warnings. (#80 <https://github.com/ros/dynamic_reconfigure/issues/80>)
    handle infinity in python generation, fixes (#77 <https://github.com/ros/dynamic_reconfigure/issues/77>)
  * Add a c++ Dynamic Reconfigure Client (#78 <https://github.com/ros/dynamic_reconfigure/issues/78>)
  * Enforce valid descriptions in cfg files (#74 <https://github.com/ros/dynamic_reconfigure/issues/74>)
  * Fix callback returned by get_description_callback (#73 <https://github.com/ros/dynamic_reconfigure/issues/73>) from ros/description_cb
  * Contributors: Jeff Eberl, Mikael Arguedas

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

ros-kinetic-dynamic-reconfigure (1.5.46-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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-0jessie) jessie; 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


