Update version to 1.0.0-pre3 v1.0.0-pre3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Mar 2012 22:46:57 +0000 (17:46 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 2 Mar 2012 22:46:57 +0000 (17:46 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 344633cbd9efbf29642623d568757a6cbb7020b3..e76dd1206e195941acb3475bd1ad2dc67f85f93e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2012-03-02 Babeltrace 1.0.0-pre3
+       * Fix uuid in metadata
+       * Babeltrace wrapper update
+       * uuid wrapper: fix use in visitor
+       * Endian wrapper use fix
+       * FreeBSD uuid wrapper fixes
+       * Fix missing uuid wrapper change
+       * Add endian.h wrapper
+       * Use standard __LONG_MAX__ instead of __WORDSIZE
+       * Create BSD wrapper for uuid
+       * fix API : deal with the optional underscore
+       * Fix API : functions to access fields properties
+
 2012-02-23 Babeltrace 1.0.0-pre2
        * linker: privatize prio_heap and babeltrace_types
        * Linker: privatize libbabeltrace_types
 2012-02-23 Babeltrace 1.0.0-pre2
        * linker: privatize prio_heap and babeltrace_types
        * Linker: privatize libbabeltrace_types
index cb64047b2aba4a3a90fb0cc61462b9a4326adbda..3b214104128a608d9f8d4e5a197511dc6c001518 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-pre2],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.0.0-pre3],[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.025614 seconds and 4 git commands to generate.