Marshall Clow 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/boost/wiki/Releases%3A-Beta-Merge-Policy
I ask permission to merge the following changes to master: # Boost.Endian: https://github.com/boostorg/endian/commit/2bd479044b796eaa9bff27ee019688fa55... This fixes a regression reported in https://github.com/boostorg/endian/issues/33. # Boost.Iostreams: https://github.com/boostorg/iostreams/commit/703e9a077b899417ead9fb6c35db8f0... When Iostreams builds zlib or bzip2 from source, install CMake configuration files for these two libraries (the libraries themselves are already being installed.) # tools/boost_install: https://github.com/boostorg/boost_install/commit/68c1506bd46dd75bc428210021c... When generating the CMake configuration files, strip suffix from `zlib.1` and `bzip2.1`, to enable Iostreams to find the dependencies from the previous commit. https://github.com/boostorg/boost_install/commit/096f05db519ae787ad9f6481d6a... https://github.com/boostorg/boost_install/commit/cf4b78006e8f22fb883ad56ce58... https://github.com/boostorg/boost_install/commit/ba82fdf6c14e9c111c12c921cdd... Add a test for using Iostreams from CMake. These commits are large, but they only affect testing on Travis and Appveyor and do not change the functionality of either boost_install or Iostreams. They just enable the previous two changes to be tested. # Superproject: https://github.com/boostorg/boost/commit/73410010da498717461a755dbeae3ab7daa... This omits the suggestion to run "b2 headers" when bootstrap.bat is run from a release.