Version 2.3.5 v2.3.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:52:25 +0000 (12:52 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 28 Feb 2014 17:52:25 +0000 (12:52 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index d2aedc55911f162c4915c5c219100b77e76918eb..9d343d1a199807e61e394a86d9eb6dd445c0b985 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2014-02-28 LTTng modules 2.3.5
+       * Fix: load state dump even if work-around lookup fails
+       * Cleanup: fix comment
+       * Fix: correctly version kvm events to build against v3.0 kernel
+       * Fix: Add statedump exit so module is not permanent
+       * Fix: OOT lttng-statedump tracepoints not visible with signed kernels
+       * Fix: tracepoint event name mapping at unregister
+       * Fix: tracepoint name remapping
+       * Fix: enable event error path memory corruption
+       * Update kvm instrumentation to Linux 3.13
+       * Update sched instrumentation to Linux 3.13
+       * Fix: provide more precise error report for enable event
+       * Fix: quote event name in metadata
+
 2013-12-03 LTTng modules 2.3.4
        * Fix: handle unknown event type parameter
        * Fix: eliminate timestamp overlap between packets
index 791140f8f51ebd8fdaba653757343352bb488728..4639fcece55281b1925a6adf5bb3d9119f49d130 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 3
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 4
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 5
 
 #define LTTNG_VERSION_NAME             "Dominus Vobiscum"
 #define LTTNG_VERSION_DESCRIPTION      \
This page took 0.026844 seconds and 4 git commands to generate.