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

index 03dab93ca3c1cfc3485d218ebf7596111ad90e68..8287ba8611cc569b9734df0e636b9d4a865e1a04 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2019-09-07 (Walter White's Anniversary) LTTng modules 2.9.14
+       * 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.9.13
        * Fix: Don't print ring-buffer's records count when it is not used
        * Fix: do not set quiescent state on channel destroy
index 0d3af2b93b37398ec0ea569861eebc3d3595942c..f644f9ef0d4977d9a1175ebcb6fe96e217510286 100644 (file)
@@ -42,7 +42,7 @@
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 13
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 14
 #define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
This page took 0.026213 seconds and 4 git commands to generate.