From c5f621fefc47e84d10e0005b091b006ea9b36dc9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 18 Apr 2012 16:27:49 -0400 Subject: [PATCH] Update version to 2.0.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7cafa1d0..ee024820 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-04-18 lttng-ust 2.0.2 + * Fix: examples Makefiles should pass $(LIBS) at last + * Fix: ustctl need to send the second fd upon error of 1st fd + * Fix: Make the JNI interface actually work + 2012-03-29 lttng-ust 2.0.1 * Use bsd-compatible fcntl for close-on-exec on socket * Fix multi-session wildcard support diff --git a/configure.ac b/configure.ac index 6e62fe67..e8eec829 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.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.0.2],[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