On 13 Nov 2025 18:50, Marshall Clow via Boost wrote:
Hi,
The master branch is now open for bug fixes, test and documentation changes, but please follow the policy described in:
https://github.com/boostorg/wiki/wiki/Releases%3A-Beta-Merge-Policy
The next deadline: On December 3rd, master closes for all changes.
As always, the calendar is at https://www.boost.org/calendar
I would like to merge the following fix to Boost.Filesystem master: https://github.com/boostorg/filesystem/compare/master...develop This is a workaround for an "Invalid Signature" error on Windows, when a directory iterator is used to access a Samba 3.0.2 share. And also a fix in Boost.Log: https://github.com/boostorg/log/compare/master...develop This fixes a very long loop and pointless in text_file_backend, when it tries to rotate a log file while there is no file counter placeholder in the file name pattern. There are also two commits with CI cleanup.