Version 0.12.2 v0.12.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 19:54:01 +0000 (14:54 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 19:54:01 +0000 (14:54 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 9851ceca2b63c852f9391e4f89b4d0ac6b997c4f..547e351d9265183c1cd545ec0a5a02a14fff3dd5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-02-17 Userspace RCU 0.12.2
+       * fix: exclude clang from GCC version blacklists
+       * aarch64: blacklist gcc prior to 5.1
+       * Fix: configure: support Autoconf 2.70
+       * fix: bump tests thread limit to 4096
+       * cleanup: Improve wording of CONFIG_RCU_DEBUG description
+       * fix: explicitly include urcu/config.h in files using CONFIG_RCU_ defines
+       * Fix typo in README.md
+       * fix: add -lurcu-common to pkg-config libs for each flavor
+       * call_rcu: Fix race between rcu_barrier() and call_rcu_data_free()
+
 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
index 60ebf68533a1d4a97124ae3e312d79d2cac13bf1..98c530178e27137b3d94a11515c7ea794576af41 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.12.1],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.12.2],[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.027025 seconds and 4 git commands to generate.