From 3b8004a6a8dc83519a6b96b8b7761d6ece258200 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Sat, 8 Mar 2014 08:42:42 -0500 Subject: [PATCH] Version 0.8.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 638b35e..13c2327 100644 --- 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. diff --git a/configure.ac b/configure.ac index 654408a..ffebdeb 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1