X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=ChangeLog;h=3a8d27b0ae9bd8bcd2f20109914ab773e3017525;hp=448063548a14c85e26630b3727bae09cc4c9bc2d;hb=cb0d07ea3a0b520f8c1d495064fd7b6256d7027c;hpb=15814d693abb2f3f90b6b9c3f132f47ce7580319 diff --git a/ChangeLog b/ChangeLog index 4480635..3a8d27b 100644 --- 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