X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=4a68050fcd06b6a1bd6959036a7ce9360a2abd76;hb=refs%2Fheads%2Fstable-0.12;hp=9851ceca2b63c852f9391e4f89b4d0ac6b997c4f;hpb=d5277e807192178ddb79f56ecbbd5ac3c4994f60;p=urcu.git diff --git a/ChangeLog b/ChangeLog index 9851cec..4a68050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2023-02-14 Userspace RCU 0.12.5 + * Fix: urcu-bp: only teardown call-rcu worker in destructor + * Fix: rculfhash: urcu_die() takes positive error value + * Fix: static build requires aliases for rcu_exit_{mb,memb} + * Fix: call_rcu: teardown default call_rcu worker on application exit + * Fix: join worker thread in call_rcu_data_free + * Fix: auto-resize hash table destroy deadlock + * Fix: Remove include urcu/assert.h + * rculfhash: Include rculfhash-internal.h from local directory + * Fix: Always check pthread_create for failures + +2022-08-18 Userspace RCU 0.12.4 + * Revert "Fix: remove type constness in URCU_FORCE_CAST's C++ version" + * Fix: futex.h: include headers outside extern C + * Fix: add missing unused attribute to _rcu_dereference + * Fix: change method used by _rcu_dereference to strip type constness + * Fix: remove type constness in URCU_FORCE_CAST's C++ version + * Move extern "C" down in include/urcu/urcu-bp.h + * fix: ifdef linux specific cpu count compat + * fix: sysconf(_SC_NPROCESSORS_CONF) can be less than max cpu id + * Fix: revise obsolete command in README.md + * Fix: workqueue: remove unused variable "ret" + * Fix: urcu-qsbr: futex wait: handle spurious futex wakeups + * Fix: urcu: futex wait: handle spurious futex wakeups + * Fix: urcu-wait: futex wait: handle spurious futex wakeups + * Fix: defer_rcu: futex wait: handle spurious futex wakeups + * Fix: call_rcu: futex wait: handle spurious futex wakeups + * Fix: workqueue: futex wait: handle spurious futex wakeups + * Fix: Use %lu rather than %ld to print count + +2022-01-05 Userspace RCU 0.12.3 + * fix: use urcu-tls compat with c++ compiler + * 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: 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.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