X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=0aa634201da46c5840aa52694b9ca6fe996ef2de;hb=3f16f0751bef22e9b0de5110dbbd3db1586433d0;hp=a575c71a418096bf95d0bccdf87b509ff1ead8d7;hpb=3c29ca5d56988c3a10ba289a1129eadb4bf6b3ee;p=urcu.git diff --git a/ChangeLog b/ChangeLog index a575c71..0aa6342 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-04-28 Userspace RCU 0.8.7 + * Fix: deadlock when thread join is issued in read-side C.S. + * Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h + * Mark braced-groups within expressions with __extension__ + * Fix: compat_futex_noasync race condition + * Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/ + * Fix: call rcu should call internal RCU API + 2014-11-04 Userspace RCU 0.8.6 * Fix: silence gcc -Wextra warning * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__