Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
Prepare 11.15.0 release (#3369)
Browse files Browse the repository at this point in the history
* Bump to 11.15.0
* Update changelog for 11.15.0

---------

Signed-off-by: Jose Luis Rivero <[email protected]>
Signed-off-by: Addisu Z. Taddese <[email protected]>
Co-authored-by: Addisu Z. Taddese <[email protected]>
  • Loading branch information
j-rivero and azeey authored Nov 15, 2024
1 parent 7d47c50 commit 9aefb58
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
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
50 changes: 50 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,55 @@
## Gazebo 11

## Gazebo 11.15.0 (2024-11-15)

1. Add Gazebo classic end-of-life notice
* [Pull request #3405](https://github.com/gazebosim/gazebo/pull/3405)

1. Add EOL information to README
* [Pull request #3404](https://github.com/gazebosim/gazebo/pull/3404)

1. Boost 1.86 compatibility
* [Pull request #3397](https://github.com/gazebosim/gazebo/pull/3397)

1. Fix build with boost 1.85.0
* [Pull request #3386](https://github.com/gazebosim/gazebo/pull/3386)

1. Change to windows-2022
* [Pull request #3383](https://github.com/gazebosim/gazebo/pull/3383)

1. AudioDecoder: support ffmpeg 7.0
* [Pull request #3380](https://github.com/gazebosim/gazebo/pull/3380)

1. gz world: use gz-transport to fix unclosed sockets
* [Pull request #3374](https://github.com/gazebosim/gazebo/pull/3374)

1. Fix manpage installation when GZ_CLI_EXECUTABLE_NAME is used
* [Pull request #3370](https://github.com/gazebosim/gazebo/pull/3370)

1. Fix build with graphviz 10.0
* [Pull request #3373](https://github.com/gazebosim/gazebo/pull/3373)

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

0 comments on commit 9aefb58

Please sign in to comment.