Version 0.12.3 v0.12.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 19:58:58 +0000 (14:58 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 19:58:58 +0000 (14:58 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie34d5fe3ec66eeb9eca315e37dfe43ab2a83d3b0

ChangeLog
configure.ac

index 547e351d9265183c1cd545ec0a5a02a14fff3dd5..f93681966d423dc8474cd9c011370f519f5b7211 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2022-01-05 Userspace RCU 0.12.3
+       * fix: use urcu-tls compat with c++ compiler
+       * 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: 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.12.2
        * fix: exclude clang from GCC version blacklists
        * aarch64: blacklist gcc prior to 5.1
index 10e9ab39a02594c2e77fe11e062c9d56b0187e96..4d951943a774ccdabbcb1c6134a3b782af63b952 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.12.2],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.12.3],[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.027203 seconds and 4 git commands to generate.