Version 0.8.6 v0.8.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Nov 2014 16:04:53 +0000 (11:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 4 Nov 2014 16:04:53 +0000 (11:04 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index ff6907843a4ca194afa30b4df38d0a91c3576ca0..a575c71a418096bf95d0bccdf87b509ff1ead8d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-11-04 Userspace RCU 0.8.6
+       * Fix: silence gcc -Wextra warning
+       * compiler: use __GNUC__ instead of the undefined __GNUC_MAJOR__
+       * Fix: lfstack reversed empty/non-empty return value
+       * lfstack: fix: add missing __cds_lfs_init
+
 2014-10-21 Userspace RCU 0.8.5
        * Fix: preserve example files' timestamps when copying
        * rculfhash: remove duplicated code
index 42d5cd66b9c57281d6a0db49b392d9503b1fa004..6ce87f9eae4998084568b00fb8a96e07463f7b25 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 
-AC_INIT([userspace-rcu],[0.8.5],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([userspace-rcu],[0.8.6],[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.026278 seconds and 4 git commands to generate.