Version 2.9.1 v2.9.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Feb 2017 17:16:41 +0000 (12:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 17 Feb 2017 17:16:41 +0000 (12:16 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index dd9468a91228a6fe1e4ee01f86206cf54d9f1434..645e24a108b5de9d09f5ed0c572c094cd66bdb6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2017-02-17 (National Cabbage Day) LTTng modules 2.9.1
+       * Fix: nmi-safe clock on 32-bit systems
+       * Fix: only include linux/cpuhotplug.h for kernels >= 4.10
+       * Fix: 4.10 hotplug adaptation backward compat
+       * Adapt lttng-modules to Linux 4.10 cpu hotplug state machine
+       * Fix: 4.10 btrfs instrumentation update backward compat
+       * Update btrfs instrumentation for 4.10 kernel
+       * btrfs instrumentation: update to 4.10 kernel
+       * timer instrumentation: adapt to ktime_t without union
+       * Fix: asoc instrumentation for RHEL 7.3
+       * Fix: SCSI instrumentation for SLES12 SP2
+       * Add SUSE Linux Enterprise kernel version tests
+
 2016-11-29 (National Square Dance Day) LTTng modules 2.9.0
        * Performance: add missing unlikely in reserve
        * Fix: preemptible and migratable context error handling
index cbb9fb5dbcde91e7815e6dba63f7174094049d7b..0a1dcea1bfa7856cb555d679b841a3bd6cf616c5 100644 (file)
@@ -41,7 +41,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
This page took 0.025766 seconds and 4 git commands to generate.