From 6249c0902813419cb60e19cbbc7ddf417484b71d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 26 Nov 2015 11:53:18 -0500 Subject: [PATCH] Version 2.6.5 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a647b72a..053a9c98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2015-11-26 lttng-ust 2.6.5 + * Fix: header size larger than 256 bytes + * Remove stale tests/java-jul test + * Fix: live timer calculation error + * Fix: Don't (re)define STAP_PROBEV + 2015-09-24 lttng-ust 2.6.4 * Fix: don't dereference NULL pointers * Cleanup: Remove unused values diff --git a/configure.ac b/configure.ac index 4d63fd56..0aa290cf 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.6.4],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.5],[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