From f7bd62f2f9e9b1f7a73026a3de7ac1a60082f1fd Mon Sep 17 00:00:00 2001 From: Vissarion Fisikopoulos Date: Thu, 17 Jul 2025 17:17:11 +0300 Subject: [PATCH 1/4] Update boost_1_89_0.qbk --- feed/history/boost_1_89_0.qbk | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index 0ca0fb73..df57bf0d 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -75,6 +75,22 @@ Please keep the list of libraries sorted in lexicographical order. * Added `BOOST_DLL_USE_STD_FS` CMake option to match the preprocessor option. Thanks to [@https://github.com/yurybura Yury Bura] for the PR! +* [phrase library..[@/libs/geometry/ Geometry]:] + * Major improvements + * [github_pr geometry 1369] Rewrite of traversal + * [github_pr geometry 1402] Add geometry polyhedral surface + * Improvements + * [github_pr geometry 1404] Performance improvements in buffer + * [github_pr geometry 1405] Avoid static variables and functions in header files + * Breaking changes + * [github_pr geometry 1401] Remove deprecated headers + * Solved issues + * [github geometry 1221] Difference with rectilinear multipolygon with integer coordinates produces invalid polygon with disconnected interior + * [github geometry 1295] Wrong result in intersection (result polygon is equal to the biggest of the input polygons) + * [github geometry 1349] Difference of polygons giving wrong result + * [github geometry 1382] Buffer operation creates self-intersection + * Various fixes of errors and warnings + * [phrase library..[@/libs/hash2/ Hash2]:] * Added Blake2 algorithm (`blake2s_256`, `blake2b_512`). * Added XXH3 algorithm (`xxh3_128`). From d0a288b86e4679570357f8879aa7bc9f8bd96775 Mon Sep 17 00:00:00 2001 From: Dmitry Arkhipov Date: Mon, 21 Jul 2025 14:40:21 +0300 Subject: [PATCH 2/4] JSON release notes for 1.89.0 --- feed/history/boost_1_89_0.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index df57bf0d..fbbffd83 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -95,6 +95,11 @@ Please keep the list of libraries sorted in lexicographical order. * Added Blake2 algorithm (`blake2s_256`, `blake2b_512`). * Added XXH3 algorithm (`xxh3_128`). +* [phrase library..[@/libs/json/ JSON]:] + * Revamped documentation. + * Optionals that are ranges are categorised as optionals. + * Described class support is enabled for types with bases. + * [phrase library..[@/libs/mysql/ MySQL]:] * The `caching_sha2_password` authentication plugin can now be used without TLS. This is the default in MySQL 8 and above. Plaintext connections that attempt to From 38258860144406801fd10a3081b043c85889c8a6 Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Tue, 5 Aug 2025 09:02:11 +0800 Subject: [PATCH 3/4] Process release notes for 1.89. --- feed/history/boost_1_89_0.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index fbbffd83..684d6a7b 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -127,6 +127,11 @@ Please keep the list of libraries sorted in lexicographical order. to allow compilation of `for (std::string_view name : boost::pfr::names_as_array(empty_struct{}))`. Many thanks to [@https://github.com/sabudilovskiy sabudilovskiy] for the bug report! +* [phrase library..[@/libs/process/ process]:] + * Added `v1.hpp` to emulate v1 `process.hpp` include. + * Fix to windows path escaping + * Fixed exit-code issue wehre terminate & async_wait lead to a loss of the exit-code value. + * [phrase library..[@/libs/type_index/ TypeIndex]:] * [*Initial support for C++20 Modules]. See the docs for more info. From 2a482569e140af4bb144d1a9aa701de618ace87f Mon Sep 17 00:00:00 2001 From: Klemens Morgenstern Date: Tue, 5 Aug 2025 09:12:31 +0800 Subject: [PATCH 4/4] Cobalt release notes for 1.89. --- feed/history/boost_1_89_0.qbk | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feed/history/boost_1_89_0.qbk b/feed/history/boost_1_89_0.qbk index 684d6a7b..33bc3601 100644 --- a/feed/history/boost_1_89_0.qbk +++ b/feed/history/boost_1_89_0.qbk @@ -59,6 +59,11 @@ Please keep the list of libraries sorted in lexicographical order. * Acknowledgements * yliu1021 +* [phrase library..[@/libs/cobalt/ Cobalt]:] + * Move assign fixed for generator & promise. + * Fixed internal exceptions + * Added IO library. Cobalt.io provides a large subset of asio as a compiled library. + * [phrase library..[@/libs/compat/ Compat]:] * Added `move_only_function.hpp`.