Version 0.7.6 v0.7.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jan 2013 18:42:00 +0000 (13:42 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jan 2013 18:42:00 +0000 (13:42 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 1938a148621adbd15063f876523770ea0f808d60..775a8646184adc053de47e076e25fe5fe74d2913 100644 (file)
--- 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
index 5b0990dabe6c0ac241609b91728bdb1153b84b8f..bc8d0584a07ed714e1ccb9edbfeaf1950ac42d47 100644 (file)
@@ -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
This page took 0.026135 seconds and 4 git commands to generate.