Update version to 2.1.0-rc1 v2.1.0-rc1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 10 Sep 2012 21:19:48 +0000 (17:19 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 10 Sep 2012 21:19:48 +0000 (17:19 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 6bc0208f3f58667c4ca2166306a0a818f5b8c32b..70a83bb75fd314845c3f16ef567bbb91878b10a3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2012-09-10 LTTng modules 2.1.0-rc1
+       * fix timestamps on architectures without CONFIG_KTIME_SCALAR
+       * Support for linux kernels 2.6.32 through 2.6.37
+       * Document limitation of vppid and ppid context wrt eventual RCU instrumentation
+       * Cleanup: no need to hold RCU read-side lock when reading current nsproxy
+       * Add env hostname information
+       * Fix: lttng_statedump_process_state for each PID NS has infinite loop
+       * lttng_statedump_process_state for each PID NS
+       * Support the hostname context
+       * Fix: statedump namespaced pid, tid and ppid
+       * Fix: statedump: disable vm maps enumeration
+       * Fix: ensure userspace accesses are done with _inatomic
+       * Fix: vppid context should test for current nsproxy
+       * Add MIPS system call support
+       * Change mode of lttng-syscalls-generate-headers.sh to 755
+       * cleanup: fix typo in syscall instrumentation header
+       * Cleanup: remove trailing whitespace in README
+       * trace event: introduce TP_MODULE_NOAUTOLOAD and TP_MODULE_NOINIT
+       * LTTng: probe-statedump: add #include <linux/sched.h>
+       * fix: signal_generate event should print utf8 for comm field
+       * Makes write operation a parameter for tp_memcpy macro
+       * Add coding style document
+       * Update instrumentation/events README file
+       * Add makefile target for preprocessor
+       * Fix: free_event_id check should compare unsigned int with -1U
+       * Use unsigned long type for events discarded counter
+       * Fix: update signal instrumentation for 3.4 kernel
+       * LTTng Modules ARM syscall instrumentation
+       * Fix: generate header missing echo -e for escape chars
+       * Fix: add missing uaccess.h include (for ARM)
+       * README: Document that CONFIG_MODULES is required
+       * Fix: README typo
+       * Fix: document required and optional kernel config options in README
+
 2012-03-29 LTTng modules 2.0.1
        * Fix: is_compat_task !CONFIG_COMPAT compile error on kernels >= 3.3
 
index 14240eb7e990889c73294b50724583989baba169..d7ea86631d605299829cd330d25f7b51329ab0c7 100644 (file)
 #include "lttng-events.h"
 
 #define LTTNG_MODULES_MAJOR_VERSION 2
-#define LTTNG_MODULES_MINOR_VERSION 0
-#define LTTNG_MODULES_PATCHLEVEL_VERSION 1
+#define LTTNG_MODULES_MINOR_VERSION 1
+#define LTTNG_MODULES_PATCHLEVEL_VERSION 0
 
-#define LTTNG_VERSION_NAME             "Annedd'ale"
+#define LTTNG_VERSION_NAME             "Basse Messe"
 #define LTTNG_VERSION_DESCRIPTION      \
-       "New type of beer, 100% from Quebec, flavored with sapin beaumier needles, with a touch of hops."
+       "Light coloured German ale whose style was named after the city Cologne (Koln) where it was first brewed. It is a rather simple beer with lightly fruity aromas and a delicate hoppy fragrance. The beer has a pronounced malty taste with a subtle bitter aftertaste"
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
This page took 0.0266690000000001 seconds and 4 git commands to generate.