Version 0.7.9 v0.7.9
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Nov 2013 17:04:38 +0000 (12:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Nov 2013 17:04:38 +0000 (12:04 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 1d09a9837560c37cbca6b53347d65fba257e300e..0700fa0ac715e2ff816f62eabf935f8f68d4f6ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2013-11-12 Userspace RCU 0.7.9
+       * tls-compat: fix comment typo
+       * Keep ABI compatible with already compiled LGPL applications
+       * Fix: tls-compat multi-lib conflict
+       * gcc warning fixes: -Wsign-compare and -Wextra
+       * Fix: urcu-qsbr: reversed logic on RCU_DEBUG
+       * Fix: urcu-bp segfault in glibc pthread_kill()
+       * Fix urcu-bp: don't move registry
+       * Fix: compat futex duplicated lock and completion
+       * Fix: i386 compat code duplicated mutex instances
+       * Fix: urcu-bp: Bulletproof RCU arena resize bug
+       * Fix: test_mutex.c uninitialized mutex
+
 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
index 6530f9fe11e2f62397b7f89009bee16e23645e04..840da576f4eda33398ccd1626c8b63cc0467f7fd 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.7.8],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.7.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.025523 seconds and 4 git commands to generate.