From: Mathieu Desnoyers Date: Wed, 9 Sep 2015 18:04:59 +0000 (-0400) Subject: Version 0.8.8 X-Git-Tag: v0.8.8^0 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=d60e878d183c50b728b2f190d90d824863289f47 Version 0.8.8 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 0aa6342..f19c0af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-09-09 Userspace RCU 0.8.8 + * Disable sys_membarrier + * Fix: volatile in assert() + * uatomic: Specify complete types for atomic function calls + * Fix: handle sys_futex() FUTEX_WAIT interrupted by signal + * Fix: compat_futex.c: *uaddr should be read as volatile + * Fix: make benchmark test run in oot build + * Fix: call_rcu_thread() affinity failure + * urcu: fix deprecation warning with new glibc + 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 diff --git a/configure.ac b/configure.ac index 27c0999..62fd7ba 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.7],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.8.8],[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