From: Mathieu Desnoyers Date: Thu, 23 Feb 2012 18:59:51 +0000 (-0500) Subject: Update version to 1.0.0-pre2 X-Git-Tag: v1.0.0-pre2 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=305c65e5d7156ae7936f07ad93dd45ac318b4ce2 Update version to 1.0.0-pre2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index b8cc27b5..344633cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2012-02-23 Babeltrace 1.0.0-pre2 + * linker: privatize prio_heap and babeltrace_types + * Linker: privatize libbabeltrace_types + * Link statically to internal libraries + * Combine duplicated API/pretty-print timestamp code + * API : export the offsetted timestamp + * Fix : segfault when printing timestamp on index + * Fix : coherency in const parameters + 2012-02-20 Babeltrace 1.0.0-pre1 * Generically print tracer version (and env) in verbose mode * Fix open_mmap_trace missing support diff --git a/configure.ac b/configure.ac index db03fb20..aac3835a 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-pre1],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.0-pre2],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST