Skip to content

Commit

Permalink
Changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette committed Jul 11, 2023
1 parent e3b56ed commit cf40b3a
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rviz2/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rviz2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

12.6.1 (2023-06-12)
-------------------

Expand Down
7 changes: 7 additions & 0 deletions rviz_assimp_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rviz_assimp_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Update to assimp 5.2.2 (`#968 <https://github.com/ros2/rviz/issues/968>`_)
* Fix the vendoring flags for clang compilation. (`#1003 <https://github.com/ros2/rviz/issues/1003>`_)
* Switch to ament_cmake_vendor_package (`#995 <https://github.com/ros2/rviz/issues/995>`_)
* Contributors: Chris Lalancette, Scott K Logan

12.6.1 (2023-06-12)
-------------------

Expand Down
6 changes: 6 additions & 0 deletions rviz_common/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
Changelog for package rviz_common
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* use static QCoreApplication::processEvents() function without a QApplication instance (`#924 <https://github.com/ros2/rviz/issues/924>`_)
* Re-implemented setName for tools (`#989 <https://github.com/ros2/rviz/issues/989>`_)
* Contributors: Felix Exner (fexner), Yannis Gerlach

12.6.1 (2023-06-12)
-------------------
* Add a libqt5-svg dependency to rviz_common. (`#992 <https://github.com/ros2/rviz/issues/992>`_)
Expand Down
7 changes: 7 additions & 0 deletions rviz_default_plugins/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rviz_default_plugins
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Added Effort plugin (`#990 <https://github.com/ros2/rviz/issues/990>`_)
* Improve the compilation time of rviz_default_plugins (`#1007 <https://github.com/ros2/rviz/issues/1007>`_)
* Switch to ament_cmake_vendor_package (`#995 <https://github.com/ros2/rviz/issues/995>`_)
* Contributors: Alejandro Hernández Cordero, Chris Lalancette, Scott K Logan

12.6.1 (2023-06-12)
-------------------

Expand Down
9 changes: 9 additions & 0 deletions rviz_ogre_vendor/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
Changelog for package rviz_ogre_vendor
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Fix the vendoring flags for clang compilation. (`#1003 <https://github.com/ros2/rviz/issues/1003>`_)
Several of the flags are not available on clang, so
don't add them there. This fixes the clang build for
me locally.
* Switch to ament_cmake_vendor_package (`#995 <https://github.com/ros2/rviz/issues/995>`_)
* Contributors: Chris Lalancette, Scott K Logan

12.6.1 (2023-06-12)
-------------------

Expand Down
7 changes: 7 additions & 0 deletions rviz_rendering/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
Changelog for package rviz_rendering
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Added Effort plugin (`#990 <https://github.com/ros2/rviz/issues/990>`_)
* load GLB meshes (`#1001 <https://github.com/ros2/rviz/issues/1001>`_)
* Fixed camera default plusin crash (`#999 <https://github.com/ros2/rviz/issues/999>`_)
* Contributors: Alejandro Hernández Cordero, Morgan Quigley

12.6.1 (2023-06-12)
-------------------

Expand Down
3 changes: 3 additions & 0 deletions rviz_rendering_tests/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Changelog for package rviz_rendering_tests
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------

12.6.1 (2023-06-12)
-------------------

Expand Down
5 changes: 5 additions & 0 deletions rviz_visual_testing_framework/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Changelog for package rviz_visual_testing_framework
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Forthcoming
-----------
* Improve the compilation time of rviz_default_plugins (`#1007 <https://github.com/ros2/rviz/issues/1007>`_)
* Contributors: Chris Lalancette

12.6.1 (2023-06-12)
-------------------

Expand Down

0 comments on commit cf40b3a

Please sign in to comment.