Version 0.7.14 v0.7.14
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Apr 2015 18:54:09 +0000 (14:54 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 28 Apr 2015 18:54:09 +0000 (14:54 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index a3019e8a26302b8a8b5c13345a30d08b9b17ebd1..af7881a1fa15bc982f91f92081d4b7ca5ed76bf5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+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.
+       * 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: silence gcc -Wextra warning
+
 2014-10-21 Userspace RCU 0.7.13
        * rculfhash: remove duplicated code
        * rculfhash: handle pthread_create failures
index 15cc0c38613a8dc61c77f862aba2e9030cee53e1..bf1501caf24029fc9ef6e9d0ca3fd1201d2e3392 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.13],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.14],[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.025449 seconds and 4 git commands to generate.