Version 0.8.1 v0.8.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Nov 2013 16:08:42 +0000 (11:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Nov 2013 16:08:42 +0000 (11:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 817582c2c7fa31002ee49367c3cbee32bef30801..1facf35ce82736361c767d4c0d30fa50f5d92b53 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-11-12 Userspace RCU 0.8.1
+       * tls-compat: fix comment typo
+       * Keep ABI compatible with already compiled LGPL applications
+       * Fix: tls-compat multi-lib conflict
+       * Use cross compiler for doc examples
+       * 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.8.0
        * Fix: hash table growth (for small tables) should be limited
        * Fix: doc/examples cross-build
index 0aae5fd4b2fccdeeac5dbc6414ee7536b4c417bd..bf45dca27eff60251fe9f57a6cd0f272f00e76c4 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.8.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.8.1],[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.026221 seconds and 4 git commands to generate.