Version 2.3.1 v2.3.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Nov 2013 15:34:45 +0000 (10:34 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Nov 2013 15:34:45 +0000 (10:34 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b9349526ac412d034a26c561d9e47a1ee36e8f88..f990d949ca70d7832433c5d70529d1a25da026e5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2013-11-12 lttng-ust 2.3.1
+       * Fix: application SIGBUS when starting in parallel with sessiond
+       * Fix: Minor corrections to the lttng-ust man page
+       * Documentation cleanup: Overhaul of the lttng-gen-tp man page
+       * Warning cleanup: add missing padding initializer
+       * Fix: socket connect hang on heavy loads
+       * Cleanup: fix typo
+       * Fix: ust-comm recvmsg should handle partial receive
+       * gcc warning fix: -Wextra
+       * Add usage reference count for tracepoints
+       * tracepoint.c: Move add_callsite/remove_callsite further down in file
+       * Store the callsites into the library callsite list
+       * Fix linking warning
+
 2013-09-03 lttng-ust 2.3.0
        * No change
 
index cc28205c625f8e6e0d546b96338a12e789272080..fd5137bb93cdf5477f54a78afd217ce618e761a8 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.3.0],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.3.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.026188 seconds and 4 git commands to generate.