Version 1.0.0 v1.0.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 27 Oct 2012 15:23:38 +0000 (11:23 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 27 Oct 2012 15:23:38 +0000 (11:23 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 639bfe4e50b8016a58d0fabb16b2b8469a7925b8..8a0cfae14877925eeb7f6c83a4cbb5b69183d842 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-10-27 Babeltrace 1.0.0
+       * tests: add test traces to distribution tarball
+       * Document bash requirement for make check in README
+       * Add tests to make check
+       * Fix: add missing header size validation
+       * callbacks.c: handle extract_ctf_stream_event return value
+       * Cleanup: fix cppcheck warning
+       * Cleanup: fix cppcheck warnings
+       * fix double-free on error path
+
 2012-10-18 Babeltrace 1.0.0-rc6
        * Add valgrind suppression file for libpopt
        * Fix: unplug memory leak that causes popt-0.13 to segfault
 2012-10-18 Babeltrace 1.0.0-rc6
        * Add valgrind suppression file for libpopt
        * Fix: unplug memory leak that causes popt-0.13 to segfault
index 1fdd30f0a2291dfbdb4e2f3c32a5b71b59f3450e..d9de015979224262ba50c7112e92519916dae0e7 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-rc6],[mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace],[1.0.0],[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.025365 seconds and 4 git commands to generate.