+2012-03-20 lttng-tools 2.0.0-rc4
+ * Fix: add small detail to enable-channel man page
+ * Fix: warned of arbitrary time for ust-nprocesses test
+ * Fix. add limitation to man page
+ * Fix: minor changes to lttng.1
+ * Fix: add exit values to lttng.1 man page
+ * Fix: add delay before validating apps in test nproc
+ * Fix: error handling in lttng enable-event
+ * Fix: document structure init. to 0 in lttng.h
+ * Fix: uninitialized variable
+ * Keep track of FD used for UST applications (v2)
+ * Fix: lttng view, error message and exit code
+ * Small fixes to lttng man pages (v2)
+ * Fix: handle EINTR for sendmsg syscall
+ * Fix: lttng UI exit value and error message
+ * Fix: session lock use after free
+ * Fix kernel_list_events memleaks
+ * Fix debug message use uninitialized variable
+ * Fix: trace_ust_destroy_metadata should check for NULL pointer
+ * Fix: various memleaks
+ * Fix: hash table allocation out of order on error
+ * fix: lttng_ht_destroy memleak
+
2012-03-16 lttng-tools 2.0.0-rc3
* Fix: missing headers for make dist
* Fix: install lttng-consumerd in lib/lttng/libexec/
-AC_INIT([lttng-tools],[2.0.0-rc3],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.0.0-rc4],[dgoulet@efficios.com],[],[http://lttng.org])
AC_CONFIG_AUX_DIR([config])
AC_CANONICAL_TARGET
AC_CANONICAL_HOST
AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
+AC_DEFINE_UNQUOTED([VERSION_NAME], "TBD", "")
+AC_DEFINE_UNQUOTED([VERSION_DESCRIPTION], "TBD", "")
+
AC_CONFIG_HEADERS([include/config.h])
AC_CHECK_HEADERS([ \
static void usage(FILE *ofp)
{
- fprintf(ofp, "LTTng Trace Control " VERSION"\n\n");
+ fprintf(ofp, "LTTng Trace Control " VERSION" - " VERSION_NAME"\n\n");
fprintf(ofp, "usage: lttng [OPTIONS] <COMMAND>\n");
fprintf(ofp, "\n");
fprintf(ofp, "Options:\n");