Version 0.7.5 v0.7.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Oct 2012 11:11:53 +0000 (07:11 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Oct 2012 11:11:53 +0000 (07:11 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 2b79afcb895b20c53df7d8e299093b493a2f5b10..1938a148621adbd15063f876523770ea0f808d60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2012-10-12 Userspace RCU 0.7.5
+       * 19cf3ae Fix: call_rcu list corruption on teardown
+       * Ensure that read-side functions meet 10-line LGPL criterion
+       * tls-compat.h: document sigaltstack(2) limitation
+       * urcu: add notice to URCU_TLS() for it is not strictly async-signal-safe
+       * Document sigaltstack(2) limitation
+       * Documentation: update LICENSE file
+
 2012-08-27 Userspace RCU 0.7.4
        * rculfhash API documentation: document destroy RCU read-lock constraint
        * Fix: rculfhash should be offline while waiting for resize to complete
index 33e8df799d2a3e13a8f55f1e4eb26fdeaaf964c7..c07e8502acde412972a0a00f966f9b42cf91eb28 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.4],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.5],[mathieu dot desnoyers at efficios dot com])
 
 # 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.025298 seconds and 4 git commands to generate.