From 31535943a88739b689ae4b95a8bc438516eedf20 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 14 Feb 2023 10:49:33 -0500 Subject: [PATCH] Version 0.12.5 Signed-off-by: Mathieu Desnoyers Change-Id: Iab87437032adbac6ce1ad0e0de2f47f2caf2e4f9 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f481570..4a68050 100644 --- 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 diff --git a/configure.ac b/configure.ac index 45492e8..4c7d846 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1