X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=819bb451baa108dfed315c528f9e4089edbbd3ef;hb=7b5e588cb5c17883e07f6bb34123623c223b511f;hp=7245139ebd7abe40956e14828f3e9a5dfe032b31;hpb=b17dfb9e6c93b38fcbe29fe45b3ec03b704facb5;p=userspace-rcu.git diff --git a/ChangeLog b/ChangeLog index 7245139..819bb45 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +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 + * 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 + * Set git-review branch to stable-0.13 + * 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.13.1 * fix: properly detect 'cmpxchg' on x86-32 * fix: use urcu-tls compat with c++ compiler