From: Mathieu Desnoyers Date: Wed, 9 Sep 2015 17:58:37 +0000 (-0400) Subject: Version 0.7.15 X-Git-Tag: v0.7.15^0 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=745d4d7bed649064809a1af45827cdcbe698da27 Version 0.7.15 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index af7881a..639e399 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-09-09 Userspace RCU 0.7.15 + * Disable sys_membarrier + * 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: call_rcu_thread() affinity failure + * urcu: fix deprecation warning with new glibc + 2015-04-28 Userspace RCU 0.7.14 * Fix: call rcu should call internal RCU API * Fix: deadlock when thread join is issued in read-side C.S. diff --git a/configure.ac b/configure.ac index bf1501c..09abbc9 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.7.14],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.15],[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