fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / ChangeLog
index fe236ace900199bab5b5abda814b918c8f32f5e3..925262d27b49b46efa1ca0716a402623afab2190 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,46 @@
-2020-06-03 Userspace RCU 0.13.0
+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
+       * 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
+       * fix: remove autoconf features default value in help message
+       * 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
+       * Fix: changelog: v0.13.0 was released in 2021
+
+2021-06-03 Userspace RCU 0.13.0
        * Document known ABI issue in README.md
        * Add serialized ABI definition files
        * bump SONAME major to 8
This page took 0.023664 seconds and 4 git commands to generate.