Version 0.8.7 v0.8.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Apr 2015 18:38:19 +0000 (14:38 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Apr 2015 18:51:21 +0000 (14:51 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index a575c71a418096bf95d0bccdf87b509ff1ead8d7..0aa634201da46c5840aa52694b9ca6fe996ef2de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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
+       * Mark braced-groups within expressions with __extension__
+       * Fix: compat_futex_noasync race condition
+       * Fix: documentation: urcu-pointer.h: s/rcu_dereference_pointer/rcu_dereference/
+       * Fix: call rcu should call internal RCU API
+
 2014-11-04 Userspace RCU 0.8.6
        * Fix: silence gcc -Wextra warning
        * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__
index 6ce87f9eae4998084568b00fb8a96e07463f7b25..27c0999bf8306fdb8fe89c82225595074e942021 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.8.6],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.8.7],[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.027435 seconds and 4 git commands to generate.