Update version to v2.4.1 v2.4.1
authorDavid Goulet <dgoulet@efficios.com>
Tue, 8 Apr 2014 19:14:25 +0000 (15:14 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Tue, 8 Apr 2014 19:14:25 +0000 (15:14 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 09c140590767617ae67b6acad87934f04b0814ac..a8693b09661a22541eb3f3a38525e064b2ea2d06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+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
+       * Fix: don't print stream name in error message
+       * Fix: take session list lock when listing tp
+       * Fix: add consumer wake up pipe to avoid race
+       * Fix: don't spawn relayd if URL is provided
+       * Fix: don't ask data pending if session was not started
+       * Fix: missing test file in EXTRA dist
+       * Fix: allow empty URL for live session creation
+       * Fix: missing valid return code when adding an URI to consumer
+       * Fix: syntax error in lttng.1
+       * Fix: check relayd fd leak in lttng cmdline
+       * Fix: remove unused tp in high-throughput test
+       * Use autoconf AM_MAINTAINER_MODE.
+       * Fix: clang 'constant-out-of-range-compare' warning
+       * Fix: Unchecked session pointer when destroying a connection in relayd
+
 2014-02-28 lttng-tools 2.4.0 (Public Sleeping Day)
        * Fix: improve lttng with live by spawning relayd
        * Fix: relayd should listen for viewers on localhost only by default
index 92a21228f231cc13aafb8cd93886462b04b0ed22..389a6880316512c678c3a38b0265e7c30468eda1 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.4.0],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.4.1],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.026897 seconds and 4 git commands to generate.