Version 2.8.0 v2.8.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2016 20:14:51 +0000 (16:14 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 20 May 2016 20:14:51 +0000 (16:14 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 13140514df722119d77be9a29ddfc156282b309d..557995967846bf21d584376904eacb966b4bf525 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2016-05-20 (Bike-to-Work Day) LTTng modules 2.8.0
+       * Fix: ring buffer: honor switch parameter type in remote switch
+       * Fix: only flush non-metadata channels
+       * Fix: don't perform extra flush on metadata channel
+       * Fix: flush empty packets on snapshot channel
+       * Fix: do not generate packet at destroy after stop
+       * Fix: compat ioctl for flush/get metadata version
+       * Fix: ctf_string() should handle NULL pointers
+       * Fix: portability: no arith on void pointer
+       * Fix: add missing tests/Kbuild
+       * Test clock override plugin
+       * Fix: add modules target to base Makefile
+       * Fix: make clean does not include dot-config
+       * Fix: trigger build error if CONFIG_TRACEPOINTS is not set
+       * Documentation: document that CONFIG_MODULES not required when builtin
+       * Fix: mm_page_alloc_extfrag instrumentation for kernel 3.16.35
+       * Fix: integer endianness metadata generation
+       * Fix: endianness of integers received by filter
+
 2016-04-26 LTTng modules 2.8.0-rc2
        * Fix: writeback probe on RHEL >= 3.10.0-327.10.1
        * Fix: RHEL kernel 3.10.0-327.13.1 compat
index 1010946b349262fcc5fc11a9010055327c6d0ac6..18db3621bc00edb0aad54f5533b121cba230b39f 100644 (file)
@@ -42,7 +42,7 @@
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 8
 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0
-#define LTTNG_MODULES_EXTRAVERSION "-rc2"
+#define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Isseki Nicho"
 #define LTTNG_VERSION_DESCRIPTION      "The result of a collaboration between \"Dieu du Ciel!\" and Nagano-based \"Shiga Kogen\", Isseki Nicho is a strong Imperial Dark Saison offering a rich roasted malt flavor combined with a complex fruity finish typical of Saison yeasts."
This page took 0.027997 seconds and 4 git commands to generate.