You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing that the last Boost release with changes in GIL was Boost 1.80.0 in August 2022 and seeing that some fixes and features have landed on the develop branch during that time, it is probably a good time to perform the next true merge of develop into master to prepare for the next release of GIL / Boost.
Boost 1.86.0 closed for new libraries and breaking changes
Release branch is closed for new libraries and breaking changes to existing libraries. Still open for bug fixes and other routine changes to all libraries without release manager review.
2024-07-03
Boost 1.86.0 closed for major changes
Release closed for major code changes. Still open for serious problem fixes and docs changes without release manager review.
2024-07-10
Boost 1.86.0 closed for beta
Release closed for all changes
2024-07-17
Boost 1.86.0 beta
Beta posted for download.
2024-07-18
Boost 1.86.0 open for bug fixes
Release open for bug fixes and documentation updates. Other changes by permission of a release manager.
2024-08-07
Boost 1.86.0 closed
Release closed for all changes
2024-08-14
Boost 1.86.0 release
Release posted for download.
We are already past the first date in that list, but a first glance at the commit list above shows no obvious breaking changes, so it probably is still fine. There are still a few days left before the beta is closed for major changes, so we should still be able to get the changes from develop in right in time before the beta.
Seeing that the last Boost release with changes in GIL was Boost 1.80.0 in August 2022 and seeing that some fixes and features have landed on the
developbranch during that time, it is probably a good time to perform the next true merge ofdevelopintomasterto prepare for the next release of GIL / Boost.Steps:
git push(optional, because the CI should catch any errors)RELEASES.md(see docs: Add release notes for Boost 1.86 #749)Changes
Below is an initial log of commits that will get merged from current
developintomasterfor release with Boost 1.86 (as of 30 June 2024):(If this looks familiar, then because it was shamelessly copied from #667, the issue for the Boost 1.80 release.)
Timeline
According to the calender on https://www.boost.org/community/index.html the following dates are relevant for the release:
We are already past the first date in that list, but a first glance at the commit list above shows no obvious breaking changes, so it probably is still fine. There are still a few days left before the beta is closed for major changes, so we should still be able to get the changes from
developin right in time before the beta.