Version 0.7.15 v0.7.15
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 17:58:37 +0000 (13:58 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 17:58:37 +0000 (13:58 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index af7881a1fa15bc982f91f92081d4b7ca5ed76bf5..639e399dd3a5f68a26eb5120a551d588c8df145d 100644 (file)
--- 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.
index bf1501caf24029fc9ef6e9d0ca3fd1201d2e3392..09abbc918131def583063ca74191c7dab4baddbe 100644 (file)
@@ -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
This page took 0.025746 seconds and 4 git commands to generate.