Release 1.81.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 one new library and numerous enhancements and bug fixes for existing libraries. * URL: A library for parsing, modifying, and printing URLs using only C++11, from Vinnie Falco and Alan de Freitas. For details, including download links, see http://www.boost.org/users/news/version_1.81.0 You can also download directly from: https://boostorg.jfrog.io/artifactory/main/release/1.81.0/ To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html Thanks to everyone who participated in this release. -- The Boost Release Team Marshall Clow, Glen Fernandes, Michael Caisse
On Wed, Dec 14, 2022 at 10:37 AM Marshall Clow via Boost-users
Release 1.81.0 of the Boost C++ Libraries is now available.
Please Like, Follow, and Amplify our social media presence! https://twitter.com/Boost_Libraries/status/1603098663726698497 https://www.reddit.com/r/cpp/comments/zlyt9w/boost_1810_is_released/ Thanks
On 12/14/22 21:36, Marshall Clow via Boost wrote:
Release 1.81.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 one new library and numerous enhancements and bug fixes for existing libraries. * URL: A library for parsing, modifying, and printing URLs using only C++11, from Vinnie Falco and Alan de Freitas.
For details, including download links, see http://www.boost.org/users/news/version_1.81.0
You can also download directly from: https://boostorg.jfrog.io/artifactory/main/release/1.81.0/
Perhaps, it would make sense to also publish in the Release Notes the links to the archives on GitHub: https://github.com/boostorg/boost/releases These archives are more friendly to CMake users. Credit goes to Peter Dimov for preparing CI config for generating those archives.
To install this release on your system, see http://www.boost.org/doc/libs/release/more/getting_started/index.html
Thanks to everyone who participated in this release.
participants (3)
-
Andrey Semashev
-
Marshall Clow
-
Vinnie Falco