Version 0.8 v0.8
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Dec 2011 02:45:10 +0000 (21:45 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 13 Dec 2011 02:45:10 +0000 (21:45 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index e2d87c22640bed03df1c0fbbf6150cd0ff374c92..fb6eb82cc66165a77b5687a3215ccfc9c621ad38 100644 (file)
--- 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
 2011-09-29 Babeltrace 0.7
        * Add missing stdint.h
        * Use integer extraction functions
index 690feb6e861d3090cde2883b77887009bc815cd3..c66cef23d2eb594a1810c8f3928c93c9a8abdefd 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- 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
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.025796 seconds and 4 git commands to generate.