From 2122847933042e53e4102206fa3560a843709e4e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 5 Jan 2022 14:56:56 -0500 Subject: [PATCH] Version 0.13.1 Signed-off-by: Mathieu Desnoyers Change-Id: Ie5594529fa0fb46526f81f7bf1aa8825397acd69 --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c9c64b8..7245139 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2022-01-05 Userspace RCU 0.13.1 + * fix: properly detect 'cmpxchg' on x86-32 + * fix: use urcu-tls compat with c++ compiler + * fix: remove autoconf features default value in help message + * 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 + * Fix: changelog: v0.13.0 was released in 2021 + 2021-06-03 Userspace RCU 0.13.0 * Document known ABI issue in README.md * Add serialized ABI definition files diff --git a/configure.ac b/configure.ac index 3a67728..080ce30 100644 --- a/configure.ac +++ b/configure.ac @@ -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], [0]) +m4_define([urcu_version_patch], [1]) m4_define([urcu_version_dev_stage], []) m4_define([urcu_version], urcu_version_major[.]urcu_version_minor[.]urcu_version_patch[]urcu_version_dev_stage) -- 2.34.1