Update version to 2.0.3 stable v2.0.3
authorDavid Goulet <dgoulet@efficios.com>
Fri, 22 Jun 2012 15:18:54 +0000 (11:18 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 22 Jun 2012 15:18:54 +0000 (11:18 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
ChangeLog
Makefile.am
configure.ac

index e036bd5fe6eb149f499f9b94c5822d690d7e14d6..af7f921a8e385c7ecca04387a23d807a71256d74 100644 (file)
--- 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
index 13d3f933b5fb0d7d6803c374cd876c0951625395..1424726a4b86ea4d293d8e1d950faceaf7256654 100644 (file)
@@ -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
index aa9b6da523846d926fcf88ec372cc5e24c09d6e1..67a9152587a0803049e34cbb2c6c1fa6a4a98f7a 100644 (file)
@@ -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
This page took 0.027396 seconds and 4 git commands to generate.