From 0d8f8c2ea27df096269aa76b4baeab26b68b95d4 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 16 Feb 2012 14:36:05 -0500 Subject: [PATCH] Update version to 0.12 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 12 ++++++++++++ configure.ac | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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 -- 2.34.1