Update version to v1.3.2 v1.3.2
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 29 Feb 2016 21:49:24 +0000 (16:49 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 29 Feb 2016 21:49:24 +0000 (16:49 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 6fba1e2352ec96ff546774827b4f0c89cf669dd8..43ec7e6fb720ba2332a275f3e49b845f1c852200 100644 (file)
--- 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
index 5f3c7338f62aba615d217b9dbc2f24a8c66d87ad..eb2fc9e496c876551c1fceb3a18aa0fede6184c7 100644 (file)
@@ -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])
This page took 0.02545 seconds and 4 git commands to generate.