Update version to 1.0.0-rc2 v1.0.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 Apr 2012 20:15:01 +0000 (16:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 24 Apr 2012 20:15:01 +0000 (16:15 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 04eebec8f9535fdbe960b0fbd16ca81f2f308b5d..12a20b68f9b0afd5e3bb9437a4dff16932cf8d29 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-04-24 Babeltrace 1.0.0-rc2
+       * Fix: return an error if no trace can be opened
+       * Fix: double destroy in context remove
+
 2012-04-18 Babeltrace 1.0.0-rc1
        * Fix: -n "field names" option should allow "none"
        * Fix: Show context field name by default
index 2f1c5d63a04284a46a2353a54179ba309a73dfda..b983f3525bea74a44e2f8e6a61fab6789fc3579a 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([babeltrace],[1.0.0-rc1],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.0.0-rc2],[mathieu dot desnoyers at efficios dot com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.02607 seconds and 4 git commands to generate.