Version 0.9.5 v0.9.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Jan 2018 20:19:56 +0000 (15:19 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Jan 2018 20:19:56 +0000 (15:19 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index d36b6edc0f1a89688f2b03693c3299be4b8901eb..c428903e29fdb9d26191c046b12b7959a0607b92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-23 Userspace RCU 0.9.5
+       * Fix: don't use overlapping mmap mappings on Cygwin
+       * Fix: don't use membarrier SHARED syscall command in liburcu-bp
+       * Tests fix: add missing Cygwin thread id
+       * Fix: assignment from incompatible pointer type warnings
+       * Tests fix: unused variable warnings
+
 2017-06-12 Userspace RCU 0.9.4
        * Fix: Don't override user variables within the build system
        * Fix: uatomic arm32: add missing release barrier before uatomic_xchg
index eaa40c4d54b53190824d0ead8b9664bfc31d0e9e..89df62d9dd7125a8526ed5c8dbc3a50ba47552f3 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.9.4],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.9.5],[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.025901 seconds and 4 git commands to generate.