Skip to content

Commit

Permalink
Bump to 11.5.0, update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed Apr 20, 2021
1 parent f04fc15 commit 3cafede
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

set (GAZEBO_MAJOR_VERSION 11)
set (GAZEBO_MINOR_VERSION 4)
set (GAZEBO_MINOR_VERSION 5)
# The patch version may have been bumped for prerelease purposes; be sure to
# check gazebo-release/ubuntu/debian/changelog@default to determine what the
# next patch version should be for a regular release.
Expand Down
26 changes: 26 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
## Gazebo 11

## Gazebo 11.5.0 (2021-04-20)

1. Specify wide angle camera cube map texture format
* [Pull request #2960](https://github.com/osrf/gazebo/pull/2960)
* [Issue #2928](https://github.com/osrf/gazebo/issues/2928)

1. Protect DepthCameraPlugin globals with a mutex
* [Pull request #2949](https://github.com/osrf/gazebo/pull/2949)

1. Avoid deadlock in ConnectionManager::Stop
* [Pull request #2950](https://github.com/osrf/gazebo/pull/2950)

1. Optimize collision checking in ODE
* [Pull request #2945](https://github.com/osrf/gazebo/pull/2945)

1. Fix color channel of point clouds from DepthCamera
* [Pull request #2853](https://github.com/osrf/gazebo/pull/2853)

1. GpuRaySensor: validate scene existence
* [Pull request #2937](https://github.com/osrf/gazebo/pull/2937)

1. Silence message conversion warning messages
* [Pull request #2963](https://github.com/osrf/gazebo/pull/2963)
* [Pull request #2973](https://github.com/osrf/gazebo/pull/2973)


## Gazebo 11.4.0 (2021-04-01)

1. Restore HeightmapShape::SetHeight implementation (#2955)
Expand Down

0 comments on commit 3cafede

Please sign in to comment.