From 31b8c659b3b02960a7c46a0d1392caa4471c9658 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 28 Feb 2014 17:31:14 -0500 Subject: [PATCH] Version 0.7.10 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0700fa0..4bcee64 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-02-28 Userspace RCU 0.7.10 + * Fix: urcu-bp interaction with threads vs constructors/destructors + * Fix undefined NULL pointer arithmetic + * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2 + * rculfhash: document max_nr_buckets = 0 + 2013-11-12 Userspace RCU 0.7.9 * tls-compat: fix comment typo * Keep ABI compatible with already compiled LGPL applications diff --git a/configure.ac b/configure.ac index 840da57..96bb5a8 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. -AC_INIT([userspace-rcu],[0.7.9],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.10],[mathieu dot desnoyers at efficios dot com]) # 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