-
Notifications
You must be signed in to change notification settings - Fork 486
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 for 11.10.0 release #3158
Conversation
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
1. Use boost/bind/bind.hpp to fix warnings on Arch Linux | ||
* [Pull request #3156](https://github.com/ignitionrobotics/gazebo/pull/3156) | ||
* Inspired by a contribution from Alex Dewar <alex.dewar@gmx.co.uk> | ||
|
||
1. Fix focal builds: use python3 with check_test_ran.py | ||
* [Pull request #3155](https://github.com/ignitionrobotics/gazebo/pull/3155) | ||
|
||
1. Load model plugins even after sensor timeout | ||
* [Pull request #3154](https://github.com/ignitionrobotics/gazebo/pull/3154) | ||
|
||
1. CMake exports: remove -std=c++11 flag | ||
* [Pull request #3050](https://github.com/ignitionrobotics/gazebo/pull/3050) | ||
* A contribution from Guilhem Saurel <guilhem.saurel@laas.fr> | ||
|
||
1. Create github action ci | ||
* [Pull request #3049](https://github.com/ignitionrobotics/gazebo/pull/3049) | ||
* A contribution from Tal Regev <tal.regev@gmail.com> | ||
|
||
1. Fix Windows build when using vcpkg | ||
* [Pull request #3132](https://github.com/ignitionrobotics/gazebo/pull/3132) | ||
* A contribution from Akash Munagala <akash.munagala@gmail.com> | ||
|
||
1. Point light shadows | ||
* [Pull request #3051](https://github.com/ignitionrobotics/gazebo/pull/3051) | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scpeters The links to the pull requests should be to the https://github.com/osrf/gazebo/ repo and not https://github.com/ignitionrobotics/gazebo/, right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes! thanks for catching that. I've included a fix in #3160
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the quick fix 👍
gazebo11_11.9.1...osrf:gazebo11