Version 2.10.7 v2.10.7
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Aug 2018 19:19:26 +0000 (15:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 9 Aug 2018 19:19:26 +0000 (15:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 60b5d7876d3a9406666d3f32e5bbd7fcc2be455b..133202996683fff8406b79044dfa9db5b7ed8aaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2018-08-09 (National Book Lovers Day) LTTng modules 2.10.7
+       * Fix: adjust SLE version ranges to build with SP2 and SP3
+       * Fix: Allow alphanumeric characters in SLE version
+       * Fix: Adjust range for SuSE 4.4.103-92 kernels
+       * Add extra version information framework
+       * Fix: btrfs: Remove unnecessary fs_info parameter
+       * Fix: asoc: Remove snd_soc_cache_sync() implementation
+       * Fix: asoc: fix printing jack name
+       * Fix: asoc: Consolidate path trace events
+       * Fix: ASoC level IO tracing removed upstream
+       * Fix: dyntick field added to trace_rcu_dyntick in v4.16
+       * Fix: BUILD_BUG_ON with compile time constant on < v2.6.38
+       * Fix: pid tracker should track "pgid" for noargs probes
+
 2018-05-09 (Lost Sock Memorial Day) LTTng modules 2.10.6
        * Fix: update RCU instrumentation for 4.17
        * Fix: sunrpc instrumentation for 4.17
index fbce00cc12e311213bd0e2cdf0c8dff22dc833b5..e20ed747157160156c7f575d003f4bde90fd2821 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 6
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 7
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.02675 seconds and 4 git commands to generate.