From 0136c382d630f0f8f7276ae11f6b3bfdd049a16f Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 12 Aug 2011 13:12:04 -0400 Subject: [PATCH] Update version to 0.5, add changelog Signed-off-by: Mathieu Desnoyers --- ChangeLog | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 ChangeLog diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..829f2b8d --- /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 diff --git a/configure.ac b/configure.ac index 6a9e325a..7764b150 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], [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 -- 2.34.1