From da9bed2581279d3a333a7eb0ce3a395e0f59b3e1 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 9 Jan 2013 13:42:00 -0500 Subject: [PATCH] Version 0.7.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1938a14..775a864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2013-01-09 Userspace RCU 0.7.6 + * Discourage use of pthread_atfork() for call_rcu handlers + * Fix call_rcu fork handling + * test: fork handling + * Fix TLS detection: test with linker, add --disable-compiler-tls + * Cleanup: cast pthread_self() return value to unsigned long + * Fallback mechanism not working on platform where TLS is unsupported + 2012-10-12 Userspace RCU 0.7.5 * 19cf3ae Fix: call_rcu list corruption on teardown * Ensure that read-side functions meet 10-line LGPL criterion diff --git a/configure.ac b/configure.ac index 5b0990d..bc8d058 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.5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([userspace-rcu],[0.7.6],[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