Update version to 1.0.0-rc4 v1.0.0-rc4
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 May 2012 18:19:57 +0000 (14:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 30 May 2012 18:19:57 +0000 (14:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 1154800c008c2dc0cd7bcde0995a14b995a452d7..b1893a347052b275cac570e76d77af4d9c1a2cb7 100644 (file)
--- 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
 2012-05-29 Babeltrace 1.0.0-rc3
        * Fix: converter error logic
        * Fix: report appropriate field in error message
index 322b3d6ab353d419113ba76b1d5b75b9415a8b4c..d90479db4931a2ab902d8aefc74425d5ffad5cff 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-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
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.025478 seconds and 4 git commands to generate.