From: Pierre-Marc Fournier Date: Thu, 1 Jul 2010 04:31:10 +0000 (-0400) Subject: Final updates for release 0.5 X-Git-Tag: v0.5^0 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=ec3e09400980dbdb38cae99737ed0f44dee17d9c Final updates for release 0.5 --- diff --git a/README b/README index ef11607..8eaf618 100644 --- 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: diff --git a/configure.ac b/configure.ac index 01d878e..0b67b38 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.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 diff --git a/doc/Makefile.am b/doc/Makefile.am index c266f7d..fa769be 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 diff --git a/include/Makefile.am b/include/Makefile.am index eba0fe5..4732c46 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -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 \