From: Mathieu Desnoyers Date: Tue, 24 Apr 2012 20:15:01 +0000 (-0400) Subject: Update version to 1.0.0-rc2 X-Git-Tag: v1.0.0-rc2 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2eb5dde88f4cd87468f947ab6b56b7460a18fc1f Update version to 1.0.0-rc2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 04eebec8..12a20b68 100644 --- 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 diff --git a/configure.ac b/configure.ac index 2f1c5d63..b983f352 100644 --- a/configure.ac +++ b/configure.ac @@ -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