From: Mathieu Desnoyers Date: Tue, 23 Jan 2018 20:16:37 +0000 (-0500) Subject: Version 0.8.11 X-Git-Tag: v0.8.11^0 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=cd18a366812b0021f46f7274dc2a9c01cb2bbbf4 Version 0.8.11 Signed-off-by: Mathieu Desnoyers --- 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