[release] Boost 1.74.0 Release Candidate 2
The second release candidates for the 1.74.0 release are now available at: https://dl.bintray.com/boostorg/release/1.74.0/source/ The SHA256 checksums are as follows: 903fd40074de8dc733d2f0b6b0642e43b714653eaeb79289b12161b9567fae97 boost_1_74_0_rc2.7z 83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1 boost_1_74_0_rc2.tar.bz2 afff36d392885120bcac079148c177d1f6f7730ec3d47233aa51b0afa4db94a5 boost_1_74_0_rc2.tar.gz a0e7ce67c52d816708fdeccdd8c9725626ba61254c13c18770498cacd514710a boost_1_74_0_rc2.zip Changes from RC1: * Fix a recently introduced bug in Boost.Asio where it would read from uninitialized memory. 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. -- The Release managers
On Aug 11, 2020, at 11:00 AM, Marshall Clow
The second release candidates for the 1.74.0 release are now available at:
<https://dl.bintray.com/boostorg/release/1.74.0/source/ https://dl.bintray.com/boostorg/release/1.74.0/source/>
The SHA256 checksums are as follows:
903fd40074de8dc733d2f0b6b0642e43b714653eaeb79289b12161b9567fae97 boost_1_74_0_rc2.7z 83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1 boost_1_74_0_rc2.tar.bz2 afff36d392885120bcac079148c177d1f6f7730ec3d47233aa51b0afa4db94a5 boost_1_74_0_rc2.tar.gz a0e7ce67c52d816708fdeccdd8c9725626ba61254c13c18770498cacd514710a boost_1_74_0_rc2.zip
Changes from RC1: * Fix a recently introduced bug in Boost.Asio where it would read from uninitialized memory.
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.
I was able to successfully build the RC2 libraries on Mac OS 10.15 using: Apple clang version 11.0.3 (clang-1103.0.32.62) using C++03/11/14/17/2a And with a recent ToT clang using C++03/11/14/17/2a — Marshall
On Tue, Aug 11, 2020 at 1:00 PM Marshall Clow via Boost-users < boost-users@lists.boost.org> wrote:
The second release candidates for the 1.74.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.74.0/source/
The SHA256 checksums are as follows:
903fd40074de8dc733d2f0b6b0642e43b714653eaeb79289b12161b9567fae97 boost_1_74_0_rc2.7z 83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1 boost_1_74_0_rc2.tar.bz2 afff36d392885120bcac079148c177d1f6f7730ec3d47233aa51b0afa4db94a5 boost_1_74_0_rc2.tar.gz a0e7ce67c52d816708fdeccdd8c9725626ba61254c13c18770498cacd514710a boost_1_74_0_rc2.zip
Changes from RC1: * Fix a recently introduced bug in Boost.Asio where it would read from uninitialized memory.
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.
-- The Release managers
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. The full build logs can be found here: https://gist.github.com/teeks99/c65e85b13553f8525da11480118ecd47
On Tue, Aug 11, 2020 at 11:02 AM Marshall Clow via Boost-users < boost-users@lists.boost.org> wrote:
The second release candidates for the 1.74.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.74.0/source/
The SHA256 checksums are as follows:
903fd40074de8dc733d2f0b6b0642e43b714653eaeb79289b12161b9567fae97 boost_1_74_0_rc2.7z 83bfc1507731a0906e387fc28b7ef5417d591429e51e788417fe9ff025e116b1 boost_1_74_0_rc2.tar.bz2 afff36d392885120bcac079148c177d1f6f7730ec3d47233aa51b0afa4db94a5 boost_1_74_0_rc2.tar.gz a0e7ce67c52d816708fdeccdd8c9725626ba61254c13c18770498cacd514710a boost_1_74_0_rc2.zip
Changes from RC1: * Fix a recently introduced bug in Boost.Asio where it would read from uninitialized memory.
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.
-- The Release managers
Same as RC1 -- looks good. 1 platforms, 4 compilers, 5 c++ versions as applicable - All successfully compile, so pretty solid - gcc10.1 2a mode 154 warnings - All in agreement the locale library has deprecated auto_ptr with copious warnings (most of the ~95 warnings on g++ compiles) - python auto_ptr is another source - mostly the same as 1.73 Mint5 - 5.0.0-32-generic #34~18.04.2-Ubuntu SMP Thu Oct 10 10:36:02 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux g++10.1 (2a, 17, 14, 11, 98) g++9.2 (2a, 17, 14, 11, 98) g++7.5 (17, 14, 11, 98) clang6.0.0 (17, 14, 11, 98)
On Tue, Aug 11, 2020 at 11:01 AM Marshall Clow via Boost
The second release candidates for the 1.74.0 release are now available at:
I don't see the fix for this deprecated header warning caused by
Boost.Coroutine:
#include
participants (4)
-
Jeff Garland
-
Marshall Clow
-
Tom Kent
-
Vinnie Falco