From 3c5a11c57a53e330bbb519a5f5ea67b1690119fb Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 6 Sep 2013 08:02:34 -0400 Subject: [PATCH] Version 0.7.8 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d9ed53e..1d09a98 100644 --- 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 diff --git a/configure.ac b/configure.ac index 707d7e9..6530f9f 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1