Version 0.7.16 v0.7.16
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Oct 2015 20:01:55 +0000 (16:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Oct 2015 20:01:55 +0000 (16:01 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 639e399dd3a5f68a26eb5120a551d588c8df145d..080efa19787706d90916d41f882efd831b2f46f1 100644 (file)
--- 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
index 8f868d2d3042276ce8b8e34cf472c7a50d4fc0cd..ec19e076594e15dc54aec3d6964b7b5c3467e418 100644 (file)
@@ -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
This page took 0.026384 seconds and 4 git commands to generate.