From 305c65e5d7156ae7936f07ad93dd45ac318b4ce2 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 23 Feb 2012 13:59:51 -0500 Subject: [PATCH 1/1] Update version to 1.0.0-pre2 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) 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 -- 2.34.1