Version 0.7.8 v0.7.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 6 Sep 2013 12:02:34 +0000 (08:02 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 6 Sep 2013 12:02:34 +0000 (08:02 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index d9ed53e77ca5b0d719ccad43170052cf76bdb4ec..1d09a9837560c37cbca6b53347d65fba257e300e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-09-06 Userspace RCU 0.7.8
+       * Fix: hash table growth (for small tables) should be limited
+       * Document build work-around on MacOS X
+       * Fix tests: use of uninitialized variables
+       * tests: add missing unsigned long casts to pthread_self()
+
 2013-06-18 Userspace RCU 0.7.7
        * rculfhash: document destroy context limitation
        * Fix: Use a filled signal mask to disable all signals
index 707d7e9740fc08d6a525ca56ea4ae1b0f34d09ff..6530f9fe11e2f62397b7f89009bee16e23645e04 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.7],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.8],[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.026172 seconds and 4 git commands to generate.