From: Mathieu Desnoyers Date: Sat, 1 Mar 2014 17:57:24 +0000 (-0500) Subject: Version 0.8.3 X-Git-Tag: v0.8.3^0 X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=commitdiff_plain;h=e998132a6aeae4c12f2af1369c7831449be9b00c Version 0.8.3 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 1d30300..638b35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2014-03-01 Userspace RCU 0.8.3 + * Fix: high cpu usage in synchronize_rcu with long RCU read-side C.S. + 2014-02-28 Userspace RCU 0.8.2 * Fix: out of tree build: doc/examples * Fix: out of tree build tests/common diff --git a/configure.ac b/configure.ac index 0838f88..654408a 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.8.2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.8.3],[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