On Tue, Apr 13, 2021 at 4:11 PM Marshall Clow via Boost-users <boost-users@lists.boost.org> wrote:
The second release candidates for the 1.76.0 release are now available at:
<https://boostorg.jfrog.io/artifactory/main/release/1.76.0/source/>

The SHA256 checksums are as follows:

7bd7ddceec1a1dfdcbdb3e609b60d01739c38390a5f956385a12f3122049f0ca  boost_1_76_0_rc2.tar.gz
0fd43bb53580ca54afc7221683dfe8c6e3855b351cd6dce53b1a24a7d7fbeedd  boost_1_76_0_rc2.zip
88782714f8701b6965f3fce087a66a1262601dd5ccd5b2e5305021beb53042a1  boost_1_76_0_rc2.7z
f0397ba6e982c4450f27bf32a2a83292aba035b827a5623a14636ea583318c41  boost_1_76_0_rc2.tar.bz2

Changes from RC1:
* A missing include was added to a Boost.Regex header. This fixes compilation on gcc 11.

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.


RC2 looks good on Windows/Visual Studio.

toolset     arch    compile Link    Execute
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
msvc-14.2   32      X       X       X
msvc-14.2   64      X       X       X

Compile means that the b2 command completed without errors
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.

Full build log can be found here: 
https://gist.github.com/teeks99/be7e8c456da6b675c2fe8a0cd5885776

Tom