Update version to 1.0.0-rc3 v1.0.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 May 2012 20:10:06 +0000 (16:10 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 May 2012 20:10:06 +0000 (16:10 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 12a20b68f9b0afd5e3bb9437a4dff16932cf8d29..1154800c008c2dc0cd7bcde0995a14b995a452d7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-05-29 Babeltrace 1.0.0-rc3
+       * Fix: converter error logic
+       * Fix: report appropriate field in error message
+       * Fix: support 64-bit events discarded counter types
+       * Fix: add missing bt_ctf_get_int_len API
+       * Fix bt_context_add_traces_recursive error code
+
 2012-04-24 Babeltrace 1.0.0-rc2
        * Fix: return an error if no trace can be opened
        * Fix: double destroy in context remove
index b983f3525bea74a44e2f8e6a61fab6789fc3579a..322b3d6ab353d419113ba76b1d5b75b9415a8b4c 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.0.0-rc2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.0.0-rc3],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.025786 seconds and 4 git commands to generate.