Skip to content

Commit 8a28240

Browse files
author
Michael Jeronimo
committed
Update changelogs
Signed-off-by: Michael Jeronimo <[email protected]>
1 parent 3b355f8 commit 8a28240

File tree

8 files changed

+93
-0
lines changed

8 files changed

+93
-0
lines changed

rviz2/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz2
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
8+
* changelogs
9+
* Contributors: Michael Jeronimo, William Woodall
10+
511
8.2.0 (2020-06-23)
612
------------------
713

rviz_assimp_vendor/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package rviz_assimp_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
8+
* [foxy-backport] fast forward of ros2 (default) to foxy (`#570 <https://github.com/ros2/rviz/issues/570>`_)
9+
* restore compatibility with older Qt versions (`#561 <https://github.com/ros2/rviz/issues/561>`_)
10+
* Suppress warnings when building with older Qt versions. (`#562 <https://github.com/ros2/rviz/issues/562>`_)
11+
* Don't try to moc generate env_config.hpp file. (`#550 <https://github.com/ros2/rviz/issues/550>`_)
12+
This removes one more warning from rviz_common builds.
13+
* rewrite hack to avoid CMake warning with assimp 5.0.1 and older, apply cross platform (`#565 <https://github.com/ros2/rviz/issues/565>`_)
14+
* Use dedicated TransformListener thread (`#551 <https://github.com/ros2/rviz/issues/551>`_)
15+
* restore alphabetical include order (`#563 <https://github.com/ros2/rviz/issues/563>`_)
16+
* Don't install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)
17+
* Contributors: Michael Jeronimo, William Woodall, Dirk Thomas, Chris Lalancette, ymd-stella, Karsten Knese
18+
519
8.2.0 (2020-06-23)
620
------------------
721
* Updated a hack to avoid CMake warning with assimp 5.0.1 and older, applying it cross platforms (`#565 <https://github.com/ros2/rviz/issues/565>`_)

rviz_common/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package rviz_common
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Fix for mousewheel to zoom in/out (`#623 <https://github.com/ros2/rviz/issues/623>`_) (`#626 <https://github.com/ros2/rviz/issues/626>`_)
8+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
9+
* [foxy-backport] fast forward of ros2 (default) to foxy (`#570 <https://github.com/ros2/rviz/issues/570>`_)
10+
* restore compatibility with older Qt versions (`#561 <https://github.com/ros2/rviz/issues/561>`_)
11+
* Suppress warnings when building with older Qt versions. (`#562 <https://github.com/ros2/rviz/issues/562>`_)
12+
* Don't try to moc generate env_config.hpp file. (`#550 <https://github.com/ros2/rviz/issues/550>`_)
13+
This removes one more warning from rviz_common builds.
14+
* rewrite hack to avoid CMake warning with assimp 5.0.1 and older, apply cross platform (`#565 <https://github.com/ros2/rviz/issues/565>`_)
15+
* Use dedicated TransformListener thread (`#551 <https://github.com/ros2/rviz/issues/551>`_)
16+
* restore alphabetical include order (`#563 <https://github.com/ros2/rviz/issues/563>`_)
17+
* Don't install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)
18+
* Contributors: Jacob Perron, Michael Jeronimo, William Woodall, Chen Lihui, Dirk Thomas, Chris Lalancette, ymd-stella, Karsten Knese
19+
520
8.2.0 (2020-06-23)
621
------------------
722
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_default_plugins/CHANGELOG.rst

+17
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22
Changelog for package rviz_default_plugins
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Fix for mousewheel to zoom in/out (`#623 <https://github.com/ros2/rviz/issues/623>`_) (`#626 <https://github.com/ros2/rviz/issues/626>`_)
8+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
9+
* Do not use assume every RenderPanel has a ViewController. (`#613 <https://github.com/ros2/rviz/issues/613>`_) (`#615 <https://github.com/ros2/rviz/issues/615>`_)
10+
* [foxy-backport] fast forward of ros2 (default) to foxy (`#570 <https://github.com/ros2/rviz/issues/570>`_)
11+
* restore compatibility with older Qt versions (`#561 <https://github.com/ros2/rviz/issues/561>`_)
12+
* Suppress warnings when building with older Qt versions. (`#562 <https://github.com/ros2/rviz/issues/562>`_)
13+
* Don't try to moc generate env_config.hpp file. (`#550 <https://github.com/ros2/rviz/issues/550>`_)
14+
This removes one more warning from rviz_common builds.
15+
* rewrite hack to avoid CMake warning with assimp 5.0.1 and older, apply cross platform (`#565 <https://github.com/ros2/rviz/issues/565>`_)
16+
* Use dedicated TransformListener thread (`#551 <https://github.com/ros2/rviz/issues/551>`_)
17+
* restore alphabetical include order (`#563 <https://github.com/ros2/rviz/issues/563>`_)
18+
* Don't install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)
19+
* Contributors: Jacob Perron, Michael Jeronimo, Michel Hidalgo, William Woodall, Chen Lihui, Dirk Thomas, Chris Lalancette, ymd-stella
20+
Karsten Knese
21+
522
8.2.0 (2020-06-23)
623
------------------
724
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_ogre_vendor/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz_ogre_vendor
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
8+
* changelogs
9+
* Contributors: Michael Jeronimo, William Woodall
10+
511
8.2.0 (2020-06-23)
612
------------------
713

rviz_rendering/CHANGELOG.rst

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22
Changelog for package rviz_rendering
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Prevent rviz_rendering::AssimpLoader from loading materials twice. (`#622 <https://github.com/ros2/rviz/issues/622>`_) (`#629 <https://github.com/ros2/rviz/issues/629>`_)
8+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
9+
* [foxy-backport] fast forward of ros2 (default) to foxy (`#570 <https://github.com/ros2/rviz/issues/570>`_)
10+
* restore compatibility with older Qt versions (`#561 <https://github.com/ros2/rviz/issues/561>`_)
11+
* Suppress warnings when building with older Qt versions. (`#562 <https://github.com/ros2/rviz/issues/562>`_)
12+
* Don't try to moc generate env_config.hpp file. (`#550 <https://github.com/ros2/rviz/issues/550>`_)
13+
This removes one more warning from rviz_common builds.
14+
* rewrite hack to avoid CMake warning with assimp 5.0.1 and older, apply cross platform (`#565 <https://github.com/ros2/rviz/issues/565>`_)
15+
* Use dedicated TransformListener thread (`#551 <https://github.com/ros2/rviz/issues/551>`_)
16+
* restore alphabetical include order (`#563 <https://github.com/ros2/rviz/issues/563>`_)
17+
* Don't install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)
18+
* Contributors: Michael Jeronimo, Michel Hidalgo, William Woodall, Dirk Thomas, Chris Lalancette, ymd-stella, Karsten Knese
19+
520
8.2.0 (2020-06-23)
621
------------------
722
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_rendering_tests/CHANGELOG.rst

+14
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package rviz_rendering_tests
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
8+
* [foxy-backport] fast forward of ros2 (default) to foxy (`#570 <https://github.com/ros2/rviz/issues/570>`_)
9+
* restore compatibility with older Qt versions (`#561 <https://github.com/ros2/rviz/issues/561>`_)
10+
* Suppress warnings when building with older Qt versions. (`#562 <https://github.com/ros2/rviz/issues/562>`_)
11+
* Don't try to moc generate env_config.hpp file. (`#550 <https://github.com/ros2/rviz/issues/550>`_)
12+
This removes one more warning from rviz_common builds.
13+
* rewrite hack to avoid CMake warning with assimp 5.0.1 and older, apply cross platform (`#565 <https://github.com/ros2/rviz/issues/565>`_)
14+
* Use dedicated TransformListener thread (`#551 <https://github.com/ros2/rviz/issues/551>`_)
15+
* restore alphabetical include order (`#563 <https://github.com/ros2/rviz/issues/563>`_)
16+
* Don't install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)
17+
* Contributors: Michael Jeronimo, William Woodall, Dirk Thomas, Chris Lalancette, ymd-stella, Karsten Knese
18+
519
8.2.0 (2020-06-23)
620
------------------
721
* Changed to not install test header files in rviz_rendering. (`#564 <https://github.com/ros2/rviz/issues/564>`_)

rviz_visual_testing_framework/CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22
Changelog for package rviz_visual_testing_framework
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
Forthcoming
6+
-----------
7+
* Update maintainer list (`#619 <https://github.com/ros2/rviz/issues/619>`_)
8+
* changelogs
9+
* Contributors: Michael Jeronimo, William Woodall
10+
511
8.2.0 (2020-06-23)
612
------------------
713

0 commit comments

Comments
 (0)