X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=6e8fbd869a2942316c1a4b458c0787bcafd5b5d5;hb=288b842166255327245cb4e8a05ea34b79504e04;hp=73dbf79fa471dadd9b324b239abda2902c9bef0d;hpb=1db92bdfe66f7254dd7eade1511f8aeec1bfed00;p=urcu.git diff --git a/ChangeLog b/ChangeLog index 73dbf79..6e8fbd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2020-04-22 Userspace RCU 0.9.7 + * Fix: tls-compat.h exposes compiler-dependent public configuration + * Fix: tap array subscript has type char warning + * Fix: urcu/futex.h: users of struct timespec should include time.h + * Cleanup: update code layout to fix old gcc warning + * Fix: typo CPPLAGS in examples Makefile + * Update dead link in lgpl-relicensing.txt + +2019-01-14 Userspace RCU 0.9.6 + * test_rwlock: Add per-thread count to verbose output + * Add *.exe to gitignore for Cygwin + * Fix: pthread_rwlock initialization on Cygwin + * Fix: compat_futex_noasync on Cygwin + +2018-01-23 Userspace RCU 0.9.5 + * Fix: don't use overlapping mmap mappings on Cygwin + * Fix: don't use membarrier SHARED syscall command in liburcu-bp + * Tests fix: add missing Cygwin thread id + * Fix: assignment from incompatible pointer type warnings + * Tests fix: unused variable warnings + +2017-06-12 Userspace RCU 0.9.4 + * Fix: Don't override user variables within the build system + * Fix: uatomic arm32: add missing release barrier before uatomic_xchg + * Tests: Add verbose support to test script + 2016-11-30 Userspace RCU 0.9.3 * Fix: rcutorture: work-around signal issue on mac os x * Fix: rcutorture should register thread using call_rcu