[release] Boost 1.81.0 Beta 1 Release Candidate 2 is available
Unfortunately, people found a few problems in the RC1 (Thanks to everyone who tried it, and especially to those who reported problems) We now have a RC2, available at: https://boostorg.jfrog.io/artifactory/main/beta/1.81.0.beta1/source/ The SHA256 checksums are as follows: bff5cf561ab65be658c030f6b348a4907cce039611e96112dc8f6e27b6a9f44b boost_1_81_0_b1_rc2.7z 7f300d48189b9f25bf3b214168912043681819f0ace332b0e9de503f7e23e72c boost_1_81_0_b1_rc2.tar.bz2 1619545e2f180caf6615eb83220ebcc1342c20704307b59871d987b95adb1326 boost_1_81_0_b1_rc2.tar.gz 3f9ebb8b23cab1617a7ae9a38b251e4803c917832b0c4c96b907cf122dec428f boost_1_81_0_b1_rc2.zip The changes are: 1) Fixed a compile error in Boost.ASIO 2) Fixed several compilation errors on Mac OS with libstdc++. (Boost.Config) 3) Fixed Boost.JSON compilation error with X11 4) Fixed a crashing but on shared_ptr on PPC (Boost.Sharedptr, Boost.Align) 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 Nov 14, 2022, at 12:14 PM, Marshall Clow
Unfortunately, people found a few problems in the RC1 (Thanks to everyone who tried it, and especially to those who reported problems)
We now have a RC2, available at: https://boostorg.jfrog.io/artifactory/main/beta/1.81.0.beta1/source/
The SHA256 checksums are as follows:
bff5cf561ab65be658c030f6b348a4907cce039611e96112dc8f6e27b6a9f44b boost_1_81_0_b1_rc2.7z 7f300d48189b9f25bf3b214168912043681819f0ace332b0e9de503f7e23e72c boost_1_81_0_b1_rc2.tar.bz2 1619545e2f180caf6615eb83220ebcc1342c20704307b59871d987b95adb1326 boost_1_81_0_b1_rc2.tar.gz 3f9ebb8b23cab1617a7ae9a38b251e4803c917832b0c4c96b907cf122dec428f boost_1_81_0_b1_rc2.zip
The changes are: 1) Fixed a compile error in Boost.ASIO 2) Fixed several compilation errors on Mac OS with libstdc++. (Boost.Config) 3) Fixed Boost.JSON compilation error with X11 4) Fixed a crashing but on shared_ptr on PPC (Boost.Sharedptr, Boost.Align)
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.
Successfully built the libraries in Mac OS 12.6.1, with "Apple clang version 14.0.0 (clang-1400.0.29.202)” and C++ 03/11/14/17/2a, on x86_64. — Marshall
On Mon, Nov 14, 2022 at 2:14 PM Marshall Clow via Boost < boost@lists.boost.org> wrote:
Unfortunately, people found a few problems in the RC1 (Thanks to everyone who tried it, and especially to those who reported problems)
We now have a RC2, available at: < https://boostorg.jfrog.io/artifactory/main/beta/1.81.0.beta1/source/>
The SHA256 checksums are as follows:
bff5cf561ab65be658c030f6b348a4907cce039611e96112dc8f6e27b6a9f44b boost_1_81_0_b1_rc2.7z 7f300d48189b9f25bf3b214168912043681819f0ace332b0e9de503f7e23e72c boost_1_81_0_b1_rc2.tar.bz2 1619545e2f180caf6615eb83220ebcc1342c20704307b59871d987b95adb1326 boost_1_81_0_b1_rc2.tar.gz 3f9ebb8b23cab1617a7ae9a38b251e4803c917832b0c4c96b907cf122dec428f boost_1_81_0_b1_rc2.zip
The changes are: 1) Fixed a compile error in Boost.ASIO 2) Fixed several compilation errors on Mac OS with libstdc++. (Boost.Config) 3) Fixed Boost.JSON compilation error with X11 4) Fixed a crashing but on shared_ptr on PPC (Boost.Sharedptr, Boost.Align)
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 msvc-14.3 32 X X X msvc-14.3 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 logs can be found here: https://gist.github.com/teeks99/a50304b2cd079e60d47fa3e10f7eb631 Tom
participants (2)
-
Marshall Clow
-
Tom Kent