From: Mathieu Desnoyers Date: Wed, 18 Apr 2012 20:27:49 +0000 (-0400) Subject: Update version to 2.0.2 X-Git-Tag: v2.0.2~4 X-Git-Url: https://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=c5f621fefc47e84d10e0005b091b006ea9b36dc9 Update version to 2.0.2 Signed-off-by: Mathieu Desnoyers --- 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