ros-kinetic-cmake-modules (0.4.2-0xenial) xenial; urgency=high

  * Changed FindPoco to use 'd' suffix only when debug libraries are present (#50 <https://github.com/ros/cmake_modules/issues/50>)
    * Recent versions of Debian and Ubuntu (beginning with Stretch and Bionic respectively) do not provide separate debug library versions of Poco.
    * The refactored debug check now actually verifies that a d-suffixed library exists.
    * If not it falls back to using the non-suffixed version of the library which may or may not include debug symbols.
  * add note about ROS Lunar and future versioning schemes
  * Contributors: Steven! Ragnarök, William Woodall

 -- William Woodall <william@osrfoundation.org>  Tue, 19 Mar 2019 07:00:00 -0000

ros-kinetic-cmake-modules (0.4.1-0xenial) xenial; urgency=high

  * Add FindTinyXML2 module (#42 <https://github.com/ros/cmake_modules/issues/42>)
    Signed-off-by: Dmitry Rozhkov <mailto:dmitry.rozhkov@linux.intel.com>
  * Add FindGflags for supporting Gflags
  * Contributors: Dave Coleman, Dmitry Rozhkov, William Woodall

 -- William Woodall <william@osrfoundation.org>  Tue, 21 Feb 2017 08:00:00 -0000

ros-kinetic-cmake-modules (0.4.0-0xenial) xenial; urgency=high

  * The Eigen module provided by this package has been deprecated.
    There is now a CMake warning to encourage people to use the Module provided by Eigen instead.
  * Contributors: William Woodall

 -- William Woodall <william@osrfoundation.org>  Thu, 25 Dec 2014 08:00:00 -0000

ros-kinetic-cmake-modules (0.3.3-0xenial) xenial; urgency=high

  * Added FindPoco.cmake, which migrated from the ros/class_loader repository.
  * Update to FindXenomai.cmake
    find_package_handle_standard_args generates all caps variables (XENOMAI_FOUND), while this script is expected to create Xenomai_FOUND.
    This changeset creates the appropriately cased variable, but does not unset the all-caps variant for backwards-compatibility reasons (I typically unset it on new modules).
  * Contributors: Adolfo Rodriguez Tsouroukdissian, Esteve Fernandez, William Woodall

 -- William Woodall <william@osrfoundation.org>  Tue, 23 Dec 2014 08:00:00 -0000

ros-kinetic-cmake-modules (0.3.2-0xenial) xenial; urgency=high

  * Added CMake module for finding the UUID libraries
  * Changed prepend of CMAKE_MODULE_PATH to append behaviour in order to allow prepending of external CMake modules.
  * Added CMake module for finding GSL
  * Contributors: Esteve Fernandez, Peter Lehner, William Woodall, v01d

 -- William Woodall <william@osrfoundation.org>  Mon, 27 Oct 2014 07:00:00 -0000

ros-kinetic-cmake-modules (0.3.1-0xenial) xenial; urgency=high

  * Export architecture_independent flag in package.xml
  * Fix extended CMAKE_MODULE_PATH variable when path contains spaces
  * Mention the sequencing reqirement with an example
  * Contributors: Dirk Thomas, Paul Mathieu, Scott K Logan, Tully Foote, William Woodall, phuicy

 -- William Woodall <william@osrfoundation.org>  Wed, 07 May 2014 07:00:00 -0000

ros-kinetic-cmake-modules (0.3.0-0xenial) xenial; urgency=high

  * Added Numpy CMake module
  * Added Eigen CMake module
    closed #10 <https://github.com/ros/cmake_modules/issues/10>
  * Removed use of absolute paths in extra files
    fixed #9 <https://github.com/ros/cmake_modules/issues/9>
  * Contributors: Vincent Rabaud, William Woodall

 -- William Woodall <william@osrfoundation.org>  Sat, 22 Feb 2014 08:00:00 -0000

ros-kinetic-cmake-modules (0.2.1-0xenial) xenial; urgency=high

  * Adding CMake module for finding Xenomai RT kernel patch build flags
  * Contributors: Jonathan Bohren, William Woodall

 -- William Woodall <william@osrfoundation.org>  Fri, 24 Jan 2014 08:00:00 -0000

ros-kinetic-cmake-modules (0.2.0-0xenial) xenial; urgency=high

  * Added FindTBB.cmake version r36 from the findtbb package
  * TinyXML: Add more comprehensive header documentation.

 -- William Woodall <william@osrfoundation.org>  Wed, 04 Dec 2013 08:00:00 -0000

ros-kinetic-cmake-modules (0.1.0-0xenial) xenial; urgency=high

  * Initial release, includes the FindTinyXML.cmake CMake module

 -- William Woodall <william@osrfoundation.org>  Wed, 24 Jul 2013 07:00:00 -0000


