Version 2.3.0-rc1 v2.3.0-rc1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Jul 2013 01:37:26 +0000 (21:37 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 18 Jul 2013 01:37:26 +0000 (21:37 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index d0eb9c177f27250f79bc769dc8d96893601d7450..b56214e0241b8aed86285da759df848a4cb70131 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2013-07-17 LTTng modules 2.3.0-rc1
+       * Fix: kvm x86 probes side-effect
+       * Fix: allow get/put subbuf in loop for metadata stream
+       * Add support for kvm x86 specific tracepoints
+       * Add mainline headers for kvm x86 tracepoints
+       * Remove old 3.0.4 x86-64 extracted syscall info
+       * Point the x86-64 overrides to newly extracted 3.10-rc7 files
+       * Add syscalls extracted files from a 3.10-rc7 kernel
+       * Improve documentation of the syscall extractor script
+       * Fix: double length of __dynamic_len array
+       * Fix printk instrumentation
+       * Introduce __dynamic_array_enc_ext_2() and tp_memcpy_dyn_2()
+       * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter
+       * Fix: SWITCH_FLUSH new sub-buffer checks
+       * Fix: ring buffer: handle concurrent update in nested buffer wrap around check
+       * Cleanup: lib_ring_buffer_switch_new_end() only calls subbuffer_set_data_size()
+       * Revert "Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()"
+       * Fix: handle writes of length 0
+       * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption
+       * Cleanup: ring buffer: remove lib_ring_buffer_switch_new_end()
+       * print warning and return -EBUSY on double get_subbuf()
+       * Add header to fix compilation of syscalls-extractor on 3.9 kernel
+       * Fix: don't do 0 byte event reservation
+       * Document that payload size need to be greater than 0
+       * Fix build and load against linux-2.6.33.x
+       * Fix: add missing CONFIG_COMPAT around lib_ring_buffer_compat_ioctl
+       * Metadata cache and multiple metadata channels
+       * fix block instrumentation probe signature mismatch for 3.9.x kernels
+       * fix: block instrumentation: NULL pointer dereference
+       * Update rcu instrumentation to 3.9.[0-4]
+       * Fix CPU hotplug section mismatches
+       * Add system calls definitions for powerpc-32
+       * Remove bashism in lttng-syscalls-generate-headers.sh
+       * Update ARM (32 bit) syscall tracepoints to 3.4
+
 2013-05-09 LTTng modules 2.2.0-rc2
        * Remove useless lttng_metadata probe
        * Fix: warning kvm_trace_exit_reason redefined for 3.9 kernel
index d541ff0e847fe1b1897df5bcb64aae1fc6e805fd..38f2681d8eced8e079eb8895ca151e1de6303e79 100644 (file)
 #include "lttng-events.h"
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
-#define LTTNG_MODULES_MINOR_VERSION 2
+#define LTTNG_MODULES_MINOR_VERSION 3
 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0
 
-#define LTTNG_VERSION_NAME             "Cuda"
+#define LTTNG_VERSION_NAME             "Dominus Vobiscum"
 #define LTTNG_VERSION_DESCRIPTION      \
-       "Brewed at the Benelux microbrewery, this IPA has huge floral, citric and resinous hop aroma, simply an amazing nose. The flavor is very fresh with a light caramel malting touch completing a strong body. Huge amounts of hops, lots of grapefruit, lemon and oranges. This is an outstanding IPA!"
+       "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."
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
This page took 0.027016 seconds and 4 git commands to generate.