Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 9.19.0 release #3020

Merged
merged 2 commits into from
Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ string (TOLOWER ${PROJECT_NAME} PROJECT_NAME_LOWER)
string (TOUPPER ${PROJECT_NAME} PROJECT_NAME_UPPER)

set (GAZEBO_MAJOR_VERSION 9)
set (GAZEBO_MINOR_VERSION 18)
set (GAZEBO_MINOR_VERSION 19)
# 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
5 changes: 4 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
## Gazebo 9

## Gazebo 9.19.0 (2021-06-xx)
## Gazebo 9.19.0 (2021-06-10)

1. Enable output of gzerr for SDF sibling elements of same type with same name,
following the SDF 1.6 specification.
Environment variable GAZEBO9_BACKWARDS_COMPAT_WARNINGS_ERRORS can be set to
use the previous behaviour and do not report these problems.
* [Pull request #3016](https://github.com/osrf/gazebo/pull/3016)

1. Add warning if GAZEBO_RESOURCE_PATH may not be set correctly
* [Pull request #2991](https://github.com/osrf/gazebo/pull/2991)

## Gazebo 9.18.0 (2021-05-07)

1. Check for nullptr in TopicManager::ConnectPubToSub
Expand Down