From 2ae35d4f897d402facccddd4ce4d74df310bfb16 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 30 May 2012 14:19:57 -0400 Subject: [PATCH] Update version to 1.0.0-rc4 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 11 +++++++++++ configure.ac | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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 -- 2.34.1