Version 2.13.10 v2.13.10
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Jun 2023 14:53:24 +0000 (10:53 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 7 Jun 2023 14:53:24 +0000 (10:53 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9d1d358ba28dd0f9f68b54c52e784d002d9bc74c

ChangeLog
include/lttng/tracer.h

index 04f45dc86c498621e7b2f631bab48e157928d61c..e52c88f7db9f6ebfe87b85fe8946ba302453e1c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2023-06-07 (National VCR Day) LTTng modules 2.13.10
+       * Add support for RHEL 9.1
+       * Add support for RHEL 9.0
+       * fix: kallsyms wrapper on CONFIG_PPC64_ELF_ABI_V1
+       * fix: net: add location to trace_consume_skb() (v6.3)
+       * fix: btrfs: pass find_free_extent_ctl to allocator tracepoints (v6.3)
+       * fix: uuid: Decouple guid_t and uuid_le types and respective macros (v6.3)
+       * fix: mm: introduce vma->vm_flags wrapper functions (v6.3)
+
 2023-03-03 (Canadian Bacon Day) LTTng modules 2.13.9
        * fix: jbd2: use the correct print format (v5.4.229)
        * fix: jbd2 upper bound for v5.10.163
index cae03e7c0ceb620067643591d91680f37751cf9e..30f80447b82e570075fd4e8512d638771bed8840 100644 (file)
@@ -28,7 +28,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 13
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 9
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 10
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Nordicité"
This page took 0.02769 seconds and 4 git commands to generate.