[release] Boost 1.67.0 Beta 1
Boost release 1.67.0 beta 1 is now available at: https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/source/ The SHA256 checksums are as follows: 154cf490da858fd9c2307bb904b07a42cbe8355ecf99d5477f0d843c6d03cdda boost_1_67_0_b1.7z 0d854b208fefaeb5837d6c417f505b189275e32d017f6226001fb165a5ac51ed boost_1_67_0_b1.tar.bz2 6eb3f9ca8db355765f41361e1e26976228f0c2dff400aade8a5e97aec6aa59f4 boost_1_67_0_b1.tar.gz 678a6459f2517932536ec97297be1de46ea073f2e2ee17ec8397b80aa0953f49 boost_1_67_0_b1.zip For details of what's in the release, see http://www.boost.org/users/history/version_1_67_0.html. Please download the beta, give it a try, and report any problems you encounter. Thanks, -- The Boost Release Team
On Mon, Mar 19, 2018 at 8:28 AM, Daniel James via Boost-users < boost-users@lists.boost.org> wrote:
Boost release 1.67.0 beta 1 is now available at:
https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/source/
The SHA256 checksums are as follows:
154cf490da858fd9c2307bb904b07a42cbe8355ecf99d5477f0d843c6d03cdda boost_1_67_0_b1.7z 0d854b208fefaeb5837d6c417f505b189275e32d017f6226001fb165a5ac51ed boost_1_67_0_b1.tar.bz2 6eb3f9ca8db355765f41361e1e26976228f0c2dff400aade8a5e97aec6aa59f4 boost_1_67_0_b1.tar.gz 678a6459f2517932536ec97297be1de46ea073f2e2ee17ec8397b80aa0953f49 boost_1_67_0_b1.zip
For details of what's in the release, see http://www.boost.org/users/history/version_1_67_0.html.
Please download the beta, give it a try, and report any problems you encounter.
Thanks,
-- The Boost Release Team
Windows binaries are also available here: https://dl.bintray.com/boostorg/beta/1.67.0.beta.1/binaries/ Tom
-----Original Message----- From: Boost-users
On Behalf Of Daniel James via Boost-users Sent: Montag, 19. März 2018 14:28 To: boost@lists.boost.org; boost-users@lists.boost.org Cc: Daniel James Subject: [Boost-users] [release] Boost 1.67.0 Beta 1 Boost release 1.67.0 beta 1 is now available at: [...] Please download the beta, give it a try, and report any problems you encounter.
Compilation of Signals2 with BOOST_USE_WINDOWS_H is broken because of https://github.com/boostorg/signals2/commit/f801fa8f645308296f41c6a59851aacb...: boost\signals2\detail\lwm_win32_cs.hpp(90,26): error C2039: 'InitializeCriticalSection': is not a member of 'boost::signals2' boost\signals2\detail\lwm_win32_cs.hpp(96,26): error C2039: 'DeleteCriticalSection': is not a member of 'boost::signals2' boost\signals2\detail\lwm_win32_cs.hpp(101,26): error C2039: 'EnterCriticalSection': is not a member of 'boost::signals2' boost\signals2\detail\lwm_win32_cs.hpp(107,33): error C2039: 'TryEnterCriticalSection': is not a member of 'boost::signals2' boost\signals2\detail\lwm_win32_cs.hpp(118,26): error C2039: 'LeaveCriticalSection': is not a member of 'boost::signals2' With BOOST_USE_WINDOWS_H, these functions are in the global namespace. Marcel
On 19 March 2018 at 19:24, Marcel Raad
-----Original Message----- From: Boost-users
On Behalf Of Daniel James via Boost-users Sent: Montag, 19. März 2018 14:28 To: boost@lists.boost.org; boost-users@lists.boost.org Cc: Daniel James Subject: [Boost-users] [release] Boost 1.67.0 Beta 1 Boost release 1.67.0 beta 1 is now available at: [...] Please download the beta, give it a try, and report any problems you encounter.
Compilation of Signals2 with BOOST_USE_WINDOWS_H is broken because of https://github.com/boostorg/signals2/commit/f801fa8f645308296f41c6a59851aacb...:
Please can you create a ticket on github? I'll do it if you don't want to, but you understand this better than me. thanks, Daniel
-----Original Message----- From: Boost
On Behalf Of Daniel James via Boost Sent: Montag, 19. März 2018 21:20 To: boost@lists.boost.org Cc: Daniel James Subject: Re: [boost] [Boost-users] [release] Boost 1.67.0 Beta 1 Please can you create a ticket on github? I'll do it if you don't want to, but you understand this better than me.
Done: https://github.com/boostorg/signals2/pull/25 Marcel
Hi
I am Francisco Tapia, one of the coauthor of the Sort Library.
Yesterday at night, I discovered an error in the code, don’t detected by my
internal test programs.
The code is corrected and uploaded. I corrected, too, two files of the
documentation with small details.
The code corrected is in
www.github.com/boostorg/sort
The modified files are
boost/sort/common/merge_block.hpp
boost/sort/common/util/circular_buffer.hpp
boost/sort/introduction.qbk
boost/sort/readme.md
Thanks
Francisco
2018-03-20 9:22 GMT+01:00 Marcel Raad via Boost
-----Original Message----- From: Boost
On Behalf Of Daniel James via Boost Sent: Montag, 19. März 2018 21:20 To: boost@lists.boost.org Cc: Daniel James Subject: Re: [boost] [Boost-users] [release] Boost 1.67.0 Beta 1 Please can you create a ticket on github? I'll do it if you don't want to, but you understand this better than me.
Done: https://github.com/boostorg/signals2/pull/25
Marcel
_______________________________________________ Unsubscribe & other changes: http://lists.boost.org/ mailman/listinfo.cgi/boost
On 20 March 2018 at 13:02, Francisco José Tapia via Boost
The code is corrected and uploaded. I corrected, too, two files of the documentation with small details.
Thanks, will someone merge to master when appropriate?
On Tue, Mar 20, 2018 at 4:22 AM, Marcel Raad via Boost
-----Original Message----- From: Boost
On Behalf Of Daniel James via Boost
Please can you create a ticket on github? I'll do it if you don't want to, but you understand this better than me.
I merged to develop, release people let me know if you want me to merge to master, or feel free to do it yourselves. -- Frank
On 20 March 2018 at 16:30, Frank Mori Hess via Boost
On Tue, Mar 20, 2018 at 4:22 AM, Marcel Raad via Boost
wrote: -----Original Message----- From: Boost
On Behalf Of Daniel James via Boost Please can you create a ticket on github? I'll do it if you don't want to, but you understand this better than me.
I merged to develop, release people let me know if you want me to merge to master, or feel free to do it yourselves.
Just merge to master as normal, once the test results have cycled. Thanks.
-----Original Message----- From: Boost-users
On Behalf Of Daniel James via Boost-users Sent: Montag, 19. März 2018 14:28 To: boost@lists.boost.org; boost-users@lists.boost.org Cc: Daniel James Subject: [Boost-users] [release] Boost 1.67.0 Beta 1 Boost release 1.67.0 beta 1 is now available at: [...]
Please download the beta, give it a try, and report any problems you encounter.
I just noticed a breaking change: boost::uuids::random_generator is not copyable anymore. Is that is on purpose, it should maybe be mentioned in the release notes. Marcel
On 23 March 2018 at 08:38, Marcel Raad
I just noticed a breaking change: boost::uuids::random_generator is not copyable anymore. Is that is on purpose, it should maybe be mentioned in the release notes.
I created an issue: https://github.com/boostorg/uuid/issues/61
On Fri, Mar 23, 2018 at 4:38 AM, Marcel Raad via Boost < boost@lists.boost.org> wrote:
-----Original Message----- From: Boost-users
On Behalf Of Daniel James via Boost-users Sent: Montag, 19. März 2018 14:28 To: boost@lists.boost.org; boost-users@lists.boost.org Cc: Daniel James Subject: [Boost-users] [release] Boost 1.67.0 Beta 1 Boost release 1.67.0 beta 1 is now available at: [...]
Please download the beta, give it a try, and report any problems you encounter.
I just noticed a breaking change: boost::uuids::random_generator is not copyable anymore. Is that is on purpose, it should maybe be mentioned in the release notes.
Marcel
Thank you, we opened an issue and I am updating the release notes. The improved entropy provider is non-copyable because some implementations do not support it, particularly the windows ones which hold onto a crypto-specific handle. - Jim
participants (6)
-
Daniel James
-
Francisco José Tapia
-
Frank Mori Hess
-
James E. King, III
-
Marcel Raad
-
Tom Kent