Version 0.9.6 v0.9.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 14 Jan 2019 18:46:54 +0000 (10:46 -0800)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 14 Jan 2019 18:46:54 +0000 (10:46 -0800)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index c428903e29fdb9d26191c046b12b7959a0607b92..08693637a1f071446c1a6f47047ca0887b67cdec 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-01-14 Userspace RCU 0.9.6
+       * test_rwlock: Add per-thread count to verbose output
+       * Add *.exe to gitignore for Cygwin
+       * Fix: pthread_rwlock initialization on Cygwin
+       * Fix: compat_futex_noasync on Cygwin
+
 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
index 89df62d9dd7125a8526ed5c8dbc3a50ba47552f3..a5a2ec272d62093c0e3add9ba46f4cbb2369f138 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.9.5],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.9.6],[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.025816 seconds and 4 git commands to generate.