diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a66d156..0a3c7474 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog for package interactive_markers ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +1.11.5 (2020-04-05) +------------------- +* [feature] InteractiveMarkerServer::erase(): return false for unknown marker (`#43 `_) +* [fix] Avoid overriding warning status messages (Fixes `#34 `_) +* [fix] Fixed the problem that `*.hpp` was not installed (`#66 `_) +* [fix] Make the Timer daemon survive /clock jumping back in a playback loop (`#47 `_) +* [maintanence] Modernize package.xml and add missing std_msgs in CATKIN_DEPENDS +* [maintanence] Use setuptools instead of distutils (`#67 `_) +* [maintanence] Bump cmake version to 3.0.2 (`#64 `_) +* [maintanence] Windows compatibility + * Use C++11 portable sleep (`#63 `_) + * Symbol visibility for shared libraries (`#62 `_) + * Fix install location on Windows (`#39 `_) +* Contributors: Alejandro Hernández Cordero, David Gossow, Fabian Maas, Jacob Perron, Robert Haschke, Sean Yen, Shane Loretz, shela + 1.11.4 (2018-04-16) ------------------- * Fixed a crash when updates arrive, or are being processed, while shutdown is called (`#36 `_) diff --git a/package.xml b/package.xml index d95e429d..5aa5028f 100644 --- a/package.xml +++ b/package.xml @@ -5,7 +5,7 @@ William Woodall BSD - 1.11.4 + 1.11.5 David Gossow