From d40a9bb4c13a7ab2be5482d9632346f426229149 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 9 Feb 2012 19:44:34 -0500 Subject: [PATCH 1/1] Update version to 0.10 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 13 +++++++++++++ configure.ac | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c696fb85..856a5a2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2012-02-09 Babeltrace 0.10 + * Fix clock freq + * clock: use freq field + * Show env. in verbose mode + * Remove all code that depends on trace collection directory structure + * Use environment information for extra fields + * Parse environment declarations from LTTng-modules and LTTng-UST + * Fix typo + * Add babeltrace.1 manpage + * Update help + * Install license files and dependency listing into the system doc + * Add ChangeLog to doc install + 2012-02-02 Babeltrace 0.9 * Allow signed values in get_signed. Cast unsigned into signed. * Show loglevel information only with value diff --git a/configure.ac b/configure.ac index a2d41044..c9efc31c 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],[0.9],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[0.10],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST -- 2.34.1