Update version to 2.0.6 v2.0.6
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Dec 2012 19:32:14 +0000 (14:32 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Dec 2012 19:32:14 +0000 (14:32 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 6d5aadfb797156985c7bb646627f188d361feb14..81792dba1a3c03fa60760763c1bfc796cd8a7452 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-12-07 LTTng modules 2.0.6
+       * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h.
+       * Fix warning with 3.6.0 kernel
+       * Fix: compat layer only on supported architectures
+       * Fix ring buffer 32/64 bits compat
+       * Fix cleanup: move lttng-tracer-core.h include to lib ringbuffer config.h
+       * Fix ring_buffer_frontend.c: missing include lttng-tracer-core.h
+       * fix timestamps on architectures without CONFIG_KTIME_SCALAR
+
 2012-08-27 LTTng modules 2.0.5
        * Fix: statedump: disable vm maps enumeration
        * Fix: ensure userspace accesses are done with _inatomic
index 94692ec522f5a33136b05435db28e744fae7cdce..0b7765b5af6998faf5fe0554ba8951ad393e7b83 100644 (file)
@@ -40,7 +40,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 0
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
 
 #define LTTNG_VERSION_NAME             "Annedd'ale"
 #define LTTNG_VERSION_DESCRIPTION      \
This page took 0.026258 seconds and 4 git commands to generate.