From 5d80fb65c6d4503d35b52402c5fd81e30376a4c9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 21 Jul 2011 17:25:43 -0400 Subject: [PATCH] Version 0.6.4, update changelog Signed-off-by: Mathieu Desnoyers --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6782b61..e355ee8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-07-21 Userspace RCU 0.6.4 + * uatomic: Fix ARM build errors in uatomic. + * urcu tests: hold mutex across use of custom allocator. + * Portability fixes to support FreeBSD 8.2. + 2011-06-27 Userspace RCU 0.6.3 * uatomic: Fix i386 compatibility build errors in uatomic. diff --git a/configure.ac b/configure.ac index e4105c3..2c8b219 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.3], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu], [0.6.4], [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