Version 0.13.2 v0.13.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Aug 2022 19:37:13 +0000 (15:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Aug 2022 19:37:13 +0000 (15:37 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ibe3b1cbaa174107d0aabce1fa61a38ead354e1ed

ChangeLog
configure.ac

index 7245139ebd7abe40956e14828f3e9a5dfe032b31..819bb451baa108dfed315c528f9e4089edbbd3ef 100644 (file)
--- 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
index 080ce30bde32f729aa78c35e30ad3e9cdf60b125..dfab4c605d11fb2cb40043881ae48db381f24693 100644 (file)
@@ -7,7 +7,7 @@ dnl Process this file with autoconf to produce a configure script.
 # Project version information
 m4_define([urcu_version_major], [0])
 m4_define([urcu_version_minor], [13])
-m4_define([urcu_version_patch], [1])
+m4_define([urcu_version_patch], [2])
 m4_define([urcu_version_dev_stage], [])
 m4_define([urcu_version], urcu_version_major[.]urcu_version_minor[.]urcu_version_patch[]urcu_version_dev_stage)
 
This page took 0.025996 seconds and 4 git commands to generate.