Version 2.2.2 v2.2.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Jul 2013 22:14:55 +0000 (18:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Jul 2013 22:14:55 +0000 (18:14 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 32e685da09fd14f96ab4d4bc71e7678e805017d2..b00599efc666ec03839fe1fb66003f7f33ca26cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,24 @@
+2013-07-17 lttng-tools 2.2.2
+       * Fix: set tracefile size test with PID buffers
+       * Fix: Babelstats fail to parse output with no process name or pid
+       * Fix: kernel data unit test
+       * Fix: don't send error to sessiond on orderly shutdown
+       * Fix: consumer: incorrect size zmalloc
+       * Fix: RCU read side lock unbalanced
+       * Fix deadlock: don't take channel lock in timer
+       * Introduce channel timer lock
+       * document lttng_ustconsumer_request_metadata locking constraints
+       * document metadata_switch_timer() deadlock
+       * document metadata_switch_timer() locking constraints
+       * consumer: replace DBG2() instances by DBG()
+       * ust consumer: data_pending check is endpoint active
+       * Fix: kernel consumer: data_pending check if endpoint active
+       * consumer: explicitly set endpoint status to active at init
+       * document consumer_metadata_cache_flushed use of consumer_data.lock
+       * consumer: introduce channel lock
+       * Missing NULL pointer init in tap.c
+       * Fix: Unchecked asprintf/vasprintf return values
+
 2013-07-11 lttng-tools 2.2.1
        * Fix: consumer err_sock cloexec
        * Fix: possible consumer sockets double close on cleanup
index 706f13197642a9fd6ff581e605857063f5fd2d2a..e3a29430ac1f0df30cdaf9bd1ca5b442e30ef793 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.2.1],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.2.2],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.029223 seconds and 4 git commands to generate.