Skip to content

Commit

Permalink
Prepare for 11.10.2 release (#3193)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <[email protected]>
  • Loading branch information
scpeters authored Mar 19, 2022
1 parent d779c31 commit 7299152
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ set (GAZEBO_MINOR_VERSION 10)
# 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.
set (GAZEBO_PATCH_VERSION 1)
set (GAZEBO_PATCH_VERSION 2)

set (GAZEBO_VERSION ${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION})
set (GAZEBO_VERSION_FULL ${GAZEBO_MAJOR_VERSION}.${GAZEBO_MINOR_VERSION}.${GAZEBO_PATCH_VERSION})
Expand Down
24 changes: 24 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
## Gazebo 11

## Gazebo 11.10.2 (2022-03-19)

1. Support plotting for entities with / in the name
* [Pull request #3187](https://github.com/osrf/gazebo/pull/3187)

1. Replace deprecated tbb task for tbb >= 2021
* [Pull request #3174](https://github.com/osrf/gazebo/pull/3174)
* A contrubition from Alex Dewar and Silvio Traversaro
* [Pull request #3157](https://github.com/osrf/gazebo/pull/3157)

1. Add CI for compiling gazebo with conda-forge dependencies
* [Pull request #3186](https://github.com/osrf/gazebo/pull/3186)
* A contrubition from Silvio Traversaro

1. SearchForStuff: Do not pass /usr/lib to PATH in qwt's find_library
* [Pull request #3178](https://github.com/osrf/gazebo/pull/3178)
* A contrubition from Silvio Traversaro

1. Scene: support deletion of Heightmap Visuals
* [Pull request #3171](https://github.com/osrf/gazebo/pull/3171)

1. ODEJoint: don't SetStiffnessDamping for gearbox
* [Pull request #3169](https://github.com/osrf/gazebo/pull/3169)

## Gazebo 11.10.1 (2022-01-19)

1. Revert boost/bind.hpp changes in header files
Expand Down

0 comments on commit 7299152

Please sign in to comment.