X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=d11aa240c98d0f715d17fc89577ea941bc8e4cd7;hb=refs%2Fheads%2Fstable-0.10;hp=c8074977cd5760b24e0b0f288bc623c0a8e7b389;hpb=9353ac3ca481f1b56279f09a1bd51249000994c1;p=urcu.git diff --git a/ChangeLog b/ChangeLog index c807497..d11aa24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2020-04-22 Userspace RCU 0.10.3 + * Fix: tls-compat.h exposes compiler-dependent public configuration + * Fix: tap array subscript has type char warning + * Fix: provide errno as argument to urcu_die() + * Fix: include urcu-signal-nr.h + * Fix: rculfhash worker needs to unblock to SIGRCU + * 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.10.2 + * Fix: only wait if work queue is empty in real-time mode + * Fix: don't wait after completion of a work queue job batch + * Fix: don't wait after completion of job batch if work queue is empty + * Fix: workqueue: struct urcu_work vs rcu_head mixup + * Cleanup: workqueue: update comments referring to call-rcu + * Fix: mixup between URCU_WORKQUEUE_RT and URCU_CALL_RCU_RT + * 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.10.1 * Fix: don't use overlapping mmap mappings on Cygwin * Fix: don't use membarrier SHARED syscall command in liburcu-bp