From: David Goulet Date: Fri, 11 Jan 2013 15:56:44 +0000 (-0500) Subject: Update version to v2.1.1 X-Git-Tag: v2.1.1^0 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=959f036852e1eef40b2fb201a5b2914285a0abbe Update version to v2.1.1 Signed-off-by: David Goulet --- 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