X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=925262d27b49b46efa1ca0716a402623afab2190;hb=740d42ae21821082dc7f545f984253418a53bd87;hp=819bb451baa108dfed315c528f9e4089edbbd3ef;hpb=379252796aab7571210d4a2e8eb9886e913c0036;p=userspace-rcu.git diff --git a/ChangeLog b/ChangeLog index 819bb45..925262d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2023-02-14 Userspace RCU 0.13.3 + * Fix: urcu-bp: only teardown call-rcu worker in destructor + * Fix: rculfhash: urcu_die() takes positive error value + * 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 building on MSYS2 + * 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.13.2 * Revert "Fix: remove type constness in URCU_FORCE_CAST's C++ version" * Fix: futex.h: include headers outside extern C