Version 0.12.5 stable-0.12 v0.12.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 14 Feb 2023 15:49:33 +0000 (10:49 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 14 Feb 2023 15:49:33 +0000 (10:49 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Iab87437032adbac6ce1ad0e0de2f47f2caf2e4f9

ChangeLog
configure.ac

index f481570ed9a7a94c90e48c5e491d4228a50b8228..4a68050fcd06b6a1bd6959036a7ce9360a2abd76 100644 (file)
--- 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
index 45492e8cfe06abb6cee17f82d323cc25d6d2ab8f..4c7d84682531a13dfced36b32ca5d91c3e84d7d4 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.12.4],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.12.5],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
This page took 0.027075 seconds and 4 git commands to generate.