Version 0.10.3 stable-0.10 v0.10.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 12:53:57 +0000 (08:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Apr 2020 12:53:57 +0000 (08:53 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index ee4c7d7308fc225a156bd01555f80eb862a26526..d11aa240c98d0f715d17fc89577ea941bc8e4cd7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+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
index 61f02399cedc1066f09fa66d9a7984aef9616cdc..0bca42a686634dc8dd0dba97438ae66c33782c96 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ(2.59)
-AC_INIT([userspace-rcu],[0.10.2],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
+AC_INIT([userspace-rcu],[0.10.3],[mathieu dot desnoyers at efficios dot com], [], [http://liburcu.org/])
 
 # Following the numbering scheme proposed by libtool for the library version
 # http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
This page took 0.025903 seconds and 4 git commands to generate.