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

index 448063548a14c85e26630b3727bae09cc4c9bc2d..3a8d27b0ae9bd8bcd2f20109914ab773e3017525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2021-02-17 Userspace RCU 0.11.3
+       * 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.11.2
        * Fix: tls-compat.h exposes compiler-dependent public configuration
        * Fix: tap array subscript has type char warning
index c68b43ba54bb3e0f8ee8b569f9d55067620654b8..2cb42a89b11b80f48238c002fe8889eeed5ec0c5 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.11.2],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.11.3],[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.026406 seconds and 4 git commands to generate.