From 41960b54513f1ef829327f4abec1259eb7889675 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 12 Jun 2017 20:02:02 -0400 Subject: [PATCH] Version 0.9.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 73dbf79..d36b6ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-06-12 Userspace RCU 0.9.4 + * Fix: Don't override user variables within the build system + * Fix: uatomic arm32: add missing release barrier before uatomic_xchg + * Tests: Add verbose support to test script + 2016-11-30 Userspace RCU 0.9.3 * Fix: rcutorture: work-around signal issue on mac os x * Fix: rcutorture should register thread using call_rcu diff --git a/configure.ac b/configure.ac index e56eb06..eaa40c4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.9.3],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.9.4],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) # 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