Version 1.0.3 v1.0.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Jan 2013 16:55:35 +0000 (11:55 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 24 Jan 2013 16:55:35 +0000 (11:55 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index a62ebebfc6a4c9f57080fa90eef634231c38c513..eb524d87377895e3ab92df62986117c8baee8357 100644 (file)
--- 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
 
 2012-01-11 Babeltrace 1.0.2
        * Fix: add tests/lib missing files to Makefile.am
 
index 601025f7c245ab74b531c66fdc5ff9fa7dfa799a..7e8de8964263ec4383e933389e6fe8e87d1c2b63 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- 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
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.02611 seconds and 4 git commands to generate.