From: Mathieu Desnoyers Date: Fri, 10 Feb 2012 00:44:34 +0000 (-0500) Subject: Update version to 0.10 X-Git-Tag: v0.10 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=d40a9bb4c13a7ab2be5482d9632346f426229149;hp=bf94ab2bcad1aa584a1ecc763ce390d583b62f0c Update version to 0.10 Signed-off-by: Mathieu Desnoyers --- 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