Version 0.6.9 v0.6.9
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jan 2013 18:31:41 +0000 (13:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 9 Jan 2013 18:31:41 +0000 (13:31 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 9c3149111988bac2a27269f7902de4af01aad6eb..529cbe74519a539c21b430e7b346ba303ab9f6b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2013-01-09 Userspace RCU 0.6.9
+       * API cleanup: use "uatomic_*" in cmm_smp_mb__ API
+       * uatomic: add memory barrier API for and/or/add/sub/inc/sub
+       * Fix uatomic sign cast
+       * Discourage use of pthread_atfork() for call_rcu handlers
+       * Fix call_rcu fork handling
+       * test: fork handling
+
 2012-09-11 Userspace RCU 0.6.8
        * Fix: call_rcu list corruption on teardown
 
index 58405b9e382a1cd0d9cc6c176742f6463b6a2d23..90b4502cafb0a74adbc83aa49bda0cbf4567dda2 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.6.8],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.6.9],[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.025028 seconds and 4 git commands to generate.