From: Mathieu Desnoyers Date: Thu, 29 Mar 2012 04:48:12 +0000 (-0400) Subject: Update version to 2.0.1 X-Git-Tag: v2.0.1 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=1a94cf835c07682e9be3081a6445a83cf5b01843 Update version to 2.0.1 Signed-off-by: Mathieu Desnoyers --- 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