Version 0.8.8 v0.8.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 18:04:59 +0000 (14:04 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Sep 2015 18:04:59 +0000 (14:04 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 0aa634201da46c5840aa52694b9ca6fe996ef2de..f19c0af6e376e9f1c93c706fd8c8733389da1736 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2015-09-09 Userspace RCU 0.8.8
+       * Disable sys_membarrier
+       * Fix: volatile in assert()
+       * 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: make benchmark test run in oot build
+       * Fix: call_rcu_thread() affinity failure
+       * urcu: fix deprecation warning with new glibc
+
 2015-04-28 Userspace RCU 0.8.7
        * Fix: deadlock when thread join is issued in read-side C.S.
        * Fix: rename RCU_DEBUG to DEBUG_RCU in urcu-qsbr.h
index 27c0999bf8306fdb8fe89c82225595074e942021..62fd7ba4b7c1c22575298484454d015e7fda9de7 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.8.7],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.8.8],[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.026253 seconds and 4 git commands to generate.