From dca4002915774299432c375fc53b53cf6f7fe430 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Tue, 10 Jan 2017 15:45:21 +0400 Subject: [PATCH] Add a link to the post-release fix for Boost.Atomic. --- feed/history/boost_1_63_0.qbk | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/feed/history/boost_1_63_0.qbk b/feed/history/boost_1_63_0.qbk index 5c4ee056..457a3cb1 100644 --- a/feed/history/boost_1_63_0.qbk +++ b/feed/history/boost_1_63_0.qbk @@ -14,6 +14,13 @@ [import ext.qbk] +[section Post-release Patches] + +* [phrase library..[@/libs/atomic/ Atomic]:] + * Using 64-bit atomic operations on 32-bit x86 with gcc versions older than 4.7 and compatible compilers can result in generation of incorrect code. This problem is fixed in [@https://github.com/boostorg/atomic/commit/a67cc1b055cf09f371e2eca544884634a1ccc886 this] commit. + +[endsect] + [section Updated Libraries] * [phrase library..[@/libs/atomic/ Atomic]:]