From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: References: From: Matthew Khouzam Message-ID: <56425746.5050208@ericsson.com> Date: Tue, 10 Nov 2015 15:44:54 -0500 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Subject: Re: [diamon-discuss] [RELEASE] Babeltrace 1.2.5 List-Id: DiaMon diagnostic and monitoring workgroup general discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: diamon-discuss@lists.linuxfoundation.org Congrats on the release! Yes, I use BT often. On 15-11-10 03:42 PM, Jérémie Galarneau wrote: > Hi all, > > We are releasing Babeltrace 1.2.5, which is a bugfix release. > > Babeltrace is an open source trace format converter. > > The Babeltrace project provides a library, Python bindings for this > library, as well as a handy little command-line tool—aptly named > babeltrace—which makes it very easy to view and convert traces. > > Babeltrace is also the reference parser implementation of the Common > Trace Format (CTF), a very versatile trace format. > > Change log: > 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 > > > Project website: http://diamon.org/babeltrace/ > Download link: http://www.efficios.com/files/babeltrace/babeltrace-1.2.5.tar.bz2 > CTF specification: http://diamon.org/ctf/ >