On 08/26/17 14:30, Daniel James via Boost wrote:
On 26 August 2017 at 12:18, Andrey Semashev via Boost
wrote: I don't mind a point release, but I have to confess I've started merging my changes from develop to master already. If the point release is going to be based on the current master, I will have to either back out these changes or update the release notes which currently refer to 1.66. Please, let us know what git state will be used for the point release.
I'll be updating the super project manually, so they can be taken from a branch. Perhaps using something like:
git checkout boost-1.65.0 -b fixes/1.65 git cherry-pick (commit-hash)
You mean fixes/1.65 will be a branch in the sub-projects? IIUC, that means sub-projects' master need not be updated for 1.65.1. Thanks.