From: Mathieu Desnoyers Date: Tue, 29 May 2012 20:10:06 +0000 (-0400) Subject: Update version to 1.0.0-rc3 X-Git-Tag: v1.0.0-rc3 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=7dfa782edf96ca0f2e1bd2744267eebc9ade1327 Update version to 1.0.0-rc3 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 12a20b68..1154800c 100644 --- 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 diff --git a/configure.ac b/configure.ac index b983f352..322b3d6a 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-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