[lttng-dev] [RELEASE] Babeltrace 1.3.0

Jérémie Galarneau jeremie.galarneau at efficios.com
Fri Oct 16 17:45:45 EDT 2015


Hi all,

Today we are releasing Babeltrace 1.3.0, based off the stable-1.2
branch. As some of you may know, we are still working on
Babeltrace 2.0, which introduces a number of new APIs.

This 1.3.0 release is functionally identical to the 1.2.x series, but
adds support for Solaris.

The Babeltrace project provides trace read and write libraries, as well
as a trace converter. Plugins can be created for any trace format to
allow its conversion to/from another trace format.

The main format expected to be converted to/from is the Common Trace
Format (CTF). The default input format of the "babeltrace" command is
CTF, and its default output format is a human-readable text log. The
"babeltrace-log" command converts from a text log to a CTF trace.

Change log:
2015-10-16 Babeltrace 1.3.0
        * Fix: missing includes break the out-of-tree build
        * Fix: Silence missing sentinel warnings on GCC 4
        * Cleanup: remove unused label 'end'
        * Fix: check for socket lib before function checks
        * Fix: memstream compat layer requires use of babeltrace_close_memstream
        * compat send no SIGPIPE: multithread-safe
        * Fix: truncated value in fgetc() usage
        * Fix: handle EINTR return value for bt_posix_fallocate
        * Configure: Add missing checks
        * Implement bt_getline
        * Fix: initialize getline linesize argument to 0
        * Fix: warning, may be used uninitialized
        * Port: Replace dirent->d_type by stat S_ISREG
        * Port: Include config.h globally trough DEFAULT_INCLUDES
        * Port: Add compat for dirfd
        * Port: Add compat for mkdtemp
        * Port: Add compat for strnlen and strndup
        * Port: Use bash to run tests
        * Port: Implement faccessat wrapper
        * Port: implement posix_fallocate wrapper
        * Port: Set required compiler flags to use pthreads
        * Port: Add configure check for __attribute__ support
        * Port: cleanup and portability fix to configure.ac
        * Port: Add support for linkers with no support for 'no-as-needed'
        * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE
        * Port: Add AX_LIB_SOCKET_NSL macro to configure.ac
        * Port: Replace bzero() by memset()
        * Port: Add dummy.c to libcompat
        * Port: uname can return a positive value on success
        * Port: Replace NAME_MAX by MAXNAMLEN
        * Change UUID API prefix from babeltrace_ to bt_
        * Port: Add Solaris libuuid compat
        * Port: Add Solaris endian.h compat
        * Port: make bootstrap script work on most shell
        * Fix: posix_fallocate() returns int > 0 on errors
        * 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.3.0.tar.bz2
CTF specification: http://diamon.org/ctf/

-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list