From: Mathieu Desnoyers Date: Fri, 20 May 2016 20:58:26 +0000 (-0400) Subject: Version 2.7.4 X-Git-Tag: v2.7.4^0 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=86610ae7da896af1eeddb008f920f330eb237a38 Version 2.7.4 Signed-off-by: Mathieu Desnoyers --- 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