From 000d116e3613ec87408423584cf6843f8061b1c8 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 10 Jun 2021 14:40:01 +0200 Subject: [PATCH 1/2] Update version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 34c9e7412d..343c94b0af 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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. From d2a20c17d28b418484812cc07bcd4972daddc952 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Thu, 10 Jun 2021 14:40:05 +0200 Subject: [PATCH 2/2] Update Changelog --- Changelog.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 8a5168e857..db5b4dea0e 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,6 @@ ## 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. @@ -8,6 +8,9 @@ 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