X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=775a8646184adc053de47e076e25fe5fe74d2913;hb=378ea6a26277f6db3c195b2126c5f4d35d270174;hp=2b79afcb895b20c53df7d8e299093b493a2f5b10;hpb=ae51baf267fc36ccc259f9287e2750c138ff80bc;p=userspace-rcu.git diff --git a/ChangeLog b/ChangeLog index 2b79afc..775a864 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +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 + * tls-compat.h: document sigaltstack(2) limitation + * urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe + * Document sigaltstack(2) limitation + * Documentation: update LICENSE file + 2012-08-27 Userspace RCU 0.7.4 * rculfhash API documentation: document destroy RCU read-lock constraint * Fix: rculfhash should be offline while waiting for resize to complete