X-Git-Url: http://git.liburcu.org/?p=userspace-rcu.git;a=blobdiff_plain;f=ChangeLog;h=1938a148621adbd15063f876523770ea0f808d60;hp=e5fbbb39c02488666cf29fdb6e5001f562f2bae0;hb=3ff667f1ed404609bed536a8b926b90385153090;hpb=3227f2cc42089c1d652e80cd755d0bb23ec8a551 diff --git a/ChangeLog b/ChangeLog index e5fbbb3..1938a14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +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 + * Add missing entry to gitignore + * urcu: move busy-wait code and name it ___cds_wfq_node_sync_next() + * urcu: fix compat_futex_noasync() + * urcu: add hint to DEFINE_URCU_TLS() for compound types + * Fix: CAA_BUILD_BUG_ON should refer to CAA_BUILD_BUG_ON_ZERO + * Add MIPS support + * Compatibility: remove bash-ismsm from test scripts + * Fix inappropriate lib behavior: don't call exit() + * Fix: re-enable compatibility with autoconf < 2.64 + * Fix c99 compatibility: use __asm__ and __volatile__ in public headers + * Fix c99 compatibility: use __typeof__ instead of typeof in public headers + * warning fix: tests urcutorture for NetBSD 5 + 2012-06-01 Userspace RCU 0.7.3 * Fix tests: make dist lib dependency * Update README for OS supported, tests dependency