X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=775a8646184adc053de47e076e25fe5fe74d2913;hb=254ebaf34ca0a7c18da1efbc561a1985d815b2d1;hp=1938a148621adbd15063f876523770ea0f808d60;hpb=3ff667f1ed404609bed536a8b926b90385153090;p=userspace-rcu.git 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