Version 0.13.1 v0.13.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 19:56:56 +0000 (14:56 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 5 Jan 2022 20:20:05 +0000 (15:20 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ie5594529fa0fb46526f81f7bf1aa8825397acd69

ChangeLog
configure.ac

index c9c64b81797f6e5946cbbb6428c2995458cf46f5..7245139ebd7abe40956e14828f3e9a5dfe032b31 100644 (file)
--- 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
index 3a6772873f8dbdd94644f421088475952a82c4fe..080ce30bde32f729aa78c35e30ad3e9cdf60b125 100644 (file)
@@ -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)
 
This page took 0.025746 seconds and 4 git commands to generate.