X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=08693637a1f071446c1a6f47047ca0887b67cdec;hb=1f616fb07fd4e86f35e471fd74074ab6fa96b4ea;hp=d36b6edc0f1a89688f2b03693c3299be4b8901eb;hpb=41960b54513f1ef829327f4abec1259eb7889675;p=userspace-rcu.git diff --git a/ChangeLog b/ChangeLog index d36b6ed..0869363 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +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