X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=ca87a5f25f0891175d9e639b7184fc07878b9c64;hb=refs%2Fheads%2Fstable-2.0;hp=0a7058664d233ef9cb26fc9f80e08ca8da8e0c28;hpb=6c12303e61c3e246ba4b1d3a37925dea53b0b93a;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 0a7058664..ca87a5f25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2013-07-11 lttng-tools 2.0.6 + * Fix: Delete UST app session on ustctl create error + +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)