From c2f15ecd87884a56c0b69f8196078b8120915afb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 12 Dec 2011 21:35:45 -0500 Subject: [PATCH] Version 0.6.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b387acd..b9f8708 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-12-12 Userspace RCU 0.6.7 + * Add compat file for test urcu wfs + * Add missing compat file for wfq test + * hlist.h: Add missing stddef.h include for NULL + * call_rcu: Add missing call_rcu_before_fork and + call_rcu_after_fork_parent declarations + * Describe autotools/libtool/automake version dependency + * Remove m4_ifdef for AC_PROG_LIBTOOL (deprecated) + * Support older autotools + * Apply autoupdate to configure.ac + * Fix build for amd64 environment (for FreeBSD 8.2) + * Add missing rcu_dereference_sym_bp + * Install test scripts in the dist tarball + 2011-11-03 Userspace RCU 0.6.6 * qsbr vs call_rcu : remove exit assertion * Rename likely/unlikely to caa_likely/caa_unlikely diff --git a/configure.ac b/configure.ac index ce06254..5a90008 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.6],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.6.7],[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