Update version to 2.0.0-rc3 v2.0.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Mar 2012 19:34:03 +0000 (15:34 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Mar 2012 19:34:03 +0000 (15:34 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 70c0c7d8ccf6044a64efd9c2fefd3850af7a3b12..7d079dc1de137ba7bbe72b5e297f6742496d9f62 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2012-03-16 lttng-ust 2.0.0-rc3
+       * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL
+       * fix: ustcomm_close_unix_sock should close, not shutdown
+       * Fix: do not print EPIPE perror, as it is an expected error
+       * Ensure that multiplication of clock offset is done on 64-bit
+       * Add 2 missing licenses in deprecated tests
+       * Remove unbuild and unused (deprecated) make_shared_lib test
+       * License text standardization, add missing licenses
+       * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size
+       * Fix: power of 2 size check should apply to size_t type, not uint32_t
+       * Fix: recvmsg should handle EINTR
+       * Make lttng-gen-tp work on python 2.6
+       * Make lttng-gen-tp executable
+
 2012-03-02 lttng-ust 2.0.0-rc2
        * Manpage fixes
        * Fix: dmesg printout should not print metadata warnings
index f70385e9431b8106247200640d0e7b8ad1218db1..221ab46261e4e55284706152f6a6c9e455807477 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.0.0-rc2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.0.0-rc3],[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.025383 seconds and 4 git commands to generate.