ros-melodic-roslisp (1.9.24-1stretch) stretch; urgency=high

  * Autogenerated, no changelog for this version found in CHANGELOG.rst.

 -- Gayane Kazhoyan <kazhoyan@cs.uni-bremen.de>  Mon, 17 Feb 2020 22:13:55 -0000

ros-melodic-roslisp (1.9.21-1stretch) stretch; urgency=high

  * Merge pull request #33 <https://github.com/ros/roslisp/issues/33> from gaya-/master
    Got rid of /bin/bash, using /usr/bin/env bash instead.
  * Merge pull request #34 <https://github.com/ros/roslisp/issues/34> from gaya-/check-node-name
    Added a check on node name when creating a node
  * Merge pull request #36 <https://github.com/ros/roslisp/issues/36> from gaya-/arguments-in-make-request
    Added support for nested message fields in MAKE-REQUEST
    Fully backwards compatible, no API breakage.
  * Merge pull request #35 <https://github.com/ros/roslisp/issues/35> from gaya-/symbols-for-make-msg
    Support for symbols in msg-type of make-message.
    Fully backwards compatible, no API breakage.
  * Merge pull request #39 <https://github.com/ros/roslisp/issues/39> from Bradford-Miller/fix-loop-at-most
    Fix bug in LOOP-AT-MOST-EVERY:
    if the BODY takes too long the timer doesn't reset which results in BODY being called more frequently than at-most-every D.
  * this time for sure
  * fix issue #38 <https://github.com/ros/roslisp/issues/38>
  * Merge pull request #37 <https://github.com/ros/roslisp/issues/37> from mikepurvis/patch-1
    Fix changelog underline.
  * Fix changelog underline.
  * added support for nested message fields in MAKE-REQUEST:
    previously nested field specification was only supported when making a request using a string as message type.
    Now the same is also supported when specifying service type with a symbol.
  * MAKE-MESSAGE now accepts MSG-TYPE not only of type STRING but also SYMBOL
  * added a check on node name when creating a node
  * minor fix for a (probably not working anyway) script
  * Contributors: Gayane Kazhoyan, Georg Bartels, Mike Purvis, Bradford W. Miller (GE Global Research)

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Mon, 19 Jun 2017 22:00:00 -0000

ros-melodic-roslisp (1.9.20-1stretch) stretch; urgency=high

  * Merge pull request #28 <https://github.com/ros/roslisp/issues/28> from gaya-/master
    In ADD_LISP_EXECUTABLE added a check for slashes in first argument
  * in cmake script minor nicification
  * [cmake] in ADD_LISP_EXECUTABLE added a check for slashes in first argument
  * Contributors: Gayane Kazhoyan, Georg Bartels

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Wed, 13 Apr 2016 22:00:00 -0000

ros-melodic-roslisp (1.9.19-1stretch) stretch; urgency=high

  * Merge pull request #25 <https://github.com/ros/roslisp/issues/25> from airballking/symbol-codes
    roslisp-msg-protocol: looking up symbols from constants
  * Followed Gaya's suggestion of throwing an error if no symbol-code with the requested code can be found in (code-symbol ...).
  * Merge pull request #26 <https://github.com/ros/roslisp/issues/26> from gaya-/deprecated-quit
    Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  * Merge pull request #19 <https://github.com/ros/roslisp/issues/19> from gaya-/master
    Fixed the outdated executables generation pipeline
  * Replaced deprecated SB-EXT:QUIT with SB-EXT:EXIT
  * Contributors: Dirk Thomas, Gayane Kazhoyan, Georg Bartels

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Thu, 13 Aug 2015 22:00:00 -0000

ros-melodic-roslisp (1.9.17-1stretch) stretch; urgency=high

  * Merge pull request #20 <https://github.com/ros/roslisp/issues/20> from daewok/use_sim_time
    use_sim_time parameter should be absolute.
  * Merge pull request #18 <https://github.com/ros/roslisp/issues/18> from airballking/fix-issue17
    fix for ASDF3 compatibility
  * Merge pull request #16 <https://github.com/ros/roslisp/issues/16> from jannikb/master
    Fixed Issue ros/roslisp#12 <https://github.com/ros/roslisp/issues/12>
  * Merge pull request #15 <https://github.com/ros/roslisp/issues/15> from jannikb/master
    Start fixing issue ros/roslisp#12 <https://github.com/ros/roslisp/issues/12>
  * Contributors: Eric Timmons, Georg Bartels, Jannik Buckelo, Lorenz Mösenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Wed, 01 Oct 2014 22:00:00 -0000

ros-melodic-roslisp (1.9.16-1stretch) stretch; urgency=high

  * Added Georg Bartels as maintainer in package.xml.
  * Bug-fix: Export SERVICE-CALL-ERROR symbol.
  * Bug-fix: Don't throw END-OF-FILE condition in TCPROS-DO-SERVICE-REQUEST.
  * Bug-fix: Corrected typo 'close-persistent-service'.
  * Contributors: Gayane Kazhoyan, Georg Bartels

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Mon, 21 Apr 2014 22:00:00 -0000

ros-melodic-roslisp (1.9.15-1stretch) stretch; urgency=high

  * Bug-fix: Make sure 'asdf-paths-to-add' does not contain any 'nil' pathnames.
  * Contributors: Georg Bartels

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Mon, 02 Dec 2013 23:00:00 -0000

ros-melodic-roslisp (1.9.14-1stretch) stretch; urgency=high

  * Merge pull request (#10 <https://github.com/ros/roslisp/issues/10>) from ros/relocatable
    resolve roslisp path in installspace at runtime (#490 <https://github.com/ros/catkin/issues/490>)
  * resolve roslisp path in installspace at runtime (#490 <https://github.com/ros/catkin/issues/490>)
  * Contributors: Dirk Thomas, Georg Bartels, Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Wed, 20 Nov 2013 23:00:00 -0000

ros-melodic-roslisp (1.9.13-1stretch) stretch; urgency=high

  * Merge pull request (#9 <https://github.com/ros/roslisp/issues/9>) from ros/fix_env_hook
    fix environment hook to set ROSLISP_PACKAGE_DIRECTORIES in devel space
  * fix environment hook to set ROSLISP_PACKAGE_DIRECTORIES to all devel spaces
  * Contributors: Dirk Thomas, Georg Bartels

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Sun, 23 Jun 2013 22:00:00 -0000

ros-melodic-roslisp (1.9.12-1stretch) stretch; urgency=high

  * Merge pull request (#3 <https://github.com/ros/roslisp/issues/3>) from airballking/master
    Convenience function create messages for publication object AND convenience service-client interface.
  * added buildtool_depend catkin to package.xml
  * Added a convenience function to create message for topics that uses publication to get the message type.
  * Contributors: Aaron Blasdel, Georg Bartels, Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Mon, 17 Jun 2013 22:00:00 -0000

ros-melodic-roslisp (1.9.11-1stretch) stretch; urgency=high

  * Improved wrapper script generation to not require the ROS package sbcl.
  * Throw an error if *LOAD-TRUENAME* is unbound in roslisp-sbcl-init.
  * Contributors: Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Tue, 27 Nov 2012 23:00:00 -0000

ros-melodic-roslisp (1.9.10-1stretch) stretch; urgency=high

  * Removed directory asdf form install target.
  * Don't use rospack or the asdf subdirectory to find system load-manifest.
    Instead, we use the directory of the initfile directly, assuming that
    it's always in the roslisp directory.
  * Got rid of asdf subdirectory and symbolic links.
    As of asdf2, the symbolic links to asd files are not required anymore.
    They even screw up the deb build proces. Deleting them.
  * Contributors: Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Mon, 19 Nov 2012 23:00:00 -0000

ros-melodic-roslisp (1.9.9-1stretch) stretch; urgency=high

  * Added find_package for catkin in CMakeLists.txt.
  * Contributors: Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Thu, 08 Nov 2012 23:00:00 -0000

ros-melodic-roslisp (1.9.8-1stretch) stretch; urgency=high

  * Check for unambiguous type declaration in with-fields macro.
    If the user declares the type using OR, we cannot use it for optimizing
    the macro expansion since it is ambiguous. Fixes (#1 <https://github.com/ros/roslisp/issues/1>).
  * Updated dependencies in manifest.xml file.
  * Updated run-dependencies in package.xml.
  * Updated CMakeLists for new catkin.
  * Got rid of call of catkin_stack.
  * Contributors: Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Thu, 25 Oct 2012 22:00:00 -0000

ros-melodic-roslisp (1.9.7-1stretch) stretch; urgency=high

  * Change of maintainer to Lorenz Moesenlechner
  * Various catkin fixes
  * Contributors: Dave Hershberger, Dirk Thomas, Lorenz Moesenlechner

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Wed, 26 Sep 2012 22:00:00 -0000

ros-melodic-roslisp (1.9.0-1stretch) stretch; urgency=high

  * Begin Catkinization
  * Initial development
  * Contributors: Dirk Thomas, Lorenz Moesenlechner, Thibault Kruse, bhaskara, dirk-thomas, gerkey, kruset, kwc, lorenz, mkjaergaard, tfoote

 -- Georg Bartels <georg.bartels@cs.uni-bremen.de>  Wed, 29 Aug 2012 22:00:00 -0000


