From cb974fbd91bf27bfda124e8c30227e548a802585 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 1 Mar 2010 22:22:55 -0500 Subject: [PATCH] Final updates for release 0.3 --- ChangeLog | 5 +++++ README | 2 +- configure.ac | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.34.1