Version 2.0.8 stable-2.0 v2.0.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Jul 2013 20:14:39 +0000 (16:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 11 Jul 2013 20:14:39 +0000 (16:14 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 08e3679ac1a3fd56756cba915518256146a0afdf..3b499749d1761f018693a712bda4fe15459a54b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2013-07-11 lttng-ust 2.0.8
+       * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" 
+       * Fix: SWITCH_FLUSH new sub-buffer checks
+       * Fix: ring buffer: handle concurrent update in nested buffer wrap around 
+       * Fix: handle writes of length 0
+
 2013-06-18 lttng-ust 2.0.7
        * Fix bug introduced by backport of "Clarify probe registration documentation/errors"
        * Clarify probe registration documentation/errors
index 84289223395d573b036d4727708716435328c3b3..39f17abaa9494223622123efeb179f97ca7d2bcd 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.0.7],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.0.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.025241 seconds and 4 git commands to generate.