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

index 71038bac52d66436b2ae30ec1ee723c6e13cada1..569b0a2fde3f883fe972a55e0a93641f15600c45 100644 (file)
--- 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
index fee56acaef28d1504645114e095957bd1d3968b0..08581abe91c96b832b25c825897b8589f91d9d14 100644 (file)
@@ -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
This page took 0.039409 seconds and 4 git commands to generate.