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

index 61056c1c75e03c4f581edfd05865123068e5ec7d..c8074977cd5760b24e0b0f288bc623c0a8e7b389 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2018-01-23 Userspace RCU 0.10.1
+       * 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
+       * Fix: add missing m68k headers to dist
+
 2017-06-12 Userspace RCU 0.10.0
        * Bump library soname due to urcu flavor structure change
        * Cleanup: use mutex_lock() wrapper in rculfhash
index 89606d5bc3e36fbbd5bde74993d665a99c606275..6ad7f25f53cea31d272e2e10180fda9488404f4c 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.10.0],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.10.1],[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.026204 seconds and 4 git commands to generate.