Version 2.3.2 v2.3.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:43:32 +0000 (12:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:43:32 +0000 (12:43 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index f990d949ca70d7832433c5d70529d1a25da026e5..dfc0e7df8a7c38b789c1a08bcbd4c00e8130d5a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2014-02-28 lttng-ust 2.3.2
+       * Fix: Cast from pointer to different integer size warning
+       * Cleanup: fix comment
+       * Fix: add assert for NULL dereference
+       * Fix: tracepoint out of memory handling
+       * Cleanup: remove logically dead code
+       * Fix: handle sysconf errors
+       * Fix: FD leak in liblttng-ust-ctl
+       * Fix: liblttng-ust-fork Makefile flags mismatch
+       * Fix: out of tree examples build
+       * Fix: lttng-gen-tp to build out of tree
+       * Fix: C++: incomplete extern C guard transition
+       * Cleanup gen-tp: add quotes around AM_CC
+       * Pass the CC variable to the example Makefiles
+       * Fix: eliminate timestamp overlap between packets
+       * Fix lttng-ust(3) manpage
+       * Fix: move va_end to outermost label
+       * Fix: add missing NULL check after allocation
+       * fix: lttng-gen-tp: add missing spaces around flags
+       * doc/examples: error out when a subdir make fails
+       * Add missing copyrights to test scripts
+       * Escape minus signs in lttng-ust-cyg-profile manpage
+       * Fix spelling mistake in lttng-ust manpage
+       * Fix tests/benchmark
+
 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
index fd5137bb93cdf5477f54a78afd217ce618e761a8..2f8351453e6a841f1d0f103c04275ccc7b3a13a2 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.3.1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.3.2],[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.026667 seconds and 4 git commands to generate.