From: Mathieu Desnoyers Date: Mon, 26 Jan 2015 19:46:47 +0000 (-0500) Subject: Version 2.6.0 X-Git-Tag: v2.6.0^0 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=5748584c5ae8ca5c4da26f41b6c61bb816e6d50b Version 2.6.0 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index d08576b3..37a26d48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2015-01-26 lttng-ust 2.6.0 + * Fix: java-agent: out-of-tree path to java manifest + * Fix: missing parenthesis in offset_align_floor + * Fix: add ustctl_has_perf_counters + * Fix: add urcu-bp TLS fixup + * Fix: add missing poll.h include + * Fix: get_subbuf: bound number of consumerd retry + 2014-12-12 lttng-ust 2.6.0-rc3 * Fix: man: you can't link a lib with a static lib * Fix: context alignment not properly handled diff --git a/configure.ac b/configure.ac index 2255c7b4..8c843aa9 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.0-rc3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.0],[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