From 64165fb5cef94baf586b1a65ebede750116b47d9 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 26 Apr 2016 16:47:03 -0400 Subject: [PATCH] Version 2.7.3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 30de0da0..822100a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2016-04-26 lttng-ust 2.7.3 + * Doc: Update README.d + * Fix: doc/examples: remove unexpected quotes from run files + * Fix: remove dead code from filter interpreter + * Fix: remove assertions in lttng-ust-comm init + * Documentation: fix manpage typo + 2016-03-09 lttng-ust 2.7.2 * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC * Fix: handle negative range for LTTNG_UST_REGISTER_TIMEOUT diff --git a/configure.ac b/configure.ac index a85e5d5d..65e78bf3 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.7.2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.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 -- 2.34.1