Version 0.9.2 v0.9.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 21:16:46 +0000 (17:16 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 21:16:46 +0000 (17:16 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b6ae93a3ec06449c295e1c096fcc1b7357f712a8..ec1045bf8934db2b79cac087dc088bc9ebe34acf 100644 (file)
--- 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
index fcad176c16e6c5aac0e349a084d32cd8d146c79a..3020431371df927d8eb8c3c7c0b1662a85fcb234 100644 (file)
@@ -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
This page took 0.026116 seconds and 4 git commands to generate.