Final updates for release 0.3 v0.3
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Mar 2010 03:22:55 +0000 (22:22 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 2 Mar 2010 03:22:55 +0000 (22:22 -0500)
ChangeLog
README
configure.ac

index 394fef02ecf42c14fb0ba491e2bf23ac46630b66..74d469c3583c642a20bb7ab75ca3769ea036fefc 100644 (file)
--- 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 86679fbee5be230fc9967bac39c2ab65325e38b0..a68e8707183a3e8a0456c0ac7499d262b84137e8 100644 (file)
--- 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:
 
index c2728f7667b9303ff3270c14d4ebe5c4b9e2f58f..514a1f4e9635077414d5ecd6c82ecda2771b579a 100644 (file)
@@ -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
This page took 0.024149 seconds and 4 git commands to generate.