Version 0.7.11 v0.7.11
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 1 Mar 2014 17:54:44 +0000 (12:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 1 Mar 2014 17:54:44 +0000 (12:54 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 4bcee64af2eb55145ed8c8e907093d6ee342be64..368a6cade1729774074602bbbac2f43d6443374f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-03-01 Userspace RCU 0.7.11
+       * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S.
+
 2014-02-28 Userspace RCU 0.7.10
        * Fix: urcu-bp interaction with threads vs constructors/destructors
        * Fix undefined NULL pointer arithmetic
index 96bb5a84df7621e93ab087a1f3538490bf9fd54d..35ebb69c724750e81e8a0b58c3b2be34a1b7f998 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.10],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.11],[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.025827 seconds and 4 git commands to generate.