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

index 638b35eac48a9c05430bb440fcf1e6139e71831d..13c2327087c33ea65a6e612c3f1d09ed1112f30d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2014-03-08 Userspace RCU 0.8.4
+       * Fix: move wait loop increment before first conditional block
+
 2014-03-01 Userspace RCU 0.8.3
        * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S.
 
index 654408a2f851e8cabb0438d9b5d241dc2e95e551..ffebdebc06aa5d78719cb69638ebda724d09d648 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.8.3],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.8.4],[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.025102 seconds and 4 git commands to generate.