From: Mathieu Desnoyers Date: Thu, 26 Nov 2015 16:56:40 +0000 (-0500) Subject: Version 2.7.1 X-Git-Tag: v2.7.1^0 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=f89c1a3cf2b06a4970b9154c00ff6409870aefb5 Version 2.7.1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index aca947cd..1555c12a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-11-26 lttng-ust 2.7.1 + * Fix: header size larger than 256 bytes + * Remove stale tests/java-jul test + * Fix: live timer calculation error + * Fix python agent build/install/uninstall with DESTDIR specified + * Fix: Don't (re)define STAP_PROBEV + 2015-09-24 lttng-ust 2.7.0 * Fix: don't dereference NULL pointers * Cleanup: Remove unused values diff --git a/configure.ac b/configure.ac index 13813a12..43e25bed 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.0],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.7.1],[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