From 1a94cf835c07682e9be3081a6445a83cf5b01843 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 29 Mar 2012 00:48:12 -0400 Subject: [PATCH] Update version to 2.0.1 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2620b509..7cafa1d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2012-03-29 lttng-ust 2.0.1 + * Use bsd-compatible fcntl for close-on-exec on socket + * Fix multi-session wildcard support + * Fix event lost count when buffer is full + * Remove inappropriate \n from easy-ust sample + 2012-03-20 lttng-ust 2.0.0 * First STABLE version * Add version name diff --git a/configure.ac b/configure.ac index f0fcdb40..6e62fe67 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.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.0.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 -- 2.34.1