From: Mathieu Desnoyers Date: Sat, 1 Mar 2014 17:54:44 +0000 (-0500) Subject: Version 0.7.11 X-Git-Tag: v0.7.11^0 X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=commitdiff_plain;h=f6d1a94fb64e9beeaf4558f12c157784831d9084 Version 0.7.11 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 4bcee64..368a6ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-03-01 Userspace RCU 0.7.11 + * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S. + 2014-02-28 Userspace RCU 0.7.10 * Fix: urcu-bp interaction with threads vs constructors/destructors * Fix undefined NULL pointer arithmetic diff --git a/configure.ac b/configure.ac index 96bb5a8..35ebb69 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.7.10],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.11],[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