Version 2.2.3 stable-2.2 v2.2.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:08:31 +0000 (12:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:08:31 +0000 (12:08 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 0c14034fffccb5e63105e7ac02335aaecddf6237..68b0d367b71a0386f8218d2a6bf4f382f3ea45a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2014-02-28 lttng-ust 2.2.3
+       * Fix: FD leak in liblttng-ust-ctl
+       * Fix: liblttng-ust-fork Makefile flags mismatch
+       * Fix: C++: incomplete extern C guard transition
+       * Cleanup gen-tp: add quotes around AM_CC
+       * Pass the CC variable to the example Makefiles
+       * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
+       * doc/examples: error out when a subdir make fails
+       * Fix: check deliver now takes tsc argument
+       * 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
+       * Add missing copyrights to test scripts
+       * Escape minus signs in lttng-ust-cyg-profile manpage
+       * Fix spelling mistake in lttng-ust manpage
+
 2013-11-12 lttng-ust 2.2.2
        * Fix: application SIGBUS when starting in parallel with sessiond
        * Fix: Minor corrections to the lttng-ust man page
index 72e8cc8363e828f6546ce74d10352303f4bfb0c7..a58a5da5866a57a8be91a2a962d5c71217c63b00 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttng-ust],[2.2.2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([lttng-ust],[2.2.3],[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.025259 seconds and 4 git commands to generate.