From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 19:36:05 +0000 (-0500) Subject: Update version to 0.12 X-Git-Tag: v0.12 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=refs%2Ftags%2Fv0.12 Update version to 0.12 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 40208c7b..29897405 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2012-02-16 Babeltrace 0.12 + * Typedef bt_intern_str + * Export the list header with a new namespace + * API : add_trace return the trace_handle id + * fix manpage: refer to lttng(1) + * API : cleanup includes + * API : Access CTF events fields + * manpage: Add babeltrace-log.1 + * API : seek by timestamp + * Move the add_traces_recursive out of the library + * manpage: use pp instead of PP + 2012-02-13 Babeltrace 0.11.1 * Add trace-collection.h to the installed headers diff --git a/configure.ac b/configure.ac index 843e836d..05637f6b 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.11.1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.12],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST