From 530aab931b734ab5668b5e7ebee636d0188146f2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 3 Nov 2011 12:49:07 -0400 Subject: [PATCH] Version 0.6.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30e7b41..b387acd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-11-03 Userspace RCU 0.6.6 + * qsbr vs call_rcu : remove exit assertion + * Rename likely/unlikely to caa_likely/caa_unlikely + * Reinsert missing test_urcu_*.c files (missing in rename) + * rename test_qsbr to test_urcu_qsbr + * urcu-pointer: fix rcu_set_pointer unset return value + * Enhance API.txt documentation, add to Makefile as EXTRA_DIST + 2011-09-29 Userspace RCU 0.6.5 * call_rcu: Document call_rcu requirements * call_rcu: fix error handling of malloc error diff --git a/configure.ac b/configure.ac index 68dc190..b85835e 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.5], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu], [0.6.6], [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