Version 2.4.0-rc1 v2.4.0-rc1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Nov 2013 18:55:35 +0000 (13:55 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 15 Nov 2013 18:55:35 +0000 (13:55 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index ec3f24a217a637947dcd8cba2f73ded83387c522..9c656cf68879373b1b6fa912b0cc135671fe6487 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2013-11-15 LTTng modules 2.4.0-rc1
+       * Update ext4 instrumentation to Linux 3.12
+       * Update RCU instrumentation to Linux 3.12
+       * Update btrfs instrumentation to 3.12 kernel
+       * Update vmscan instrumentation to Linux 3.12
+       * update: kmem instrumentation 3.12 kernel support
+       * lttng-statedump-impl: Use generic hard irqs for Linux >= 3.12
+       * lttng-statedump-impl: Fix lttng_list_interrupts for empty implementation
+       * Import fix from LTSI: 3.4+ RT kernels use CONFIG_PREEMPT_RT_FULL
+       * Add new tracepoint in KVM
+       * Blacklist kernels 3.10.13 and 3.11.2
+       * LTTng trace-clock: shrink kernel blacklist
+       * Metadata flush writes data from the cache
+       * Per-stream ioctl to get the current timestamp
+       * LTTng ringbuffer ABI calls for index generation
+       * Prepare LTTng override of ring buffer fops
+       * Blacklist Linux kernels 3.10+
+
 2013-09-03 LTTng modules 2.3.0
        * Fix: metadata stream should not reference session
        * Fix: btrfs: support 3.11 Linux kernel
index 38f2681d8eced8e079eb8895ca151e1de6303e79..1e27a9998c47dcc3093ba043235bffc285ca3037 100644 (file)
 #include "lttng-events.h"
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
-#define LTTNG_MODULES_MINOR_VERSION 3
+#define LTTNG_MODULES_MINOR_VERSION 4
 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0
 
-#define LTTNG_VERSION_NAME             "Dominus Vobiscum"
+#define LTTNG_VERSION_NAME             "Époque Opaque"
 #define LTTNG_VERSION_DESCRIPTION      \
-       "A very succulent line-up of beers brewed at Microbrasserie Charlevoix. Elaborated starting from special malts and fermented with a Belgian yeast. These beers are refermented in bottle and will make you discover the richness of wheat, amber and triple styles."
+       "The Époque Opaque is a black IPA from Trou du Diable brewery. The nose is eerily reminiscent of the coffee crisp candy from of our childhood. These strong mocha accents are present on the palate, which are quickly subdued by Japanese and Australian hops leading to a final state of satisfaction enjoyable for any fan of bitter beer."
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
This page took 0.026613 seconds and 4 git commands to generate.