From: Mathieu Desnoyers Date: Sat, 27 Oct 2012 15:23:38 +0000 (-0400) Subject: Version 1.0.0 X-Git-Tag: v1.0.0 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=refs%2Ftags%2Fv1.0.0;hp=7baec44ef2117fa4565bd8e3d85feadb875a4a14 Version 1.0.0 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 639bfe4e..8a0cfae1 100644 --- 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 diff --git a/configure.ac b/configure.ac index 1fdd30f0..d9de0159 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],[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