From 714b59c4b98cd1df73e0352e1a52248639e9dc9e Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 12 Nov 2013 12:06:46 -0500 Subject: [PATCH] Version 2.2.2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ec15e3b2..0c14034f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +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 + * 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 + * Fix: doc/examples cross-build + * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la + * examples: tracepoint probes don't need extern C + * Tracepoint probes don't need extern C + * Fix: doc/examples VPATH build + * Disable doc/examples build + * Fix: doc/examples: gen-tp path + * Revert "Disable doc/examples build" + * Fix: Unchecked asprintf/vasprintf return values + * Missing NULL pointer init in tap.c + 2013-07-11 lttng-ust 2.2.1 * Fix: libs order in Makefile * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" diff --git a/configure.ac b/configure.ac index 00b13280..72e8cc83 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([lttng-ust],[2.2.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.2.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 -- 2.34.1