Version 2.1.2 v2.1.2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 00:56:42 +0000 (20:56 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 19 Jun 2013 00:56:42 +0000 (20:56 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 9e839eb7e211ea18f0f1bc3a87efe5ef90a19c4a..79be2485a9d33f836301de7e392e98623ee0b909 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2013-06-18 LTTng modules 2.1.2
+       * Fix build and load against linux-2.6.33.x
+       * fix block instrumentation probe signature mismatch for 3.9.x kernels
+       * fix: block instrumentation: NULL pointer dereference
+       * Fix: 3.9.0 block layer instrumentation build
+       * block: update instrumentation to 3.9 rc kernel
+       * Backport block-related changes from "Update kernel probes to more detailed match to kernel versions"
+       * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel
+       * Fix 3.8 kernel support: namespace lttng_is_signed_type()
+       * lttng-module: sched.h: Fix compilation on 3.9 kernel
+       * Fix: don't flush-final for offset 0 if reader is on sub-buffer
+
 2013-02-14 LTTng modules 2.1.1
        * Fix: statedump: missing locking, use lttng_iterate_fd
        * Implement lttng_iterate_fd wrapper
index 6d9e3cd56ea0a05f560cb162eea39421f1d6c890..dff4ab48fed61d2947669d64061ec9e197032b9d 100644 (file)
@@ -40,7 +40,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 1
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 2
 
 #define LTTNG_VERSION_NAME             "Basse Messe"
 #define LTTNG_VERSION_DESCRIPTION      \
This page took 0.025977 seconds and 4 git commands to generate.