Update version to 2.0.1 v2.0.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Mar 2012 04:48:12 +0000 (00:48 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 29 Mar 2012 04:48:12 +0000 (00:48 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

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