Changelog for package rospack
2.1.24 (2014-09-04)
- support tags defined in package format 2 (#43)
2.1.23 (2014-02-25)
- only perform backquote substitution when needed (#34)
2.1.22 (2014-01-07)
- use specific python version catkin has decided on (#29)
- python 3 compatibility (#25, #27)
- fall back gracefully whe gtest is not available
- update package urls
2.1.21 (2013-07-05)
- honor CATKIN_IGNORE marker file when crawling for packages (#21)
2.1.20 (2013-07-03)
- improve error message to include package names when circular dependency is detected (#18)
- check for CATKIN_ENABLE_TESTING to enable configure without tests
- add '-h' option
2.1.19 (2013-06-06)
- modified command 'list-duplicates' to output the paths where the packages were found (#3)
- modified 'rospack plugins' to not use rosdep (#5)
- improve Windows support (#10)
- use find_package() for tinyxml (if available)
2.1.17 (2013-03-08)
- output full pkg-config command in case of errors (#8)
- handle None as return value for call_pkg_config (#8)
- fix crawling to always recrawl when forced (#9)
2.1.16 (2013-01-13)
- fix segfault for command depends1 which ignores exceptions and calls isSysPackage again (#4)
2.1.15 (2012-12-06)
- first public release for Groovy