X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=705c9c3782fba9ad3bc39a7740e28d80a1606a93;hb=a78732df66cfebdc51cf79dc60ceba21cffe6d3a;hp=22d3d4c9aad600d3820b13e99a503ccb8bbbe8ea;hpb=c6d4a597213c93a865e05f93227b108ed2a79761;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 22d3d4c9a..705c9c378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,54 @@ +2012-11-28 lttng-tools 2.0.5 + * Fix: Change the type of enabled in lttng_event to a signed int + * Fix: Returned code when listing kernel channel + * Fix: Wrong returned error code on UST enable event + * Fix: consumer recv command error path + * Fix: Missing libs dependencies in configure check for lttng-ust-ctl + * Fix: Libtool fails to find dependent lib when cross-compiling + +2012-07-25 lttng-tools 2.0.4 + * Fix: support large files on 32-bit systems + * Fix: mmap write() for large subbuffers and handle EINTR (v2) + * Fix: The session list count should provide unique identifiers + * Fix: test: session list count cannot use "count" unique id + * Fix typo: utils.sh + +2012-06-22 lttng-tools 2.0.3 + * Fix: enable event loglevel match function + * Fix: unchecked pointer from getenv() for lttng create + * Ship license text file with the release archive + +2012-06-14 lttng-tools 2.0.2 + * Fix: enable event with different loglevel error + * Fix: move memset in channel_set_attr after NULL check + * Fix: close all file descriptors when executed as daemon + * Fix: clang llvm warnings + * Add CodingStyle to tarball + * Add coding style document + +2012-04-19 lttng-tools 2.0.1 + * Fix: test script for kernel module validation + * Fix: report error to client on consumerd error + * Fix: add missing ht_destroy at consumer teardown + * Fix: consumer fd recv thread should write into non-blocking pipe + * Fix: work-around glibc __nptl_setxid vs clone hang + * Fix: consumer fd recv poll should be sensitive to POLLPRI too + * Fix consumer lttng_consumer_poll_socket poll revents check bug + * Fix: increase consumer open files limit + * Update README: document dep on modprobe for kernel tracing + * Fix: wait for sessiond to stop in tests + * Fix: remove unused return variable + * Don't report back error on syscalls fail for -a -k + * Fix: destroy context hash table being NULL + * Fix: make lttng expand path for trace output opt + * Fix: return value signedness + * Fix: man page environment variable name error + * Fix: check return value on getenv USER + +2012-03-20 lttng-tools 2.0.0 + * Fist STABLE version + * Add version name: Annedd'ale + 2012-03-20 lttng-tools 2.0.0-rc4 * Fix: add small detail to enable-channel man page * Fix: warned of arbitrary time for ust-nprocesses test