From ffc61137ebd3eff2fa4f8d68a35fe6dfac036c4b Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 5 Jan 2022 15:06:19 -0500 Subject: [PATCH] Version 0.11.4 Signed-off-by: Mathieu Desnoyers Change-Id: Ia6c8ec40b503ce8c1bbcc378fcea19085f4683b4 --- ChangeLog | 25 +++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3a8d27b..363b88b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2022-01-05 Userspace RCU 0.11.4 + * 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 + * Document known ABI issue in README.md + * fix: clock_gettime on macOs + * Fix: rculist header: use parenthesis around macro parameters + * Fix: rcuhlist header: use parenthesis around macro parameters + * Fix: hlist header: use parenthesis around macro parameters + * Fix: list.h: use parenthesis around macro parameters, caa_container_of() + * Fix: hlist iteration relies on undefined behavior + * Fix: use __atomic_load() rather than atomic load explicit + * Fix: use atomic load memory_order_consume for rcu_dereference on C11/C++11 + * Fix: gitreview defaultbranch should be stable-0.11 + * fix: warnings on non-Linux platforms + * fix: HAVE_SCHED_SETAFFINITY is not defined + * Add git review config to stable branch + * fix: include 'sys/endian.h' on FreeBSD + * cleanup: explicitly mark unused parameters (-Wunused-parameter) + * fix: shadowed local variable (-Wshadow) + * cleanup: all functions have declarations (-Wmissing-prototypes) + * Import libtap from babeltrace + 2021-02-17 Userspace RCU 0.11.3 * fix: exclude clang from GCC version blacklists * aarch64: blacklist gcc prior to 5.1 diff --git a/configure.ac b/configure.ac index 4ff4a06..a97fa01 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT([userspace-rcu],[0.11.3],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/]) +AC_INIT([userspace-rcu],[0.11.4],[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