X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=ChangeLog;h=2620b509d4793a74a61781a3f147431f317bd656;hp=ab59be5b80c8814f32a26ab2b6c437f66d1a7adb;hb=9d36f30e825135d8fbb3ba6cb31ab10aa938b135;hpb=1796af86fe2625c039176cc16b2a993d91d1ada5 diff --git a/ChangeLog b/ChangeLog index ab59be5b..2620b509 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2012-03-20 lttng-ust 2.0.0 + * First STABLE version + * Add version name + +2012-03-20 lttng-ust 2.0.0-rc4 + * Fix out-of-bound write in ltt-events.c + * Document LTTNG_UST_DEBUG_VALGRIND compilation flag + * Update COPYING + * Add exception handling to lttng-gen-tp io operations + +2012-03-16 lttng-ust 2.0.0-rc3 + * Fix: sendmsg should retry on EINTR, and use MSG_NOSIGNAL + * fix: ustcomm_close_unix_sock should close, not shutdown + * Fix: do not print EPIPE perror, as it is an expected error + * Ensure that multiplication of clock offset is done on 64-bit + * Add 2 missing licenses in deprecated tests + * Remove unbuild and unused (deprecated) make_shared_lib test + * License text standardization, add missing licenses + * Cleanup: remove duplicate check for 0 num_subbuf and subbuf_size + * Fix: power of 2 size check should apply to size_t type, not uint32_t + * Fix: recvmsg should handle EINTR + * Make lttng-gen-tp work on python 2.6 + * Make lttng-gen-tp executable + +2012-03-02 lttng-ust 2.0.0-rc2 + * Manpage fixes + * Fix: dmesg printout should not print metadata warnings + * Fix: use transport name as channel name + * Fix: Add signature check in tracepoint activation + * Fix: add tracepoint signature at tracepoint definition site + * Fix: keep event probe signature, for use by event probe signature check + * Fix ABI: add padding to structures shared between UST and consumer + * Fix ABI: add padding to tracepoint and ring buffer config public structu + * Fix ABI: Adding missing padding in tracepoint event structures + * Fix: Add include/lttng/ust-config.h to git ignore + * Fix effect: update README about dlopen() + * Fix: fixup vtid TLS + * Fix: fixup ringbuffer tls at constructor by forcing read + * Fix: fix deadlock with dlopen() lttng-ust + * Fix: only print event errors every 1048576 hits + * Fix: add missing debug printout to identify the cause of lost events + * fix: liblttng-ust-ctl should check for incorrect parameters + * fix: ust comm error handling segfault + * Fix: Return -EINVAL instead of print warning if non power of 2 size/num_ + * fix: on exit, leave thread/mmap reclaim to OS + * fix: Handle sys_futex with async cancel, add missing pthread_join + * fix: Only munmap the wait page when not exiting from process + * Use CPPFLAGS instead of CFLAGS for -I + * Fix type range comparison always false for 64-bit arch + * demo: remove useless libs + * tests: include missing headers + * Add missing limits.h include for NAME_MAX + 2012-02-20 lttng-ust 2.0.0-rc1 * Standardize version across toolchain * Fix a typo in gen-tp Makefile