Skip to content

Commit 76c2c9b

Browse files
committed
1.13.7
1 parent 792a139 commit 76c2c9b

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog for package rviz
33
^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
1.13.7 (2019-12-18)
6+
-------------------
7+
* [fix] Fix segfault when removing displays on presence of DisplayGroupVisibilityProperty
8+
* [fix] CameraDisplay: don't call getCameraInfoTopic() for empty topic
9+
* [fix] MarkerDisplay: clear old markers on topic change (`#1455 <https://github.com/ros-visualization/rviz/issues/1455>`_)
10+
* [maintanence] Fix various warnings
11+
* [maintanence] Support python3 for python bindings (`#1454 <https://github.com/ros-visualization/rviz/issues/1454>`_)
12+
* Contributors: Mike Purvis, Robert Haschke
13+
514
1.13.6 (2019-11-25)
615
-------------------
716
* [fix] Memory leak in rviz::Robot

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<package format="2">
22
<name>rviz</name>
3-
<version>1.13.6</version>
3+
<version>1.13.7</version>
44
<description>
55
3D visualization tool for ROS.
66
</description>

0 commit comments

Comments
 (0)