From: Mathieu Desnoyers Date: Thu, 11 Jul 2013 20:19:18 +0000 (-0400) Subject: Version 2.1.4 X-Git-Tag: v2.1.4^0 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=b53fa12166c3703e69d46380845ebfd4b4f72f37;hp=4a4d37928e82f7f202eb2e9427c5fb0359d1b1d9;p=lttng-ust.git Version 2.1.4 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 2ffd2910..3b20bd3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2013-07-11 lttng-ust 2.1.4 + * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter + * Fix: SWITCH_FLUSH new sub-buffer checks + * Fix: ring buffer: handle concurrent update in nested buffer wrap around check + * Fix: handle writes of length 0 + 2013-06-18 lttng-ust 2.1.3 * Tracepoint.h: replace assertion by fprintf and abort() * Fix: tracepoint.h incorrect assumption about constructor order diff --git a/configure.ac b/configure.ac index be4d6452..dbb88787 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.1.3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.1.4],[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