Update version to 0.10 v0.10
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 00:44:34 +0000 (19:44 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 10 Feb 2012 00:44:34 +0000 (19:44 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index c696fb85549d20fcc15d258ce0587efc5a4ea2bd..856a5a2dff040e1d959a6ec69952eac1963b6a89 100644 (file)
--- 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
 2012-02-02 Babeltrace 0.9
        * Allow signed values in get_signed. Cast unsigned into signed.
        * Show loglevel information only with value
index a2d41044bd84ea93adb05df7c9605bacc536ae9b..c9efc31cabbd548e1ec931659a602a190dd89468 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- 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
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.026919 seconds and 4 git commands to generate.