From 743dc9e5810f508f597609b9ce2114ebf2b89470 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 26 Apr 2016 16:58:28 -0400 Subject: [PATCH] Version 2.6.6 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 053a9c98..6f2c24b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2016-04-26 lttng-ust 2.6.6 + * Fix: disable use of __builtin_return_address(0) on 32-bit PowerPC + 2015-11-26 lttng-ust 2.6.5 * Fix: header size larger than 256 bytes * Remove stale tests/java-jul test diff --git a/configure.ac b/configure.ac index 0aa290cf..2d524329 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.5],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.6],[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