Update version to 0.5, add changelog v0.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Aug 2011 17:12:04 +0000 (13:12 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Aug 2011 17:12:04 +0000 (13:12 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog [new file with mode: 0644]
configure.ac

diff --git a/ChangeLog b/ChangeLog
new file mode 100644 (file)
index 0000000..829f2b8
--- /dev/null
+++ b/ChangeLog
@@ -0,0 +1,4 @@
+2011-08-12 Babeltrace 0.5
+       * Initialize size to 0 to eliminate incorrect gcc uninitialized
+         var warning
+       * Fix non-matching packet context wrt last packet event read
index 6a9e325a7d7c09be713557a8f742ef06235d3240..7764b1507b3902237dddde03c45c264ae7bec10d 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], [0.4], [mathieu dot desnoyers at efficios dot com])
+AC_INIT([babeltrace], [0.5], [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.02599 seconds and 4 git commands to generate.