Update version to v2.3.2 v2.3.2
authorDavid Goulet <dgoulet@efficios.com>
Fri, 28 Feb 2014 18:06:11 +0000 (13:06 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 28 Feb 2014 18:06:11 +0000 (13:06 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index ee9279bcac62178765a281ffedea7d800777cc82..a3ed4145f402b3557e0c28ba24ac8e17c65eec86 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,39 @@
+2014-02-28 lttng-tools 2.3.2
+       * Fix: minor rephrasing of the lttng.1 man page
+       * Fix: possible NULL deref. in sessiond error path
+       * Fix: flag that kernel streams FDs has been sent
+       * Fix: forbid session name creation if contains /
+       * Fix: don't start session if no channel
+       * Fix: report error if consumer can't be spawned
+       * Fix: lttng list -u <name> should only list UST
+       * Fix: kernel channel destroy on consumer if sent
+       * Fix: Define __STDC_LIMIT_MACROS to fix C++ builds
+       * Fix: remove unused goto label
+       * Fix: relayd: add LPOLLERR to events
+       * Fix: relayd: initialize lttcomm inet
+       * Fix: consumerd: HT init/teardown with program
+       * Fix: consumerd should initialize lttcomm
+       * Fix: measure UST clock offset with best sample (v2)
+       * Fix: report to client when snapshot will be empty
+       * Fix: missing reset when listing UST fields for multiple PIDs
+       * Fix: filter: check binary op nesting
+       * Fix: remove break in epoll loop of apps. thread
+       * Fix: wrong comment in snapshot public API
+       * Fix: remove bad code from previous backport patch
+       * Fix: bad logical check of error codes
+       * Fix: resource leak in enable-event command
+       * Fix: unchecked return value in ust app delete
+       * Fix: dereference after null check in UST registry
+       * Fix: Resource leak in ust registry
+       * Fix: backported from urcu commit 92af1a30
+       * Fix: update back the metadata len sent on failure
+       * Fix: don't fail on push metadata if no channel
+       * Fix: comparison of unsigned enum expression >= 0
+       * Add libuuid as dependency in README
+       * Fix: implicit conversion of enum types in consumer
+       * Fix: implicit conversion of enum types in sessiond
+       * Fix: comparison of unsigned value agains < 0
+
 2013-11-13 lttng-tools 2.3.1
        * Fix: typo in --sig-parent help
        * Fix: application SIGBUS when starting in parallel with sessiond
index 706e22ca05e67d9c865cdbb60f29a9cb2a2ffccb..ac7db5ea037ec236201ae0ed5df5e5d09ca4f0a5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.3.1],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.3.2],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027655 seconds and 4 git commands to generate.