Release 1.61.0 of the Boost C++ Libraries is now available. These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use. This release contains four new libraries and numerous enhancements and bug fixes for existing libraries. New Libraries * Compute: Parallel/GPU-computing library, from Kyle Lutz. * DLL: Library for comfortable work with DLL and DSO, from Renato Tegon Forti and Antony Polukhin * Hana: A modern C++ metaprogramming library, from Louis Dionne. * Metaparse: A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process, from Abel Sinkovics. For details, including download links, see http://www.boost.org/users/news/version_1.61.0 You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.61.0/ Tom Kent has made pre-built windows binaries, and they are available at: https://sourceforge.net/projects/boost/files/boost-binaries/1.61.0/ To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html Thanks, --The Boost release team Vladimir Prus Rene Rivera Marshall Clow Eric Niebler Daniel James Beman Dawes
On 13/05/2016 15:07, Rene Rivera wrote:
Release 1.61.0 of the Boost C++ Libraries is now available.
For details, including download links, see http://www.boost.org/users/news/version_1.61.0
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.61.0/
You can optionally verify integrity of the source downloads using the attached signed checksums file. First, verify your downloads have the right checksums, by putting the file alongside the downloads, and running: $ sha256sum -c boost_1_61_0.sums.asc This should produce "OK" message for each source archive you have available. Second, verify that the checksums file itself was not modified: $ gpg --keyserver pgp.mit.edu --recv DA472E8659753BA4 $ gpg --verify boost_1_61_0.sums.asc If everything is good, this should say "Good Signature" and also report these key fingerprints: Primary key fingerprint: C5F0 F367 AA66 616F B839 806E DA47 2E86 5975 3BA4 Subkey fingerprint: 7805 7A0D 045A 2DC5 5453 BD81 0F1A 3ECD 4EAC 2316 You might want to trust they key for future use if fingerprints match. -- Vladimir Prus http://vladimirprus.com
On Tue, May 17, 2016 at 5:16 AM, Vladimir Prus
On 13/05/2016 15:07, Rene Rivera wrote:
Release 1.61.0 of the Boost C++ Libraries is now available.
For details, including download links, see
http://www.boost.org/users/news/version_1.61.0
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.61.0/
You can optionally verify integrity of the source downloads using the attached signed checksums file.
First, verify your downloads have the right checksums, by putting the file alongside the downloads, and running:
$ sha256sum -c boost_1_61_0.sums.asc
This should produce "OK" message for each source archive you have available.
This step fails, in the boost_1_61_0.sums.asc file the file names have boost_1_61.0.* instead of boost_1_61_0.* (note the . replacing an _ ). Manually verifying the checksums
Second, verify that the checksums file itself was not modified:
$ gpg --keyserver pgp.mit.edu --recv DA472E8659753BA4 $ gpg --verify boost_1_61_0.sums.asc
If everything is good, this should say "Good Signature" and also report these key fingerprints:
Primary key fingerprint: C5F0 F367 AA66 616F B839 806E DA47 2E86 5975 3BA4 Subkey fingerprint: 7805 7A0D 045A 2DC5 5453 BD81 0F1A 3ECD 4EAC 2316
You might want to trust they key for future use if fingerprints match.
I get a good verification on the file. Tom
On 17/05/2016 13:16, Vladimir Prus wrote:
On 13/05/2016 15:07, Rene Rivera wrote:
Release 1.61.0 of the Boost C++ Libraries is now available.
For details, including download links, see http://www.boost.org/users/news/version_1.61.0
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.61.0/
You can optionally verify integrity of the source downloads using the attached signed checksums file.
Tom has pointed a typo in file names in the file. Correct one is now attached, and instructions for validating are the same: First, verify your downloads have the right checksums, by putting the file alongside the downloads, and running: $ sha256sum -c boost_1_61_0.sums.asc This should produce "OK" message for each source archive you have available. Second, verify that the checksums file itself was not modified: $ gpg --keyserver pgp.mit.edu --recv DA472E8659753BA4 $ gpg --verify boost_1_61_0.sums.asc If everything is good, this should say "Good Signature" and also report these key fingerprints: Primary key fingerprint: C5F0 F367 AA66 616F B839 806E DA47 2E86 5975 3BA4 Subkey fingerprint: 7805 7A0D 045A 2DC5 5453 BD81 0F1A 3ECD 4EAC 2316 You might want to trust they key for future use if fingerprints match, consult GPG manual for details. -- Vladimir Prus http://vladimirprus.com
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Wed, May 18, 2016 at 2:05 AM, Vladimir Prus
wrote: On 17/05/2016 13:16, Vladimir Prus wrote:
On 13/05/2016 15:07, Rene Rivera wrote: Release 1.61.0 of the Boost C++ Libraries is now available.
For details, including download links, see http://www.boost.org/users/news/version_1.61.0
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.61.0/
You can optionally verify integrity of the source downloads using the attached signed checksums file.
Tom has pointed a typo in file names in the file. Correct one is now attached, and instructions for validating are the same:
I now get good hashes and a good signature verification.
I'm signing this email with my private key "Thomas Kent
On 18 May 2016 at 08:05, Vladimir Prus
Tom has pointed a typo in file names in the file. Correct one is now attached, and instructions for validating are the same:
I added the to the website, it's currently linked from the release notes, and if it's okay, I'll add a link to the download page at some point. Although it can't be underestimated just how little I care or understand about any of this stuff, so I'm sure I've done it all wrong. If line endings make a difference then it might not work since git converted the file to unix style automatically, so let me know. I also don't really want to add all the instructions to the release notes, so if someone wants to write generic instructions for another page, I could put that up and link to it.
Le 13/05/16 à 14:07, Rene Rivera a écrit :
Release 1.61.0 of the Boost C++ Libraries is now available.
These open-source libraries work well with the C++ Standard Library, and are usable across a broad spectrum of applications. The Boost license encourages both commercial and non-commercial use.
This release contains four new libraries and numerous enhancements and bug fixes for existing libraries.
New Libraries
* Compute: Parallel/GPU-computing library, from Kyle Lutz. * DLL: Library for comfortable work with DLL and DSO, from Renato Tegon Forti and Antony Polukhin * Hana: A modern C++ metaprogramming library, from Louis Dionne. * Metaparse: A library for generating compile time parsers parsing embedded DSL code as part of the C++ compilation process, from Abel Sinkovics.
For details, including download links, see http://www.boost.org/users/news/version_1.61.0
You can also download directly from SourceForge: http://sourceforge.net/projects/boost/files/boost/1.61.0/
Tom Kent has made pre-built windows binaries, and they are available at: https://sourceforge.net/projects/boost/files/boost-binaries/1.61.0/
To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html
Thanks,
--The Boost release team
Vladimir Prus Rene Rivera Marshall Clow Eric Niebler Daniel James Beman Dawes
Thanks! The boost.test documentation has the banner "click here to view the latest version on this page" on the top: http://www.boost.org/doc/libs/1_61_0/libs/test/doc/html/index.html Sorry for the late mention, I thought it was because 1.61 was not released yet. Anything I did wrong? Anything I can do? Thanks, Raffi
On 17 May 2016 at 21:42, Raffi Enficiaud
Thanks! The boost.test documentation has the banner "click here to view the latest version on this page" on the top: http://www.boost.org/doc/libs/1_61_0/libs/test/doc/html/index.html
Sorry for the late mention, I thought it was because 1.61 was not released yet. Anything I did wrong? Anything I can do?
Sorry about that, it was a bug. It should be fixed now, you might have to shift-refresh to see the fixed page.
Le 18/05/16 à 10:07, Daniel James a écrit :
On 17 May 2016 at 21:42, Raffi Enficiaud
wrote: Thanks! The boost.test documentation has the banner "click here to view the latest version on this page" on the top: http://www.boost.org/doc/libs/1_61_0/libs/test/doc/html/index.html
Sorry for the late mention, I thought it was because 1.61 was not released yet. Anything I did wrong? Anything I can do?
Sorry about that, it was a bug. It should be fixed now, you might have to shift-refresh to see the fixed page.
Works, thanks!
participants (5)
-
Daniel James
-
Raffi Enficiaud
-
Rene Rivera
-
Tom Kent
-
Vladimir Prus