From c551f7a1ed635138b083b4e9e0c445ef63d0a562 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Mon, 29 Feb 2016 16:49:24 -0500 Subject: [PATCH] Update version to v1.3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 6 ++++++ configure.ac | 5 +---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6fba1e23..43ec7e6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2016-02-29 babeltrace 1.3.2 + * Python bindings: work around Python 3.5 behaviour change + * Fix: out-of-bound memory access + * Fix: out-of-tree dist fails to find test traces + * Fix running tests out of tree + 2015-11-10 babeltrace 1.3.1 * Fix: Confusion between stream and stream class IDs * Only compare "bison -y" to the basename of YACC variable diff --git a/configure.ac b/configure.ac index 5f3c7338..eb2fc9e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,5 @@ AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.3.1],[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 +AC_INIT([babeltrace],[1.3.2],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace]) AC_SUBST([BABELTRACE_LIBRARY_VERSION], [1:0:0]) AC_CONFIG_HEADERS([config.h]) -- 2.34.1