From 959f036852e1eef40b2fb201a5b2914285a0abbe Mon Sep 17 00:00:00 2001 From: David Goulet Date: Fri, 11 Jan 2013 10:56:44 -0500 Subject: [PATCH] Update version to v2.1.1 Signed-off-by: David Goulet --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 495131ad0..803a3bc5d 100644 --- 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 diff --git a/configure.ac b/configure.ac index 425941b99..7c094d4ee 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.34.1