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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 11.15.0 release #3369

Open
wants to merge 2 commits into
base: gazebo11
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 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.
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down