From 882f5c6a22a7dcaf4b6d7936e3c3689fb6a506af Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Jan 2013 13:31:41 -0500 Subject: [PATCH] Version 0.6.9 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9c31491..529cbe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-01-09 Userspace RCU 0.6.9 + * API cleanup: use "uatomic_*" in cmm_smp_mb__ API + * uatomic: add memory barrier API for and/or/add/sub/inc/sub + * Fix uatomic sign cast + * Discourage use of pthread_atfork() for call_rcu handlers + * Fix call_rcu fork handling + * test: fork handling + 2012-09-11 Userspace RCU 0.6.8 * Fix: call_rcu list corruption on teardown diff --git a/configure.ac b/configure.ac index 58405b9..90b4502 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.6.8],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.6.9],[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