Update version to 2.0.0-rc2 v2.0.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Mar 2012 22:41:30 +0000 (17:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Mar 2012 22:41:30 +0000 (17:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index ab59be5b80c8814f32a26ab2b6c437f66d1a7adb..70c0c7d8ccf6044a64efd9c2fefd3850af7a3b12 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,32 @@
+2012-03-02 lttng-ust 2.0.0-rc2
+       * Manpage fixes
+       * Fix: dmesg printout should not print metadata warnings
+       * Fix: use transport name as channel name
+       * Fix: Add signature check in tracepoint activation
+       * Fix: add tracepoint signature at tracepoint definition site
+       * Fix: keep event probe signature, for use by event probe signature check
+       * Fix ABI: add padding to structures shared between UST and consumer
+       * Fix ABI: add padding to tracepoint and ring buffer config public structu
+       * Fix ABI: Adding missing padding in tracepoint event structures
+       * Fix: Add include/lttng/ust-config.h to git ignore
+       * Fix effect: update README about dlopen()
+       * Fix: fixup vtid TLS
+       * Fix: fixup ringbuffer tls at constructor by forcing read
+       * Fix: fix deadlock with dlopen() lttng-ust
+       * Fix: only print event errors every 1048576 hits
+       * Fix: add missing debug printout to identify the cause of lost events
+       * fix: liblttng-ust-ctl should check for incorrect parameters
+       * fix: ust comm error handling segfault
+       * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_
+       * fix: on exit, leave thread/mmap reclaim to OS
+       * fix: Handle sys_futex with async cancel, add missing pthread_join
+       * fix: Only munmap the wait page when not exiting from process
+       * Use CPPFLAGS instead of CFLAGS for -I
+       * Fix type range comparison always false for 64-bit arch
+       * demo: remove useless libs
+       * tests: include missing headers
+       * Add missing limits.h include for NAME_MAX
+
 2012-02-20 lttng-ust 2.0.0-rc1
        * Standardize version across toolchain
        * Fix a typo in gen-tp Makefile
index 0bcc408139d2d12c4b3e098c8418adbe95ef2174..f70385e9431b8106247200640d0e7b8ad1218db1 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.0.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.0.0-rc2],[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.025943 seconds and 4 git commands to generate.