From: Mathieu Desnoyers Date: Thu, 21 Jul 2011 21:25:43 +0000 (-0400) Subject: Version 0.6.4, update changelog X-Git-Tag: v0.6.4 X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=5d80fb65c6d4503d35b52402c5fd81e30376a4c9 Version 0.6.4, update changelog Signed-off-by: Mathieu Desnoyers --- 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