From 0722296e13ca64646dd7e5608cf96a80745e416c Mon Sep 17 00:00:00 2001 From: William Woodall Date: Tue, 4 Dec 2018 15:40:53 -0800 Subject: [PATCH] changelogs Signed-off-by: William Woodall --- rviz2/CHANGELOG.rst | 6 ++++ rviz_assimp_vendor/CHANGELOG.rst | 3 ++ rviz_common/CHANGELOG.rst | 35 +++++++++++++++++++++ rviz_default_plugins/CHANGELOG.rst | 26 +++++++++++++++ rviz_ogre_vendor/CHANGELOG.rst | 5 +++ rviz_rendering/CHANGELOG.rst | 17 ++++++++++ rviz_rendering_tests/CHANGELOG.rst | 5 +++ rviz_visual_testing_framework/CHANGELOG.rst | 18 +++++++++++ 8 files changed, 115 insertions(+) diff --git a/rviz2/CHANGELOG.rst b/rviz2/CHANGELOG.rst index f86c70b4c..880fc7ac1 100644 --- a/rviz2/CHANGELOG.rst +++ b/rviz2/CHANGELOG.rst @@ -2,6 +2,12 @@ Changelog for package rviz2 ^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Add semicolons to all RCLCPP and RCUTILS macros. (`#357 `_) +* Made the transformation framework used by rviz pluggable. (`#346 `_) +* Contributors: Andreas Greimel, Chris Lalancette + 4.0.1 (2018-06-28) ------------------ diff --git a/rviz_assimp_vendor/CHANGELOG.rst b/rviz_assimp_vendor/CHANGELOG.rst index 7cd885f8c..3bb40b483 100644 --- a/rviz_assimp_vendor/CHANGELOG.rst +++ b/rviz_assimp_vendor/CHANGELOG.rst @@ -2,6 +2,9 @@ Changelog for package rviz_assimp_vendor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- + 4.0.1 (2018-06-28) ------------------ diff --git a/rviz_common/CHANGELOG.rst b/rviz_common/CHANGELOG.rst index 68ae2983c..2b044d876 100644 --- a/rviz_common/CHANGELOG.rst +++ b/rviz_common/CHANGELOG.rst @@ -2,6 +2,41 @@ Changelog for package rviz_common ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Moved rviz_yaml_cpp_vendor into it's own repo (`#361 `_) +* Exported libraries to trigger hooks. (`#358 `_) +* Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (`#356 `_) +* Changed to use spin_some with max_duration (`#354 `_) + * spin_once() limits the number of callbacks that can be called based on how quickly the gui updates. + This results in lag when displaying tf frames. + Use spin_some(max_duration) to execute all of the work available. +* Made the transformation framework used by rviz pluggable. (`#346 `_) +* Fixed wrong name of InitialPose plugin in default config (`#352 `_) +* Added hotkeys (also to help) (`#312 `_) +* Migrated pose estimate tool (`#329 `_) +* Changed to now pass clock to tf2_ros::buffer (`#340 `_) +* Changted to always build all tests and skip execution if not supported (`#342 `_) +* Reverted workaround for identity transform after geometry2 fix (`#343 `_) +* Reverted "Add simple mechanism to automatically convert old configs" (`#337 `_) + * No longer necessary for C-Turtle +* Minor cleanup and fixes (`#336 `_) + * Fix environment for colcon builds (no appends necessary) + * Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt + * Fix Qt moc warning for virtual signal +* Fixed missing status in laser scan display (`#335 `_) + * Show status error when transform failed + * Modify logging behaviour +* Updates due to uncrustify 0.67 (`#333 `_) + * fix closing block and tamplete indentation to comply with uncrustify 0.67 + * add space between reference and variable name + * space before opening bracket + * fix indend of inherited class + * fix indent of code blocks + * no space around -> operator + * restore original spacing +* Contributors: Andreas Greimel, Kartik Mohta, Martin Idel, Michael Carroll, Mikael Arguedas, Shane Loretz, Steven! Ragnarök + 4.0.1 (2018-06-28) ------------------ diff --git a/rviz_default_plugins/CHANGELOG.rst b/rviz_default_plugins/CHANGELOG.rst index 9a3e574af..823c96530 100644 --- a/rviz_default_plugins/CHANGELOG.rst +++ b/rviz_default_plugins/CHANGELOG.rst @@ -2,6 +2,32 @@ Changelog for package rviz_default_plugins ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Export libraries to trigger hooks. (`#358 `_) +* Made the transformation framework used by rviz pluggable. (`#346 `_) +* Added hotkeys (also to help) (`#312 `_) +* Migrated Range Display (`#325 `_) +* Migrated pose estimate tool (`#329 `_) +* Increased visual testing stability (`#344 `_) +* Fixed laserscan 1 meter limit bug (`#345 `_) +* Changed to always build all tests and skip execution if not supported (`#342 `_) +* Minor cleanup and fixes (`#336 `_) + * Fix environment for colcon builds (no appends necessary) + * Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt + * Fix Qt moc warning for virtual signal +* Fixed missing status in laser scan display (`#335 `_) + * Show status error when transform failed +* Changes due to uncrustify 0.67 (`#333 `_) + * fix closing block and tamplete indentation to comply with uncrustify 0.67 + * add space between reference and variable name + * space before opening bracket + * fix indend of inherited class + * fix indent of code blocks + * no space around -> operator + * restore original spacing +* Contributors: Alessandro Bottero, Andreas Greimel, Martin Idel, Mikael Arguedas, Steven! Ragnarök, eric1221bday + 4.0.1 (2018-06-28) ------------------ diff --git a/rviz_ogre_vendor/CHANGELOG.rst b/rviz_ogre_vendor/CHANGELOG.rst index f2faf0100..2464b69b0 100644 --- a/rviz_ogre_vendor/CHANGELOG.rst +++ b/rviz_ogre_vendor/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rviz_ogre_vendor ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Changed ZLIB_ROOT -> ZLIB_DIR (`#349 `_) +* Contributors: Mikael Arguedas + 4.0.1 (2018-06-28) ------------------ diff --git a/rviz_rendering/CHANGELOG.rst b/rviz_rendering/CHANGELOG.rst index 61f3190b8..4459a71ea 100644 --- a/rviz_rendering/CHANGELOG.rst +++ b/rviz_rendering/CHANGELOG.rst @@ -2,6 +2,23 @@ Changelog for package rviz_rendering ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Export libraries to trigger hooks. (`#358 `_) +* Added virtual destructors for WindowManagerInterface and ViewportProjectionFinder (`#356 `_) +* Increased visual testing stability (`#344 `_) +* Cleanup dependencies for rviz_rendering_tests (`#326 `_) +* Changed to always build all tests and skip execution if not supported (`#342 `_) +* Changed to support uncrustify 0.67 (`#333 `_) + * fix closing block and tamplete indentation to comply with uncrustify 0.67 + * add space between reference and variable name + * space before opening bracket + * fix indend of inherited class + * fix indent of code blocks + * no space around -> operator + * restore original spacing +* Contributors: Andreas Greimel, Kartik Mohta, Mikael Arguedas, Steven! Ragnarök, William Woodall + 4.0.1 (2018-06-28) ------------------ * move find_package or test dependencies to test block (`#331 `_) diff --git a/rviz_rendering_tests/CHANGELOG.rst b/rviz_rendering_tests/CHANGELOG.rst index fe8286eec..0e84c9a54 100644 --- a/rviz_rendering_tests/CHANGELOG.rst +++ b/rviz_rendering_tests/CHANGELOG.rst @@ -2,6 +2,11 @@ Changelog for package rviz_rendering_tests ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Changed to always build all tests and skip execution if not supported (`#342 `_) +* Contributors: Andreas Greimel + 4.0.1 (2018-06-28) ------------------ * Add Qt dependency to testing packages. (`#330 `_) diff --git a/rviz_visual_testing_framework/CHANGELOG.rst b/rviz_visual_testing_framework/CHANGELOG.rst index baec6c31c..840956b40 100644 --- a/rviz_visual_testing_framework/CHANGELOG.rst +++ b/rviz_visual_testing_framework/CHANGELOG.rst @@ -2,6 +2,24 @@ Changelog for package rviz_visual_testing_framework ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Forthcoming +----------- +* Made the transformation framework used by rviz pluggable. (`#346 `_) +* Increased visual testing stability (`#344 `_) +* Minor cleanup and fixes (`#336 `_) + * Fix environment for colcon builds (no appends necessary) + * Fix warning in visual_test_fixture.cpp and add -Werror option in CMakeLists.txt + * Fix Qt moc warning for virtual signal +* Changed to support uncrustify 0.67 (`#333 `_) + * fix closing block and tamplete indentation to comply with uncrustify 0.67 + * add space between reference and variable name + * space before opening bracket + * fix indend of inherited class + * fix indent of code blocks + * no space around -> operator + * restore original spacing +* Contributors: Andreas Greimel, Martin Idel, Mikael Arguedas + 4.0.1 (2018-06-28) ------------------ * Add Qt dependency to testing packages. (`#330 `_)