From: Mathieu Desnoyers Date: Tue, 4 Nov 2014 16:04:53 +0000 (-0500) Subject: Version 0.8.6 X-Git-Tag: v0.8.6^0 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=af507800971afbbbb05f6b5ff67cd2f20e8b338f Version 0.8.6 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index ff69078..a575c71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-11-04 Userspace RCU 0.8.6 + * Fix: silence gcc -Wextra warning + * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__ + * Fix: lfstack reversed empty/non-empty return value + * lfstack: fix: add missing __cds_lfs_init + 2014-10-21 Userspace RCU 0.8.5 * Fix: preserve example files' timestamps when copying * rculfhash: remove duplicated code diff --git a/configure.ac b/configure.ac index 42d5cd6..6ce87f9 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.5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.8.6],[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