X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=6e8fbd869a2942316c1a4b458c0787bcafd5b5d5;hb=refs%2Fheads%2Fstable-0.9;hp=c428903e29fdb9d26191c046b12b7959a0607b92;hpb=5f6503c78ee929cd77d6e51987b5826de5a5fe99;p=urcu.git diff --git a/ChangeLog b/ChangeLog index c428903..6e8fbd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +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