From 9274e05ee5fc16daeb35e4a38a3c03b71c442a1c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 4 Nov 2014 12:00:38 -0500 Subject: [PATCH] Version 2.6.0-rc2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 7 +++++++ configure.ac | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b6d40363..8d8da4a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2014-11-04 lttng-ust 2.6.0-rc2 + * Fix: Add versioning to liblttng-ust-agent JAR + * Fix: Warn when log4j version is too old + * Update Java agent documentation + * Fix: Try loading classes using the thread context class loader + * Update version name + 2014-10-20 lttng-ust 2.6.0-rc1 * Add missing file to gitignore * Fix: preserve example files' timestamps when copying diff --git a/configure.ac b/configure.ac index 9a81d2b3..86c54757 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-rc1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([lttng-ust],[2.6.0-rc2],[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