Update version to v2.4.2 v2.4.2
authorDavid Goulet <dgoulet@efficios.com>
Wed, 16 Jul 2014 15:08:17 +0000 (11:08 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 16 Jul 2014 15:08:17 +0000 (11:08 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index a8693b09661a22541eb3f3a38525e064b2ea2d06..e37194c63809798867b49006890bd33eaf6cec4d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2014-07-16 lttng-tools 2.4.2 (Take Your Poet to Work Day)
+       * Fix: Create a lock file to prevent multiple session daemons
+       * Fix: relayd stream set close_flag on stream close
+       * Fix: ustctl_get_stream_id without UST support
+       * Fix: get the stream_id when generating live beacons
+       * Fix: missing include for getpwuid()
+       * Fix: add a get HOME dir fallback to getpwuid
+       * Fix: don't set enabled flag is session start fails
+       * Fix: logger name dropped from filter condition when loglevels are used
+       * Fix: memory leak in lttng_enable_event_with_exclusions
+       * Fix: check malloc return value
+       * Fix: static array larger than necessary
+       * Fix: set session in output mode if URL are set afterwards
+       * Fix: Add vpid, vppid and vtid info in add-context help
+       * Fix: alignment problems on targets not supporting unaligned access.
+       * Fix: possible use after free in consumer
+       * Fix: improve and update lttng.h comments
+       * Fix: JUL filtering for event *
+       * Fix: deny overwrite mode and num subbuf less than 2
+       * Fix: remove bad option in enable channel --help
+       * Fix: implicit conversion from enumeration
+       * Fix: clarify man page lttng.1
+       * Fix: Copy-pasted PERROR messages may be misleading
+       * Fix: incorrect printf format
+       * Fix: handle ENOENT when creating a kernel event
+       * Fix: move JUL filter creation to a function
+       * Fix: JUL filtering done on the UST level
+       * Fix: Don't include the binary in the live test's EXTRA_DIST
+       * Fix: add JUL filter to UST event on logger_name
+       * Fix: Racy event validation in tests
+       * Fix: rework utils_parse_size_suffix
+
 2014-04-08 lttng-tools 2.4.1 (OpenSSL heartbleed day)
        * Fix: don't delete stream from connection recv list
        * Fix: use after free of a relayd stream
index 389a6880316512c678c3a38b0265e7c30468eda1..88ae649e574e8aa3a7c4b20b947ada9ca1f557a0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.4.1],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.4.2],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027917 seconds and 4 git commands to generate.