Version 2.10.11 v2.10.11
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 Sep 2019 12:09:53 +0000 (13:09 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 Sep 2019 12:09:53 +0000 (13:09 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 640f4b2d75978af2715a40f65beade4fd23605ea..5322836a2687ed3afb80bde818e3e490f841389b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-09-07 (Walter White's Anniversary) LTTng modules 2.10.11
+       * Fix: gcc-9.1 stack frame size warning
+       * Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0
+       * Fix: missing define when not building with gcc
+       * Fix: lttng-tracepoint module notifier should return NOTIFY_OK
+
 2019-06-12 (National Peanut Butter Cookie Day) LTTng modules 2.10.10
        * Fix: Don't print ring-buffer's records count when it is not used
        * Fix: do not set quiescent state on channel destroy
index 30f2ced600d6cde20ba64e2b852a4bcf15aff16c..7fb084540df8bc734ce8563404ddb58f2db486bc 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 10
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 10
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 11
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "KeKriek"
This page took 0.026433 seconds and 4 git commands to generate.