From 86610ae7da896af1eeddb008f920f330eb237a38 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 20 May 2016 16:58:26 -0400 Subject: [PATCH] Version 2.7.4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 822100a2..f6161e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2016-05-20 (Bike-to-Work Day) lttng-ust 2.7.4 + * Print DBG() message about compiler weak hidden symbol behavior + * Documentation: ring buffer: SWITCH_FLUSH can be used when active + * Fix: unchecked return value in trace_clock_read64_monotonic + * Fix: Java agent should use LTTNG_HOME + * Fix: examples make distcheck failure + * Fix: endianness of integers received by filter + 2016-04-26 lttng-ust 2.7.3 * Doc: Update README.d * Fix: doc/examples: remove unexpected quotes from run files diff --git a/configure.ac b/configure.ac index 65e78bf3..cb041366 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.3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.4],[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