From 323c5cb4fa1c8b5fa964b75569c68f30a313d457 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 16 Oct 2015 16:01:55 -0400 Subject: [PATCH] Version 0.7.16 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 639e399..080efa1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-10-16 Userspace RCU 0.7.16 + * Fix: format string signedness + * Use gcc atomics on aarch64/powerpc64le + * Fix: compat_futex: uninitialized ret variable + * Fix: compat_futex_noasync: don't override return value + * Fix: stable-0.7 branch does not have syscall-compat.h + * Fix: dynamic fallback to compat futex on sys_futex ENOSYS + 2015-09-09 Userspace RCU 0.7.15 * Disable sys_membarrier * uatomic: Specify complete types for atomic function calls diff --git a/configure.ac b/configure.ac index 8f868d2..ec19e07 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.15],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.16],[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