From: Pierre-Marc Fournier Date: Tue, 2 Mar 2010 03:22:55 +0000 (-0500) Subject: Final updates for release 0.3 X-Git-Tag: v0.3^0 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=cb974fbd91bf27bfda124e8c30227e548a802585 Final updates for release 0.3 --- diff --git a/ChangeLog b/ChangeLog index 394fef0..74d469c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Changes in 0.3 since 0.2 +* fix several issues, stabilizing tracing of large applications +* add --set-subbuf-size / --set-subbuf-num options to ustctl +* add a signal safe implementation of snprintf + Changes in 0.2 since 0.1 * conversion of the buffering system to per-cpu * update to the liburcu 0.4 API diff --git a/README b/README index 86679fb..a68e870 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ LTTNG USERSPACE TRACER (UST) ---------------------------- -For the UST manual, see: http://lttng.org/files/ust/manual/ust.html +UST web site and manual: http://lttng.org/ust Updated versions of this package may be found at: diff --git a/configure.ac b/configure.ac index c2728f7..514a1f4 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.2], [pierre-marc dot fournier at polymtl dot ca]) +AC_INIT([ust], [0.3], [pierre-marc dot fournier at polymtl dot ca]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST