From 99450014053b5e4eb1b7fe59fc89760e26149aa7 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 14 Feb 2024 16:59:59 +0100 Subject: [PATCH 1/2] Bump to 11.15.0 Signed-off-by: Jose Luis Rivero --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 587a3166a9..be9ab48f4d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 14) +set (GAZEBO_MINOR_VERSION 15) # 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 f0d918ce4495c533d1b883663cfd62450493b160 Mon Sep 17 00:00:00 2001 From: Jose Luis Rivero Date: Wed, 14 Feb 2024 17:00:05 +0100 Subject: [PATCH 2/2] Update changelog for 11.15.0 Signed-off-by: Jose Luis Rivero --- Changelog.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/Changelog.md b/Changelog.md index cf9ec72e2b..63cd41bdb0 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,28 @@ ## Gazebo 11 +## Gazebo 11.15.0 (2024-02-14) + +1. Set gz tool name via GZ_CLI_EXECUTABLE_NAME + * [Pull request #3368](https://github.com/gazebosim/gazebo/pull/3368) + +1. vcpkg: update to the latest hash + * [Pull request #3367](https://github.com/gazebosim/gazebo/pull/3367) + +1. conda-forge CI: Pin libprotobuf to 4.24 + * [Pull request #3365](https://github.com/gazebosim/gazebo/pull/3365) + +1. fix: Don't divide time by zero if single stepping. + * [Pull request #3352](https://github.com/gazebosim/gazebo/pull/3352) + +1. Port sensor update rate fix + * [Pull request #3353](https://github.com/gazebosim/gazebo/pull/3353) + +1. Add signal handlers for Windows + * [Pull request #3167](https://github.com/gazebosim/gazebo/pull/3167) + +1. Remove GZ_SINGLETON_DECLARE definition workaround (fix for armhf) + * [Pull request #3283](https://github.com/gazebosim/gazebo/pull/3283) + ## Gazebo 11.14.0 (2023-10-06) 1. Visual::SetPose performance improvement / minor fixes