From 5b78b2149a1386dd8bd6e13c8a7d4408a6c175b8 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 26 Apr 2016 17:16:46 -0400 Subject: [PATCH] Version 0.9.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b6ae93a..ec1045b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2016-04-26 Userspace RCU 0.9.2 + * wfcqueue: add C++ compatibility API + * Fix: CDS_WFCQ_WOULDBLOCK typing for c++ + * Fix: configure.ac: check for possibly required libs for clock_gettime + * Fix: handle reference count overflow + * Fix: compat_futex should work-around futex signal-restart kernel bug + * Support for Xeon-Phi with newer MPSS + * sparc64: allocate membarrier system call number + * hppa: allocate membarrier system call number + * Fix build on non-Linux Debian ports + * Fix: urcu-signal: smp_mb_master() needs registry lock + * Fix: rculfhash only needs to include urcu-pointers.h + * Fix: out-of-tree benchmark/regtest + 2015-10-16 Userspace RCU 0.9.1 * Fix: add missing regtest and benchmark files to dist tarball * Fix: add missing run.sh to benchmark makefile diff --git a/configure.ac b/configure.ac index fcad176..3020431 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.9.1],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.9.2],[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