X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=ChangeLog;h=2b79afcb895b20c53df7d8e299093b493a2f5b10;hp=dbbeb5a28c70fb831a1935ae345459d758546dd1;hb=bb641aa3882c0a345c98a75d4784b3b7ee6211ab;hpb=edf0b358d645c135f903a2331324b900e79f65ae diff --git a/ChangeLog b/ChangeLog index dbbeb5a..2b79afc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +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 + * Add CodingStyle to tarball + * Add coding style document + * Test fix: test_perthreadlock uninitialized mutex + * tests: support FreeBSD short "time" args + * freebsd 8.2 fix: define MAP_ANONYMOUS for compatibility + +2012-05-24 Userspace RCU 0.7.2 + * Fix library compatibility + +2012-05-24 Userspace RCU 0.7.1 + * fix: uatomic_set return value compile fix for non-x86 arch. + 2012-05-21 Userspace RCU 0.7.0 * Cleanup: header comments coding style * Document uatomic operations