Version 0.12.1 v0.12.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 12:51:41 +0000 (08:51 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 12:51:41 +0000 (08:51 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index cc7a7d7de41a527fa1183f578e5d36cac737133a..9851ceca2b63c852f9391e4f89b4d0ac6b997c4f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2020-04-22 Userspace RCU 0.12.1
+       * Fix: tls-compat.h exposes compiler-dependent public configuration
+       * Fix: tap array subscript has type char warning
+
 2020-04-09 Userspace RCU 0.12.0
        * tls-compat.h: introduce DEFINE_URCU_TLS_INIT
        * Use _umtx_op for futex on FreeBSD
index b62f587e8d8e42de3394beb74ad0f1819eb47bfb..a3e200b384fb188a678bcac5150bc6f7ee980095 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.12.0],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.12.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.025993 seconds and 4 git commands to generate.