From: David Goulet Date: Fri, 22 Jun 2012 15:18:54 +0000 (-0400) Subject: Update version to 2.0.3 stable X-Git-Tag: v2.0.3^0 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=cb1da575007beb73dc45839c5be284648ea4e36a Update version to 2.0.3 stable Signed-off-by: David Goulet --- diff --git a/ChangeLog b/ChangeLog index e036bd5fe..af7f921a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-06-22 lttng-tools 2.0.3 + * Fix: enable event loglevel match function + * Fix: unchecked pointer from getenv() for lttng create + * Ship license text file with the release archive + 2012-06-14 lttng-tools 2.0.2 * Fix: enable event with different loglevel error * Fix: move memset in channel_set_attr after NULL check diff --git a/Makefile.am b/Makefile.am index 13d3f933b..1424726a4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,6 @@ SUBDIRS = src \ dist_doc_DATA = LICENSE \ ChangeLog -dist_noinst_DATA = CodingStyle +dist_noinst_DATA = CodingStyle gpl-2.0.txt lgpl-2.1.txt EXTRA_DIST = extras/lttng-bash_completion diff --git a/configure.ac b/configure.ac index aa9b6da52..67a915258 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([lttng-tools],[2.0.2],[dgoulet@efficios.com],[],[http://lttng.org]) +AC_INIT([lttng-tools],[2.0.3],[dgoulet@efficios.com],[],[http://lttng.org]) AC_CONFIG_AUX_DIR([config]) AC_CANONICAL_TARGET AC_CANONICAL_HOST