From 3f16f0751bef22e9b0de5110dbbd3db1586433d0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 28 Apr 2015 14:38:19 -0400 Subject: [PATCH] Version 0.8.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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__ diff --git a/configure.ac b/configure.ac index 6ce87f9..27c0999 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu],[0.8.6],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.8.7],[mathieu dot desnoyers at efficios dot com]) # Following the numbering scheme proposed by libtool for the library version # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html -- 2.34.1