Version 0.7.10 v0.7.10
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 22:31:14 +0000 (17:31 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 22:31:14 +0000 (17:31 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 0700fa0ac715e2ff816f62eabf935f8f68d4f6ff..4bcee64af2eb55145ed8c8e907093d6ee342be64 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-02-28 Userspace RCU 0.7.10
+       * Fix: urcu-bp interaction with threads vs constructors/destructors
+       * Fix undefined NULL pointer arithmetic
+       * Blacklist ARM gcc 4.8.0, 4.8.1, 4.8.2
+       * rculfhash: document max_nr_buckets = 0
+
 2013-11-12 Userspace RCU 0.7.9
        * tls-compat: fix comment typo
        * Keep ABI compatible with already compiled LGPL applications
index 840da576f4eda33398ccd1626c8b63cc0467f7fd..96bb5a84df7621e93ab087a1f3538490bf9fd54d 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.9],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.10],[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.026337 seconds and 4 git commands to generate.