From cd18a366812b0021f46f7274dc2a9c01cb2bbbf4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 23 Jan 2018 15:16:37 -0500 Subject: [PATCH] Version 0.8.11 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 24af189..532dc90 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2018-01-23 Userspace RCU 0.8.11 + * Fix: don't use overlapping mmap mappings on Cygwin + * Tests fix: add missing Cygwin thread id + * Fix: assignment from incompatible pointer type warnings + * Tests fix: unused variable warnings + 2017-12-06 Userspace RCU 0.8.10 * 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 ffab33c..95dfa78 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.10],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.8.11],[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