Update version to 1.0.0-pre2 v1.0.0-pre2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Feb 2012 18:59:51 +0000 (13:59 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 23 Feb 2012 18:59:51 +0000 (13:59 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index b8cc27b5ae965b9e1cef406a1704ff227ecdbe31..344633cbd9efbf29642623d568757a6cbb7020b3 100644 (file)
--- 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
 2012-02-20 Babeltrace 1.0.0-pre1
        * Generically print tracer version (and env) in verbose mode
        * Fix open_mmap_trace missing support
index db03fb20304a094f6381fbb5fd289c177481f2c9..aac3835a917bf1ee9489ddd2a2ed5b2fafb537d2 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],[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
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.026013 seconds and 4 git commands to generate.