1.58.0 rc3 is now available
Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/ * Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted. * Since rc2, the documentation for bind, and mem_fun. No code changes. 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. This helps ensure the candidates build OK before we push them out to SourceForge. The files (and associated md5s) are: MD5 (boost_1_58_0_rc3.7z) = f7255aeb692c1c38fe761c32fb0d3ecd MD5 (boost_1_58_0_rc3.tar.bz2) = b8839650e61e9c1c0a89f371dd475546 MD5 (boost_1_58_0_rc3.tar.gz) = 5a5d5614d9a07672e1ab2a250b5defc5 MD5 (boost_1_58_0_rc3.zip) = b0605a9323f1e960f7434dbbd95a7a5c Thanks! -- The release managers P.S. Release notes are here: http://www.boost.org/users/history/version_1_58_0.html
On 8 April 2015 at 18:47, Marshall Clow
Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
* Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted. * Since rc2, the documentation for bind, and mem_fun. No code changes.
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 platform support for Haiku that was merged had a couple errors that I've managed to iron out with a few days of regression testing. Without these additional patches [1], [2], [3], the math and functional/hash libraries are very broken. It also addresses an issue with threads, and the asio tests. Jessica [1] https://github.com/boostorg/config/pull/50 [2] https://github.com/boostorg/asio/pull/19 [3] https://github.com/boostorg/math/pull/12
On Wed, Apr 8, 2015 at 5:51 PM, Jessica Hamilton < jessica.l.hamilton@gmail.com> wrote:
On 8 April 2015 at 18:47, Marshall Clow
wrote: Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
* Since rc1, the changes that were causing the serialization libraries to fail to build on MSVC have been reverted. * Since rc2, the documentation for bind, and mem_fun. No code changes.
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 platform support for Haiku that was merged had a couple errors that I've managed to iron out with a few days of regression testing.
Without these additional patches [1], [2], [3], the math and functional/hash libraries are very broken. It also addresses an issue with threads, and the asio tests.
Jessica
[1] https://github.com/boostorg/config/pull/50 [2] https://github.com/boostorg/asio/pull/19 [3] https://github.com/boostorg/math/pull/12
IIUC, those libraries are broken on Haiku, but not on other platforms. IMO, it is far too late in the release process to address this. --Beman
On 9/04/2015 9:51 AM, "Jessica Hamilton"
On 8 April 2015 at 18:47, Marshall Clow
wrote: Release candidate files for 1.58.0 are available at: http://boost.cowic.de/rc/
* Since rc1, the changes that were causing the serialization libraries
to
fail to build on MSVC have been reverted. * Since rc2, the documentation for bind, and mem_fun. No code changes.
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 platform support for Haiku that was merged had a couple errors that I've managed to iron out with a few days of regression testing.
Without these additional patches [1], [2], [3], the math and functional/hash libraries are very broken. It also addresses an issue with threads, and the asio tests.
The math and config patches have PRs ready now. Given the python change may trigger an RC4, will appreciate these two being added if that happens. Cheers. Jessica https://github.com/boostorg/config/pull/51 https://github.com/boostorg/math/pull/13
participants (3)
-
Beman Dawes
-
Jessica Hamilton
-
Marshall Clow