From fc493d942c5800c666598de28477cf839e7fd14c Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 12 Dec 2011 21:45:10 -0500 Subject: [PATCH] Version 0.8 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 21 +++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e2d87c22..fb6eb82c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2011-12-12 Babeltrace 0.8 + * Add loglevel support + * Update libpopt dependency to 1.13 + * Document dependency on libpopt >= 1.8 + * Describe libtool version dependency + * AC_PROG_LIBTOOL is deprecated in favor of LT_INIT + * Use realpath for path + * Helper function to extract string from fields + * Use realpath on trace collection path + * allow printing domains when no procname are present, handle + various / patterns + * Add trace:domain,trace:procname,trace:pid support + * Add "-n trace" option to print trace name + * Do not install ctf-parser-test + * Make ctf open errors more verbose + * configure.ac: add check for popt library + * Show field names by default, enhance --names option + * Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib + * Add mmap trace reading + * Pass stream pointer with callback caller data + 2011-09-29 Babeltrace 0.7 * Add missing stdint.h * Use integer extraction functions diff --git a/configure.ac b/configure.ac index 690feb6e..c66cef23 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.7],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.8],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1