On Tue, 14 Jul 2026 at 16:13, Ion GaztaƱaga via Boost <boost@lists.boost.org> wrote:
The master branch is is now open for post-beta merges, but only as described in the Post-Beta Merge Policy. See <https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy>:
Summary: Master open for documentation updates. Other changes by permission of a release manager.
Boost Calendar with the release schedule: https://www.boost.org/calendar/
I'd like to report what I think is a problem with Boost.Asio when building with -fsanitize=thread and older compilers (clang-4, gcc-7): https://github.com/chriskohlhoff/asio/issues/1759. The issue is that tsan-related includes seem to have been added some releases after -fsanitize=thread, but Asio does not take this into account. Caught by Boost.MySQL CIs (https://drone.cpp.al/boostorg/mysql/1206/12/5). It'd be nice having a fix before the release, although I wouldn't consider it blocking. I'll disable tsan for these CIs for now. Best, Ruben.