Version 2.13.12 v2.13.12
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Mar 2024 19:45:34 +0000 (15:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 21 Mar 2024 19:45:34 +0000 (15:45 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I448e493bbf064587e3b717a9f5c41c13f0569f29

ChangeLog
include/lttng/tracer.h

index cab28f50abf5c45a17f6e445fc0d239d4a31833f..4ceeba83428a2b3123e00f0c5cbfda592327ab61 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2024-03-21 (National Common Courtesy Day) LTTng modules 2.13.12
+       * docs: Add supported versions and fix-backport policy
+       * docs: Add links to project resources
+       * Fix: Correct minimum version in jbd2 SLE kernel range
+       * Fix: Handle recent SLE major version codes
+       * Fix: build on sles15sp4
+       * Compile fixes for RHEL 9.3 kernels
+       * Fix: ext4_discard_preallocations changed in linux 6.8.0-rc3
+       * Fix: btrfs_get_extent flags and compress_type changed in linux 6.8.0-rc1
+       * Fix: btrfs_chunk tracepoints changed in linux 6.8.0-rc1
+       * Fix: strlcpy removed in linux 6.8.0-rc1
+       * Fix: timer_start changed in linux 6.8.0-rc1
+       * Fix: sched_stat_runtime changed in linux 6.8.0-rc1
+
 2024-01-10 (National Houseplant Appreciation Day) LTTng modules 2.13.11
        * Fix: Include linux/sched/rt.h for kernels v3.9 to v3.14
        * Fix: Disable IBT around indirect function calls
index 813fb3b8dd4de3f21290828610651fdda122bc0d..54577c4d3985813cd67d3aa62941682153cdd67f 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 13
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 11
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 12
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Nordicité"
This page took 0.028462 seconds and 4 git commands to generate.