X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=363b88b4c8d9c78425c7e0fd11fedcfdf3d987af;hb=refs%2Fheads%2Fstable-0.11;hp=509e59606b22e0977a419fc10db590243dea3adb;hpb=acf42845b924c52120db489c204eb35467a30427;p=userspace-rcu.git diff --git a/ChangeLog b/ChangeLog index 509e596..363b88b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2022-01-05 Userspace RCU 0.11.4 + * fix: add missing pkgconfig file for memb flavour lib + * Make temporary variable in _rcu_dereference non-const + * Fix: x86 and s390: uatomic __hp() macro C++ support + * Fix: x86 and s390: uatomic __hp() macro clang support + * Fix: x86 and s390 uatomic: __hp() macro warning with gcc 11 + * Document known ABI issue in README.md + * fix: clock_gettime on macOs + * Fix: rculist header: use parenthesis around macro parameters + * Fix: rcuhlist header: use parenthesis around macro parameters + * Fix: hlist header: use parenthesis around macro parameters + * Fix: list.h: use parenthesis around macro parameters, caa_container_of() + * Fix: hlist iteration relies on undefined behavior + * Fix: use __atomic_load() rather than atomic load explicit + * Fix: use atomic load memory_order_consume for rcu_dereference on C11/C++11 + * Fix: gitreview defaultbranch should be stable-0.11 + * fix: warnings on non-Linux platforms + * fix: HAVE_SCHED_SETAFFINITY is not defined + * Add git review config to stable branch + * fix: include 'sys/endian.h' on FreeBSD + * cleanup: explicitly mark unused parameters (-Wunused-parameter) + * fix: shadowed local variable (-Wshadow) + * cleanup: all functions have declarations (-Wmissing-prototypes) + * Import libtap from babeltrace + +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 + * Fix: provide errno as argument to urcu_die() + * Fix: rculfhash worker needs to unblock to SIGRCU + 2019-06-03 Userspace RCU 0.11.1 * Fix: SONAME bump to 6.1.0 * Fix: urcu/futex.h: users of struct timespec should include time.h