From: Mathieu Desnoyers Date: Mon, 10 Sep 2012 21:19:48 +0000 (-0400) Subject: Update version to 2.1.0-rc1 X-Git-Tag: v2.1.0-rc1^0 X-Git-Url: http://git.lttng.org/?p=lttng-modules.git;a=commitdiff_plain;h=7cb1d0eed1f317135496ccffe6f0531efe87e44e Update version to 2.1.0-rc1 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 6bc0208f..70a83bb7 100644 --- 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 + * 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 diff --git a/lttng-tracer.h b/lttng-tracer.h index 14240eb7..d7ea8663 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -39,12 +39,12 @@ #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