Final updates for release 0.5 v0.5
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 1 Jul 2010 04:31:10 +0000 (00:31 -0400)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Thu, 1 Jul 2010 04:31:10 +0000 (00:31 -0400)
README
configure.ac
doc/Makefile.am
include/Makefile.am

diff --git a/README b/README
index ef11607f633d0fed55e70fa880015b24d940de82..8eaf618ed9a28c1b150da2fa56fcf71a42f514ea 100644 (file)
--- a/README
+++ b/README
@@ -16,7 +16,7 @@ PREREQUISITES:
   - liburcu
     Userspace RCU library, by Mathieu Desnoyers and Paul E. McKenney
 
-    -> This release was tested with liburcu v0.4.3
+    -> This release was tested with liburcu v0.4.6
 
       * Debian/Ubuntu package: liburcu-dev
       * Website:  http://lttng.org/urcu
@@ -43,7 +43,7 @@ TRACE VIEWER:
   LTTV is used for viewing UST traces. LTTV may be obtained at
   http://lttng.org in the Downloads section.
 
-  This release has been tested with LTTV 0.12.30.
+  This release has been tested with LTTV 0.12.32.
 
 
 PACKAGE CONTENTS:
index 01d878e1dbe281c36be9ff6f75517c9cbe143a3c..0b67b38b55e2b247c9888df31c459d136213131f 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 #AC_PREREQ([2.63])
-AC_INIT([ust], [0.4], [pierre-marc dot fournier at polymtl dot ca])
+AC_INIT([ust], [0.5], [pierre-marc dot fournier at polymtl dot ca])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
index c266f7d33afbe0ae45f8162668761f5d15f0dd7c..fa769be1724806ac89fb4ae2162b2fa5de83ab20 100644 (file)
@@ -1,2 +1,2 @@
-EXTRA_DIST = manual
+EXTRA_DIST = manual man/ustctl.1 man/ustd.1 man/usttrace.1
 man_MANS = man/ustctl.1 man/ustd.1 man/usttrace.1
index eba0fe5b8153ff37e571d857a466fdc7e850a5a7..4732c467dd4d4f258cb34ce997100d28d310f014 100644 (file)
@@ -7,6 +7,7 @@ nobase_include_HEADERS = \
        ust/ust.h \
        ust/tracectl.h \
        ust/core.h \
+       ust/clock.h \
        ust/type-serializer.h \
        ust/kcompat/kcompat.h \
        ust/kcompat/compiler.h \
This page took 0.025331 seconds and 4 git commands to generate.