From ed927c1f1107a42cab7a1fdea7a7f7ff9d8f3062 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Tue, 10 Nov 2015 13:45:05 -0500 Subject: [PATCH] Update version to v1.2.5 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- ChangeLog | 21 +++++++++++++++++++++ configure.ac | 5 +---- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 71038bac..569b0a2f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2015-11-10 babeltrace 1.2.5 + * Fix: Confusion between stream and stream class IDs + * Fix: babeltrace-log packet seek + * Fix: make check in OOT build with absolute path + * Fix: make check in out of tree build + * Fix: 32bit values index_major/minor used as 64bit + * Hide the packet_seq_num field + * Build: Update m4 for bison & flex version check to match autoconf-archive file + * Build: add version check on flex + * Build: add version check on autoconf + * Build: m4 macro for Bison version check + * Fix: Missing postfix_expression DOT keywords in CTF grammar + * Fix: handle 64-bit trace IDs on 32-bit systems + * Fix: print format type mismatch warnings on 32-bit + * Fix: missing parenthesis in offset_align_floor + * Fix: allow empty CTF files + * Fix: Incorrect variant tag validation + * Fix: sanity check in iterator creation + * Fix: iterate manually over each live trace to add to catch errors + * Detect Python packages directory on configure + 2014-11-04 Babeltrace 1.2.4 * Fix: make sure we can exit the get_new_metadata loop * Docs fix: Change bt_ctf_writer_create_stream return description diff --git a/configure.ac b/configure.ac index fee56aca..08581abe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,5 @@ -# -*- Autoconf -*- -# Process this file with autoconf to produce a configure script. - AC_PREREQ([2.50]) -AC_INIT([babeltrace],[1.2.4],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.2.5],[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