Version 0.8.11 stable-0.8 v0.8.11
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Jan 2018 20:16:37 +0000 (15:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 23 Jan 2018 20:16:37 +0000 (15:16 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 24af189afe653f3e2b8805436ddfa9fd4bf140e0..532dc90eda37da307cded87b109b6573f060c8ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2018-01-23 Userspace RCU 0.8.11
+       * Fix: don't use overlapping mmap mappings on Cygwin
+       * Tests fix: add missing Cygwin thread id
+       * Fix: assignment from incompatible pointer type warnings
+       * Tests fix: unused variable warnings
+
 2017-12-06 Userspace RCU 0.8.10
        * Fix: Don't override user variables within the build system
        * Fix: uatomic arm32: add missing release barrier before uatomic_xchg
index ffab33c8799c508c0a3e6761079f01f0d24d7ec9..95dfa78a8e2c591fb627dbd11c7122f052bbfe71 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.8.10],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.8.11],[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
This page took 0.026087 seconds and 4 git commands to generate.