From: Nils Carlson Date: Fri, 3 Dec 2010 14:41:41 +0000 (+0100) Subject: ChangeLog and version updates for release 0.9 X-Git-Tag: v0.9^0 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=8c9d8113bbc71204132e8512bca16b0989dd9d95 ChangeLog and version updates for release 0.9 --- diff --git a/ChangeLog b/ChangeLog index 84d326e..50c0eb8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-12-03 ust 0.9 + * Cleaned up namespace + * Compatible with userspace-rcu version 0.5.2 + * Fixed a minor bug in a test + 2010-10-26 ust 0.8 * API CHANGE!!! Add data pointer to tracepoint probe void *data is always the first argument to a tracepoint probe diff --git a/configure.ac b/configure.ac index 4fcd565..189ab12 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. #AC_PREREQ([2.63]) -AC_INIT([ust], [0.8], [pierre-marc dot fournier at polymtl dot ca]) +AC_INIT([ust], [0.9], [pierre-marc dot fournier at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST