From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2024-05-21 07:08:45


On 4/15/24 21:02, Marshall Clow via Boost wrote:
> Release 1.85.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 two new libraries:
> * Boost.Charconv: A high quality implementation of <charconv> in C++11, from Matt Borland.
> * Boost.Scope: A collection of scope guard utilities and a unique_resource wrapper, from Andrey Semashev.
>
> The release also contains numerous enhancements and bug fixes for existing libraries.
>
> For details, including download links, see
> <http://www.boost.org/users/news/version_1.85.0>
>
> You can also download directly from:
> <https://boostorg.jfrog.io/artifactory/main/release/1.85.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.

For Boost.Log, the boost-1.85.0 tag is pointing to the wrong commit:

e79cfd841f90e4f0d7f4729440e7ef92ef7495da

It should point to:

2d932ddcb5b05a9b2cc0a9df2d8a6ff88883f2b3

which is the last commit in the series that were merged to master (with
permission) right before the release. I can see the changes in that
commit are present in the 1.85.0 .tar.bz2 archive from jfrog, and are
also present on the website.