Update version to v2.5.1 v2.5.1
authorDavid Goulet <dgoulet@efficios.com>
Mon, 20 Oct 2014 19:47:39 +0000 (15:47 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 20 Oct 2014 19:47:39 +0000 (15:47 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index c43fc7c4f306255e8a2a00a02227f86845f42dd4..90ef5483d2a199e1be03393722ee85740705194b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2014-10-20 lttng-tools 2.5.1
+       * Fix: handle sysconf possible negative returned value
+       * Fix: channel deref. after NULL check in kernel consumer
+       * Fix: check for kernel session metadata during init
+       * Fix: incorrect cast in ust consumer assert
+       * Fix: bad handling of incoming data in consumer thread
+       * Fix: disable event for JUL domain
+       * Fix: send disable ALL command code if event is *
+       * Fix: make sure no index is in flight before using inactivity beacons
+       * Fix: Parenthesize previous statement when adding conditions to a filter
+       * Fix: parse_prob_opts return the actual success of the function
+       * Fix: Man page typos
+       * Fix: disable JUL event on destroy
+       * Fix: unbalanced ustconsumer32_data.pid_mutex lock
+
 2014-07-16 lttng-tools 2.5.0 (Take Your Poet to Work Day)
        * Fix: validate file path creds in autoload mode
        * Fix: change session file loading order
index e82713f73576018e8150f0fc1c4188b11a0e4bf2..9af771289ab10c673ccec885ada670e98d19062c 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.5.0],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.5.1],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.029783 seconds and 4 git commands to generate.