Update version to v2.1.1 v2.1.1
authorDavid Goulet <dgoulet@efficios.com>
Fri, 11 Jan 2013 15:56:44 +0000 (10:56 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 11 Jan 2013 15:56:44 +0000 (10:56 -0500)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
configure.ac

index 495131ad08390a9bb1c05e06f6469f838f979311..803a3bc5d37bb2fe65c95187b6c3f3e3faf0e7dc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2013-01-11 lttng-tools 2.1.1
+       * Fix: update next_net_seq_num after sending header
+       * Fix: wrong loop continuation in metadata thread
+       * Fix: lttng create session memleaks
+       * Fix: remove unused session id map
+       * Fix: wrong session id used on relayd lookup
+       * Fix: add missing UST abi header for make dist
+       * Fix: add missing rcu read side lock/unlock
+
 2012-12-20 lttng-tools 2.1.0 (13th Baktun)
        * STABLE VERSION 2.1.0-stable - "Basse Messe"
        * Multiple minor fixes
index 425941b99fa0ddd740ad93923c2e819a8dd628bd..7c094d4ee76c8f0022ec650e54f4dadc05a8aeab 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([lttng-tools],[2.1.0],[dgoulet@efficios.com],[],[http://lttng.org])
+AC_INIT([lttng-tools],[2.1.1],[dgoulet@efficios.com],[],[http://lttng.org])
 AC_CONFIG_AUX_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
This page took 0.027199 seconds and 4 git commands to generate.