From: Mathieu Desnoyers Date: Fri, 2 Mar 2012 22:46:57 +0000 (-0500) Subject: Update version to 1.0.0-pre3 X-Git-Tag: v1.0.0-pre3 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=6c8ac5819eea7214842d7c2b4e5c5533b5fece48 Update version to 1.0.0-pre3 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 344633cb..e76dd120 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-03-02 Babeltrace 1.0.0-pre3 + * Fix uuid in metadata + * Babeltrace wrapper update + * uuid wrapper: fix use in visitor + * Endian wrapper use fix + * FreeBSD uuid wrapper fixes + * Fix missing uuid wrapper change + * Add endian.h wrapper + * Use standard __LONG_MAX__ instead of __WORDSIZE + * Create BSD wrapper for uuid + * fix API : deal with the optional underscore + * Fix API : functions to access fields properties + 2012-02-23 Babeltrace 1.0.0-pre2 * linker: privatize prio_heap and babeltrace_types * Linker: privatize libbabeltrace_types diff --git a/configure.ac b/configure.ac index cb64047b..3b214104 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-pre2],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.0-pre3],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST