X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=7cafa1d09e0fb74503694909d669afd504167ddc;hb=46adf653a1d01b8e87baa30cc9b92616eee1a788;hp=70c0c7d8ccf6044a64efd9c2fefd3850af7a3b12;hpb=bf1175c265545d44e4a898e0bc520d366cd7882a;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 70c0c7d8..7cafa1d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2012-03-29 lttng-ust 2.0.1 + * Use bsd-compatible fcntl for close-on-exec on socket + * Fix multi-session wildcard support + * Fix event lost count when buffer is full + * Remove inappropriate \n from easy-ust sample + +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