X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;fp=ChangeLog;h=4a68050fcd06b6a1bd6959036a7ce9360a2abd76;hb=31535943a88739b689ae4b95a8bc438516eedf20;hp=f481570ed9a7a94c90e48c5e491d4228a50b8228;hpb=0c8eff157de6f7ab836ec87a340a517d49fdaca3;p=urcu.git diff --git a/ChangeLog b/ChangeLog index f481570..4a68050 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +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