From 627516dbf47c3b6acae8a9fde088cf79430f8c7d Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 29 Sep 2011 19:01:01 -0400 Subject: [PATCH] Version 0.7 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 26 ++++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bdcf7432..e2d87c22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,32 @@ +2011-09-29 Babeltrace 0.7 + * Add missing stdint.h + * Use integer extraction functions + * Extract int and char arrays from fields + * Add parameters to callbacks + * Fix float support + * Fix type cast warning + * Integer support: add missing signed casts + * Remove underscore prefix from field names (pretty-print) + * Fix sequence iteration + * Fix sequence field name use after free + * Fix support for empty streams + * Optional file pointer to metadata + * Specify callback to move packet in open_trace + * Free the callbacks on iter_destroy + * Add callback support + * Basic seek support + * Add callback API + * Enhance babeltrace API with position save/restore + * Remove unused structure forward declarations + * Remove stale local .c struct declarations (unused) + * Annotate branches in ctf.c event reading/writing code + * Annotate prio heap likely branch + * Annotate likely/unlikely branches in headers + 2011-08-12 Babeltrace 0.6 * Introduce Babeltrace public API: babeltrace.h * Fix support for gold linker: inappropriate dep removal of plugins + 2011-08-12 Babeltrace 0.5 * Initialize size to 0 to eliminate incorrect gcc uninitialized var warning diff --git a/configure.ac b/configure.ac index c9bd2504..f8a80e5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([babeltrace], [0.6], [mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace], [0.7], [mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1