Update version to 0.12 v0.12
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 19:36:05 +0000 (14:36 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 16 Feb 2012 19:36:05 +0000 (14:36 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 40208c7b2ae7b00d470bc9381fb7ee5ed6184204..29897405b6d0e5e65cab05daa54f3b88ef83173c 100644 (file)
--- 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
 
index 843e836d55e412e221f0a3f0e5a2b5c580ebe6e1..05637f6bd54b21222ebb7ea9661f0585c6ef5e4c 100644 (file)
@@ -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
This page took 0.025495 seconds and 4 git commands to generate.