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

index bb4c2f92cfb8a573208d8f1afcc6e5250f0c80e0..c753dec40b7173130cc1aa48ea78a345bbf1a805 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2018-08-09 (National Book Lovers Day) LTTng modules 2.9.10
+       * 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.9.9
        * Fix: update RCU instrumentation for 4.17
        * Fix: sunrpc instrumentation for 4.17
index 88709c68aaf1f57fd987d5b5578612c06b0127b6..8e96d5dd26a6358a6209f69b634b29965c5ef77d 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 9
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 10
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
This page took 0.027626 seconds and 4 git commands to generate.