[release] Boost 1.67.0 Release Candidate 1
The release candidates for the 1.67.0 release are now available at: https://dl.bintray.com/boostorg/release/1.67.0/source/ The SHA256 checksums are as follows: 289d55fc90b637781018c4babe3ba83244175aa539b54bc687529a65e352e713 boost_1_67_0_rc1.7z 0d13e038f8f402ea0d811397876c8e6f2a2352c170f90d0a42bb61dcec3f86fc boost_1_67_0_rc1.tar.bz2 5d25d1cdf6f7061f25463f59ce2e5c9e1cecfece90d86a04513de386c86fbb5e boost_1_67_0_rc1.tar.gz ae8d461a8573d24813c92e3daf1f7832908d1845820d94b77243d6cd06197635 boost_1_67_0_rc1.zip 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.
On Tue, Apr 10, 2018 at 10:14 AM, Daniel James via Boost < boost@lists.boost.org> wrote:
The release candidates for the 1.67.0 release are now available at:
https://dl.bintray.com/boostorg/release/1.67.0/source/
The SHA256 checksums are as follows:
289d55fc90b637781018c4babe3ba83244175aa539b54bc687529a65e352e713 boost_1_67_0_rc1.7z 0d13e038f8f402ea0d811397876c8e6f2a2352c170f90d0a42bb61dcec3f86fc boost_1_67_0_rc1.tar.bz2 5d25d1cdf6f7061f25463f59ce2e5c9e1cecfece90d86a04513de386c86fbb5e boost_1_67_0_rc1.tar.gz ae8d461a8573d24813c92e3daf1f7832908d1845820d94b77243d6cd06197635 boost_1_67_0_rc1.zip
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.
Windows/Visual Studio builds look good. 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 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
Daniel James via Boost
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.
Can you include the following 1.67-specific regressions fixes? https://github.com/boostorg/fiber/pull/171 https://github.com/boostorg/wave/pull/31 -- Only tested downstream, so if I borrow Tom's table it'd look like system toolset arch compile Link Execute freebsd-10.3 clang-3.4 i386 X X X freebsd-10.3 clang-3.4 amd64 X X freebsd-10.4 clang-3.4 i386 X X freebsd-10.4 clang-3.4 amd64 X X freebsd-11.1 clang-4.0 i386 X X freebsd-11.1 clang-4.0 amd64 X X freebsd-11.1 clang-4.0 armv6 X X freebsd-11.1 clang-4.0 aarch64 X X freebsd-12.0 clang-6.0 i386 X X freebsd-12.0 clang-6.0 amd64 X X X freebsd-12.0 clang-6.0 armv6 X X freebsd-12.0 clang-6.0 armv7 X X freebsd-12.0 clang-6.0 aarch64 X X freebsd-12.0 gcc-7.3.0 amd64 X X X where every "compile" had -std=gnu++11 and some old downstream patches
On 11 April 2018 at 02:34, Jan Beich
Daniel James via Boost
writes: [...]
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.
Can you include the following 1.67-specific regressions fixes?
https://github.com/boostorg/fiber/pull/171 https://github.com/boostorg/wave/pull/31
Sorry, it's too late for those fixes. I can add patches to the release notes.
Hello Daniel and all,
On Tue, Apr 10, 2018 at 8:14 AM, Daniel James via Boost
The release candidates for the 1.67.0 release are now available at:
I downloaded the .7z and built successfully on Cygwin with GCC 6.4.0. I also successfully built and ran Boost.Contract examples and tests. Thank you. --Lorenzo
On 10 April 2018 at 16:14, Daniel James
The release candidates for the 1.67.0 release are now available at:
It turns out this was missing a required fix for Boost.Process, so I'm going to be creating a new release candidate later today or tomorrow.
participants (4)
-
Daniel James
-
Jan Beich
-
Lorenzo Caminiti
-
Tom Kent