Update version to 2.0.2 v2.0.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Apr 2012 20:26:32 +0000 (16:26 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 18 Apr 2012 20:26:32 +0000 (16:26 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 6bc0208f3f58667c4ca2166306a0a818f5b8c32b..7bb6b227f93b091d45bcf6155b7674eb81ff6547 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-04-18 LTTng modules 2.0.2
+       * Fix: generate header missing echo -e for escape chars
+       * Fix: add missing uaccess.h include (for ARM)
+       * README: Document that CONFIG_MODULES is required
+       * Fix: README typo
+       * Fix: document required and optional kernel config options in README
+
 2012-03-29 LTTng modules 2.0.1
        * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3
 
index 14240eb7e990889c73294b50724583989baba169..6162e081e9a1fd324c53b261ae98bb7e02bd60ef 100644 (file)
@@ -40,7 +40,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 0
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 2
 
 #define LTTNG_VERSION_NAME             "Annedd'ale"
 #define LTTNG_VERSION_DESCRIPTION      \
This page took 0.026611 seconds and 4 git commands to generate.