prepare the 0.3 release
authorJulien Desfossez <jdesfossez@efficios.com>
Mon, 1 Jun 2015 15:47:29 +0000 (11:47 -0400)
committerJulien Desfossez <jdesfossez@efficios.com>
Mon, 1 Jun 2015 15:47:29 +0000 (11:47 -0400)
Signed-off-by: Julien Desfossez <jdesfossez@efficios.com>
README
configure.ac
doc/lttngtop.1

diff --git a/README b/README
index 47b262764e6b8cbe910932494091323d843539ea..bceb058f43da0a06c2301a66b2bce802ce78991c 100644 (file)
--- a/README
+++ b/README
@@ -1,12 +1,12 @@
 LTTngTop
 LTTngTop
-Julien Desfossez <julien.desfossez@efficios.com>
-April 2012
+Julien Desfossez <jdesfossez@efficios.com>
+June 2015
 
 Lttngtop is an ncurses interface for reading and browsing traces recorded by
 the LTTng tracer and displaying various statistics.
 As of now, the cpu usage, per file/process I/O bandwidth and perf counters are
 
 Lttngtop is an ncurses interface for reading and browsing traces recorded by
 the LTTng tracer and displaying various statistics.
 As of now, the cpu usage, per file/process I/O bandwidth and perf counters are
-displayed. This version currently only supports offline traces, but a live
-version is in alpha and will be available for testing soon.
+displayed. This release is the first one that handles live sessions as well as
+offline sessions.
 
 USAGE
 -----
 
 USAGE
 -----
@@ -39,12 +39,12 @@ To compile Babeltrace and lttngtop, you need:
          (Fedora : popt)
        ncurses development libraries
          (Debian : libncurses5-dev)
          (Fedora : popt)
        ncurses development libraries
          (Debian : libncurses5-dev)
-       babeltrace >= 1.2.0 development library
+       babeltrace = 1.2.3 development library
 
 To use the local live tracing feature, you need:
        lttng-tools >= 2.4
        lttng-modules >= 2.4
 
 To use the local live tracing feature, you need:
        lttng-tools >= 2.4
        lttng-modules >= 2.4
-       babeltrace >= 1.2.0
+       babeltrace = 1.2.4
 
 For developers using the git tree:
 
 
 For developers using the git tree:
 
index f4cbfc356a803393b27a860172b7afb1be149252..90f504d13e481db5cafe5cf17794e994166f7e7e 100644 (file)
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT([lttngtop],[0.2],[julien dot desfossez at efficios dot com])
+AC_INIT([lttngtop],[0.3],[jdesfossez@efficios.com])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
index 243571f6da37e2c48ef8d85c101170ef31e970c7..dad4f88429c908ad9d577d28cae4cc0c29026598 100644 (file)
@@ -1,4 +1,4 @@
-.TH "LTTNGTOP" "1" "April 18, 2012" "" ""
+.TH "LTTNGTOP" "1" "June 01, 2015" "" ""
 
 .SH "NAME"
 lttngtop \(em LTTng Trace Viewer
 
 .SH "NAME"
 lttngtop \(em LTTng Trace Viewer
@@ -142,7 +142,8 @@ babeltrace(1), babeltrace-log(1), lttng(1), lttng-ust(3), lttng-sessiond(8)
 .SH "BUGS"
 
 .PP
 .SH "BUGS"
 
 .PP
-No knows bugs at this point.
+The I/O history has some problems with the file names, and we are missing some
+system calls parsing to have the complete I/O accounting.
 
 If you encounter any issues or usability problem, please report it on
 our mailing list <lttng-dev@lists.lttng.org> to help improve this
 
 If you encounter any issues or usability problem, please report it on
 our mailing list <lttng-dev@lists.lttng.org> to help improve this
This page took 0.024911 seconds and 4 git commands to generate.