From 18454186e8f4ced5155cbc81b1856f1488e989f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 6 Jun 2016 16:08:10 -0400 Subject: [PATCH] Update version to v1.2.6 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 569b0a2f..6761a4f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2016-06-06 babeltrace 1.2.6 (National Yo-Yo Day) + * Docs: change --clock-raw to --clock-cycles + * Fix: out-of-tree dist fails to find test traces + * Fix running tests out of tree + 2015-11-10 babeltrace 1.2.5 * Fix: Confusion between stream and stream class IDs * Fix: babeltrace-log packet seek diff --git a/configure.ac b/configure.ac index 08581abe..1ee1ab61 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.2.5],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) +AC_INIT([babeltrace],[1.2.6],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) # 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