From 9eaf25433864cefc40242e0257a0177ef4515930 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 24 Jan 2013 11:55:35 -0500 Subject: [PATCH] Version 1.0.3 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 5 +++++ configure.ac | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a62ebebf..eb524d87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-01-24 Babeltrace 1.0.3 + * Fix: Double free when calling bt_context_remove_trace() + * Add missing runall.sh to dist packaging + * Fix: alignment of compound types containing array field + 2012-01-11 Babeltrace 1.0.2 * Fix: add tests/lib missing files to Makefile.am diff --git a/configure.ac b/configure.ac index 601025f7..7e8de896 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.2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.3],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1