From: Mathieu Desnoyers Date: Wed, 30 May 2012 18:19:57 +0000 (-0400) Subject: Update version to 1.0.0-rc4 X-Git-Tag: v1.0.0-rc4 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=2ae35d4f897d402facccddd4ce4d74df310bfb16 Update version to 1.0.0-rc4 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 1154800c..b1893a34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2012-05-30 Babeltrace 1.0.0-rc4 + * Add CodingStyle to tarball + * Add coding style document + * Fix: babeltrace should use output format argument + * Fix: accept traces which skip stream ids + * Use mmap_align + * align header: define PAGE_SIZE + * Implement mmap alignment header + * Cleanup: type warnings + * Cleanup: do not overwrite const argv parameters + 2012-05-29 Babeltrace 1.0.0-rc3 * Fix: converter error logic * Fix: report appropriate field in error message diff --git a/configure.ac b/configure.ac index 322b3d6a..d90479db 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-rc3],[mathieu dot desnoyers at efficios dot com]) +AC_INIT([babeltrace],[1.0.0-rc4],[mathieu dot desnoyers at efficios dot com]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST