From: Mathieu Desnoyers Date: Fri, 12 Aug 2011 17:12:04 +0000 (-0400) Subject: Update version to 0.5, add changelog X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0136c382d630f0f8f7276ae11f6b3bfdd049a16f;p=deliverable%2Fbabeltrace.git Update version to 0.5, add changelog Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 000000000..829f2b8d3 --- /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 6a9e325a7..7764b1507 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