X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=8e98ce000b62f9fbcc6ed22e9aa063d64cce29d0;hb=b8ec0e19b7c494de10aa3a008d6733ee6d5c6fc7;hp=463aa1ca0ca05dd5f48efb9a67ae10f722dc8bbe;hpb=3e8b3fb853ead73ecbebdd8cf80d3a69c89567b7;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index 463aa1ca..8e98ce00 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2012-06-27 LTTng modules 2.0.4 + * LTTng: probe-statedump: add #include + * fix: signal_generate event should print utf8 for comm field + +2012-06-01 LTTng modules 2.0.3 + * Fix: free_event_id check should compare unsigned int with -1U + * Fix: update signal instrumentation for 3.4 kernel + +2012-04-18 LTTng modules 2.0.2 + * 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 + +2012-03-20 LTTng modules 2.0.0 + * First STABLE version + * Add version name + +2012-03-20 LTTng modules 2.0.0-rc4 + * Update README and add version name place-holder + +2012-03-16 LTTng modules 2.0.0-rc3 + * Fix clock offset 32-bit multiplication overflow + * Fix : wrong assign of fd in state dump + * License cleanup, ifdef namespace cleanup + * Fix: ensure power of 2 check handles 64-bit size_t entirely + +2012-03-02 LTTng modules 2.0.0-rc2 + * Fix: dmesg printout should not print metadata warnings + * Fix: use transport name as channel name + * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_subbuf + +2012-02-20 LTTng modules 2.0.0-rc1 + * Standardize version across toolchain + * statedump: Use old macro name for kernel 2.6.38 + +2012-02-16 LTTng modules 2.0-pre15 + * Add timer instrumentation + * fix: need to undef mainline define + * fix: Include signal.h instead of irq.h for prototype match check + * Add signal instrumentation + 2012-02-16 LTTng modules 2.0-pre14 * syscall tracing: sys_getcpu * Add sys_clone x86 instrumentation