Version 2.4.0-rc2 v2.4.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 Dec 2013 19:17:34 +0000 (14:17 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 10 Dec 2013 19:17:34 +0000 (14:17 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 49706cd501b33d1c1cb26d1ca85e662c3b1c1302..7873dbdc4495d0006fb214442a30313c87009c3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2013-12-10 lttng-ust 2.4.0-rc2
+       * Fix: baddr_statedump tracepoint registration
+       * Fix: baddr deadlocks and RCU races
+       * Fix: lock exit mutex when creating threads
+       * Fix: baddr deadlock with lttng-ust destructor
+       * baddr: include missing header
+       * baddr: get session under lock
+       * Fix: take the ust lock around session iteration in statedump
+       * Fix: baddr_statedump deadlock with JUL tracing
+       * Fix: client_packet_header() uses wrong packet
+       * Cleanup: fix typo in ring buffer backend comment
+       * Compile liblttng-ust-baddr c files into liblttng-ust
+       * Allow suppressing of base-address-state tracing
+       * Integrate base-address statedump into lttng-ust
+       * Fix: eliminate timestamp overlap between packets
+       * Fix: lttng-gen-tp to build out of tree
+       * Fix: compile doc/ after JUL/Java
+       * JUL: add Hello.java in doc/examples
+       * Fix lttng-ust(3) manpage
+       * JUL: fix enable all event for delayed Logger
+       * Fix: typo in JNICALL for the JUL tracepoint
+       * Fix: move va_end to outermost label
+       * Fix: add missing NULL check after allocation
+       * Fix cleanup: all spaces before flags
+       * fix: lttng-gen-tp: add missing spaces around flags
+
 2013-11-15 lttng-ust 2.4.0-rc1
        * doc/examples: error out when a subdir make fails
        * JUL: fix out of tree build
index 72a03140d930fe6ba8ba8919363f08bdb823fa3c..7a1e7307a76bc75bdb4c4db83ba0fb42128e8240 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.4.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.4.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.02561 seconds and 4 git commands to generate.