Version 0.6.6 v0.6.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 3 Nov 2011 16:49:07 +0000 (12:49 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 3 Nov 2011 16:49:07 +0000 (12:49 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 30e7b4190d9fd76d21bbed6a7b709292639d17d0..b387acdd1f7a4d92eb7d9a848e863b80706a48bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2011-11-03 Userspace RCU 0.6.6
+       * qsbr vs call_rcu : remove exit assertion
+       * Rename likely/unlikely to caa_likely/caa_unlikely
+       * Reinsert missing test_urcu_*.c files (missing in rename)
+       * rename test_qsbr to test_urcu_qsbr
+       * urcu-pointer: fix rcu_set_pointer unset return value
+       * Enhance API.txt documentation, add to Makefile as EXTRA_DIST
+
 2011-09-29 Userspace RCU 0.6.5
        * call_rcu: Document call_rcu requirements
        * call_rcu: fix error handling of malloc error
index 68dc1906dd37bed5fcf46fd10c4671d467358110..b85835eb398e6b1f555fa453fdb00e83b1a98a4d 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu], [0.6.5], [mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu], [0.6.6], [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.025513 seconds and 4 git commands to generate.