On Mon, Jul 10, 2017 at 7:14 PM, Marshall Clow via Boost-users < boost-users@lists.boost.org> wrote:
The second release candidates for the 1.65.0 beta release are now available at:
https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/ source/boost_1_65_0_beta1_rc2.7z https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/ source/boost_1_65_0_beta1_rc2.tar.bz2 https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/ source/boost_1_65_0_beta1_rc2.tar.gz https://dl.bintray.com/boostorg/beta/1.65.0.beta.1/ source/boost_1_65_0_beta1_rc2.zip
The SHA256 checksums are as follows:
d54d29568c4e4933cbfe40a292b6cb84a7f68121e34f6a83f7d0f7c652b6b2d8 boost_1_65_0_beta1_rc2.7z 092676557513e992347d30dd0cd058fb8af2a401e5da4f4413f5b577852d726b boost_1_65_0_beta1_rc2.tar.bz2 31fa3c807e2205e18f7d5c74f77f540677f7b0937af1e37f595c137e1e87bf84 boost_1_65_0_beta1_rc2.tar.gz 83c8d8b76fa9591572226a1a49fd191d76db3011b52b907cbbc8d37d46213bd2 boost_1_65_0_beta1_rc2.zip
This RC contains a single fix to the stacktrace library.
As always, the release managers would appreciate it if you download the candidate of your choice and give building it a try. Please report both success and failure, and anything else that is noteworthy.
Builds look good on windows, Visual Studio 8.0 - 14.1, 32&64 bit. toolset arch compile Link Execute msvc-8.0 32 X X X msvc-8.0 64 X X X msvc-9.0 32 X X X msvc-9.0 64 X X X msvc-10.0 32 X X X msvc-10.0 64 X X X msvc-11.0 32 X X X msvc-11.0 64 X X X msvc-12.0 32 X X X msvc-12.0 64 X X X msvc-14.0 32 X X X msvc-14.0 64 X X X msvc-14.1 32 X X X msvc-14.1 64 X X X Compile means that the b2 command completed without errors Install means that the installers for the respective version were generated Link means that visual studio was able to link a sample executable to a library (libboost_thread-vcXXX-mt[-gd]-1_XX.lib) generated Execute means that the linked program executed without errors. Tom