Version 0.7.12 v0.7.12
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 8 Mar 2014 13:43:47 +0000 (08:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 8 Mar 2014 13:43:47 +0000 (08:43 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 368a6cade1729774074602bbbac2f43d6443374f..40c39bfcaff33028dee5c582a402e81c01d50621 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-03-08 Userspace RCU 0.7.12
+       * Fix: move wait loop increment before first conditional block
+
 2014-03-01 Userspace RCU 0.7.11
        * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S.
 
index 35ebb69c724750e81e8a0b58c3b2be34a1b7f998..d359d645b219923ba7bf1c9c76c3106c54f02c63 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.11],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.12],[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.025828 seconds and 4 git commands to generate.