X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=529cbe74519a539c21b430e7b346ba303ab9f6b8;hb=refs%2Fheads%2Fstable-0.6;hp=b9f87080c08bc2ed96234d5847cc28244cb8006e;hpb=c2f15ecd87884a56c0b69f8196078b8120915afb;p=urcu.git diff --git a/ChangeLog b/ChangeLog index b9f8708..529cbe7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-01-09 Userspace RCU 0.6.9 + * API cleanup: use "uatomic_*" in cmm_smp_mb__ API + * uatomic: add memory barrier API for and/or/add/sub/inc/sub + * Fix uatomic sign cast + * Discourage use of pthread_atfork() for call_rcu handlers + * Fix call_rcu fork handling + * test: fork handling + +2012-09-11 Userspace RCU 0.6.8 + * Fix: call_rcu list corruption on teardown + 2011-12-12 Userspace RCU 0.6.7 * Add compat file for test urcu wfs * Add missing compat file for wfq test