Version 0.9.7 stable-0.9 v0.9.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 12:55:50 +0000 (08:55 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 12:55:50 +0000 (08:55 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 08693637a1f071446c1a6f47047ca0887b67cdec..6e8fbd869a2942316c1a4b458c0787bcafd5b5d5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2020-04-22 Userspace RCU 0.9.7
+       * Fix: tls-compat.h exposes compiler-dependent public configuration
+       * Fix: tap array subscript has type char warning
+       * Fix: urcu/futex.h: users of struct timespec should include time.h
+       * Cleanup: update code layout to fix old gcc warning
+       * Fix: typo CPPLAGS in examples Makefile
+       * Update dead link in lgpl-relicensing.txt
+
 2019-01-14 Userspace RCU 0.9.6
        * test_rwlock: Add per-thread count to verbose output
        * Add *.exe to gitignore for Cygwin
index 7dfc2f3505d3a98d4a4dcdc95c48bf34cebdbed1..6ca038c0fa784f037454debd01c1bd482fc0e170 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.9.6],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.9.7],[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.025978 seconds and 4 git commands to generate.