Update version to v1.3.1 v1.3.1
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Nov 2015 18:38:44 +0000 (13:38 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 10 Nov 2015 18:38:44 +0000 (13:38 -0500)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
ChangeLog
configure.ac

index 7be6a298c8b697aa70823002a10ddec8332f9e47..6fba1e2352ec96ff546774827b4f0c89cf669dd8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+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
+       * Cleanup: Don't hardcode include paths unnecessarily
+       * Fix: include ctf-scanner-symbols.h to prefix yy_* symbols
+
 2015-10-16 babeltrace 1.3.0
        * Fix: missing includes break the out-of-tree build
        * Fix: Silence missing sentinel warnings on GCC 4
index b358a083209ea96cd95dc962a8c581f4466aa915..5f3c7338f62aba615d217b9dbc2f24a8c66d87ad 100644 (file)
@@ -1,5 +1,5 @@
 AC_PREREQ([2.50])
-AC_INIT([babeltrace],[1.3.0],[jeremie.galarneau@efficios.com],[],[https://diamon.org/babeltrace])
+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
This page took 0.025826 seconds and 4 git commands to generate.