From 745d4d7bed649064809a1af45827cdcbe698da27 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Sep 2015 13:58:37 -0400 Subject: [PATCH] Version 0.7.15 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- 2.34.1