X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=705c9c3782fba9ad3bc39a7740e28d80a1606a93;hb=1d1236d09c90104a604815040e4ec44cd77c79eb;hp=0a7058664d233ef9cb26fc9f80e08ca8da8e0c28;hpb=bab308e25fe3c86e385e22618cb64e68e6cf0dea;p=lttng-tools.git diff --git a/ChangeLog b/ChangeLog index 0a7058664..705c9c378 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +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)