Update version to 2.0.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Apr 2012 20:27:49 +0000 (16:27 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Apr 2012 20:27:49 +0000 (16:27 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 7cafa1d09e0fb74503694909d669afd504167ddc..ee0248208f0593e8da5e40759890a973e79bc60e 100644 (file)
--- 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
index 6e62fe67972d4bfd89a2a048fe0d9c493fdceaf7..e8eec829fff8e0052b04921516467efa9f92248c 100644 (file)
@@ -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
This page took 0.025601 seconds and 4 git commands to generate.