[release] Boost 1.65.1 Release Candidate 1
The release candidates for the 1.65.1 release are now available at: https://dl.bintray.com/boostorg/release/1.65.1/ The SHA256 checksums are as follows: 9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_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 09/01/17 20:36, Daniel James via Boost wrote:
The release candidates for the 1.65.1 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.1/
The SHA256 checksums are as follows:
9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_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.
Compiled successfully with gcc 6.3 on Linux x86-64 with -std=gnu++11/14/1z. Although there were lots of warnings about the deprecated std::auto_ptr. boost/version.hpp contains: #define BOOST_VERSION 106500 This should probably be 106501.
On 09/01/17 21:58, Andrey Semashev wrote:
On 09/01/17 20:36, Daniel James via Boost wrote:
The release candidates for the 1.65.1 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.1/
The SHA256 checksums are as follows:
9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_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.
Compiled successfully with gcc 6.3 on Linux x86-64 with -std=gnu++11/14/1z. Although there were lots of warnings about the deprecated std::auto_ptr.
boost/version.hpp contains:
#define BOOST_VERSION 106500
This should probably be 106501.
commit https://github.com/boostorg/fiber/commit/ 440c7f799ae2e5a7718e5126d5b982bbd656cb72 is missing
On 1 September 2017 at 21:19, Oliver Kowalke via Boost
commit https://github.com/boostorg/fiber/commit/ 440c7f799ae2e5a7718e5126d5b982bbd656cb72 is missing
Sorry, I misunderstood your message before, I thought it was the commit you wanted me to set the super project to, not a list of commits.
On Fri, Sep 1, 2017 at 12:36 PM, Daniel James via Boost < boost@lists.boost.org> wrote:
The release candidates for the 1.65.1 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.1/
The SHA256 checksums are as follows:
9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_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.
The Windows/Visual Studio builds looked good, however when trying to link the libraries the automatic lib name detection failed. I see: fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_65.lib' When the actual library file generated by the build is libboost_thread-vc80-mt-gd-1_65_1.lib Showstopper! Tom
On 09/02/17 00:03, Tom Kent via Boost wrote:
On Fri, Sep 1, 2017 at 12:36 PM, Daniel James via Boost < boost@lists.boost.org> wrote:
The release candidates for the 1.65.1 release are now available at:
https://dl.bintray.com/boostorg/release/1.65.1/
The SHA256 checksums are as follows:
9b440d8167043c8d70326d8a5d4df98a59abb40be7d68f51e75ea95ea24d84f3 boost_1_65_1_rc1.7z fbd5663c748a88479adb4106c8a12009b149e602dec4b40a4a778381a33cf3ce boost_1_65_1_rc1.tar.bz2 b1b18d658cc0ff8a5030b29f4ed41de1826281fcb52fc1073b106c5802a570bd boost_1_65_1_rc1.tar.gz 542624352b2c3fd6a76c98624f90d2c0e62dd810ec6cc9fdae831677c7aa1fbf boost_1_65_1_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.
The Windows/Visual Studio builds looked good, however when trying to link the libraries the automatic lib name detection failed.
I see:
fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_65.lib'
When the actual library file generated by the build is libboost_thread-vc80-mt-gd-1_65_1.lib
Showstopper!
This should be fixed by my PR. https://github.com/boostorg/config/pull/184
On 1 September 2017 at 22:08, Andrey Semashev via Boost
On 09/02/17 00:03, Tom Kent via Boost wrote:
Showstopper!
This should be fixed by my PR.
Thanks, and sorry as I should have done that when I updated the version number in the super project.
participants (4)
-
Andrey Semashev
-
Daniel James
-
Oliver Kowalke
-
Tom Kent