From b93995d3ae1135bae21b2a766e68433bc4db5782 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 11 Jul 2013 16:14:39 -0400 Subject: [PATCH] Version 2.0.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 08e3679a..3b499749 100644 --- 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 diff --git a/configure.ac b/configure.ac index 84289223..39f17aba 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1