From af507800971afbbbb05f6b5ff67cd2f20e8b338f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 4 Nov 2014 11:04:53 -0500 Subject: [PATCH] Version 0.8.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.34.1