Update version to 0.11 v0.11
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Feb 2012 15:43:20 +0000 (10:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 13 Feb 2012 15:43:20 +0000 (10:43 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 856a5a2dff040e1d959a6ec69952eac1963b6a89..767a9ad519fbef153d20d1d27b6016951c25dd38 100644 (file)
--- 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
index c9efc31cabbd548e1ec931659a602a190dd89468..19547e8d357bc651278a30f5c2568fd46659f56d 100644 (file)
@@ -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
This page took 0.025322 seconds and 4 git commands to generate.