Version 2.7.1 v2.7.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2015 16:56:40 +0000 (11:56 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 26 Nov 2015 16:56:40 +0000 (11:56 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index aca947cd1f0c8e605a1b3552d19548f15db2404e..1555c12acfd99e4873a859f7d386925783025b35 100644 (file)
--- 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
index 13813a12fd8a32ff1fd42885974935a84943d8fb..43e25beda369c2e0f6bfe2d09a92ca93a4e2dd53 100644 (file)
@@ -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
This page took 0.036419 seconds and 4 git commands to generate.