From: Jérémie Galarneau Date: Tue, 10 Nov 2015 18:45:05 +0000 (-0500) Subject: Update version to v1.2.5 X-Git-Tag: v1.2.5^0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ed927c1f1107a42cab7a1fdea7a7f7ff9d8f3062;hp=c9b084fbc28f2cdbd5db3440fa9397ea5debb15e Update version to v1.2.5 Signed-off-by: Jérémie Galarneau --- 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