From 5f6503c78ee929cd77d6e51987b5826de5a5fe99 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 23 Jan 2018 15:19:56 -0500 Subject: [PATCH] Version 0.9.5 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d36b6ed..c428903 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2018-01-23 Userspace RCU 0.9.5 + * Fix: don't use overlapping mmap mappings on Cygwin + * Fix: don't use membarrier SHARED syscall command in liburcu-bp + * Tests fix: add missing Cygwin thread id + * Fix: assignment from incompatible pointer type warnings + * Tests fix: unused variable warnings + 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 diff --git a/configure.ac b/configure.ac index eaa40c4..89df62d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.9.4],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.9.5],[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