From fed6a3508689d9265d21be31001666773b760561 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 13 Feb 2012 10:43:20 -0500 Subject: [PATCH] Update version to 0.11 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 14 ++++++++++++++ configure.ac | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 856a5a2d..767a9ad5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2012-02-13 Babeltrace 0.11 + * Add --clock-force-correlate option + * lib: open trace error handling fix + * Use default if there is no clock declaration + * iterator: fix type warning on 32-bit build + * Use 64-bit type for packet and content size + * Fix context API + * Add missing context-internal.h + * struct bt_context is opaque + * Update comment to match context API code + * Print loglevel names + * babeltrace lib cleanup, folded with open/remove trace functions + * API : iterator get and set position + 2012-02-09 Babeltrace 0.10 * Fix clock freq * clock: use freq field diff --git a/configure.ac b/configure.ac index c9efc31c..19547e8d 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.10],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.11],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1