Update version to 0.6 v0.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 13 Aug 2011 00:19:10 +0000 (20:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 13 Aug 2011 00:19:10 +0000 (20:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 829f2b8d38e20a0e6ffc3f96b8f1bd91d3e37a8d..bdcf7432e6ef5fb65c6c5e29670ac9e04cae8d27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-08-12 Babeltrace 0.6
+       * Introduce Babeltrace public API: babeltrace.h
+       * Fix support for gold linker: inappropriate dep removal of plugins
 2011-08-12 Babeltrace 0.5
        * Initialize size to 0 to eliminate incorrect gcc uninitialized
          var warning
index 1ed70d71a30919b26900cb1da13f36a44dfbb4e1..c9bd25049111bf59b81e9b51df7d9b171e72c4da 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace], [0.5], [mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace], [0.6], [mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.028007 seconds and 4 git commands to generate.