From 556087a571dc6a930f01e23a608ba41aa9c8e098 Mon Sep 17 00:00:00 2001 From: Oliver Kowalke Date: Fri, 25 Aug 2017 11:33:39 +0200 Subject: [PATCH] notice about missing bug fixes --- feed/history/boost_1_65_0.qbk | 38 +++++++++++++++++++++-------------- 1 file changed, 23 insertions(+), 15 deletions(-) diff --git a/feed/history/boost_1_65_0.qbk b/feed/history/boost_1_65_0.qbk index dc313a6a..fff9d421 100644 --- a/feed/history/boost_1_65_0.qbk +++ b/feed/history/boost_1_65_0.qbk @@ -48,11 +48,15 @@ targets. * [phrase library..[@/libs/context/ Context]:] - * call/cc supports ucontext-API (swapcontext) - * call/cc supports Windows-Fiber-API - * call/cc supports on demand growing (segmented/split) stacks - * [ticket 12719]: context test cases and examples segmentation fault when built with mingw-w64 toolchain - * #52: Failing to build callcc test with g++-4.9 + * Improvements: + * call/cc supports ucontext-API (swapcontext) + * call/cc supports Windows-Fiber-API + * call/cc supports on demand growing (segmented/split) stacks + * Bugfixes: + * [ticket 12719]: context test cases and examples segmentation fault when built with mingw-w64 toolchain + * #52: Failing to build callcc test with g++-4.9 + * important: + * required bug fix [@https://github.com/boostorg/context/commit/420554fe9ac01482990e8ae314f4f7ba81010c9a 420554fe9ac01482990e8ae314f4f7ba81010c9a] not included in 1.65 * [phrase library..[@/libs/config/ Config]:] * Added `BOOST_NO_CXX11_POINTER_TRAITS`, `BOOST_NO_CXX17_FOLD_EXPRESSIONS`, @@ -75,16 +79,20 @@ * [phrase library..[@/libs/dll/ DLL]:] * Fix PE parsing on non Windows platforms. - * [phrase library..[@/libs/fiber/ Fiber]:] - * hardware transactional memory (Intel TSX) supported - * NUMA supported - * ucontext-API (swapcontext) supported - * Windows-Fiber-API supported - * on demand growing stacks - * #121: failing to build static lib with GCC 4.8 and C++11 - * #123: assertion failure in schedule_from_remote - * #125: erratic crashes in testsuite - * #126: incorrect std::memory_order value in compare_exchange_strong? + * [phrase library..[@/libs/fiber/ Fiber]:] + * Improvements: + * hardware transactional memory (Intel TSX) supported + * NUMA supported + * ucontext-API (swapcontext) supported + * Windows-Fiber-API supported + * on demand growing stacks + * Bugfixes: + * #121: failing to build static lib with GCC 4.8 and C++11 + * #123: assertion failure in schedule_from_remote + * #125: erratic crashes in testsuite + * #126: incorrect std::memory_order value in compare_exchange_strong? + * important: + * required bug fix [@https://github.com/boostorg/fiber/commit/63f1041f0e484e64dec437a0fa780ea2463abda2 63f1041f0e484e64dec437a0fa780ea2463abda2] not included in 1.65 * [phrase library..[@/libs/fusion/ Fusion]:] * MSVC 14.1 supports variadic containers, such as `fusion::vector`, `fusion::deque`, `fusion::map`, `fusion::set`, and `fusion::tuple`. ([ticket 12986])