X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=0a50c72e12a8656ee2b9cce0c33217670191258b;hb=d06136ec18703bc51801db44fb7be45f84e5deb8;hp=b9797c6f137a6ec6e1169cf2a9026245ee291c9f;hpb=39ec15824b767ec920d6520d53d9a67338119a75;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index b9797c6f..0a50c72e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2014-02-14 lttng-ust 2.4.0-rc4 + * Cleanup: remove extra space in dlerror wrapper + * Fix: work-around glibc lying about dlsym()/dlerror() leafness + * Cleanup: add lttng_ust_malloc_wrapper_init prototype to header + * Fix: malloc libc instrumentation wrapper + * Fix: add LTTngEvent class to fix delayed logger + * Fix: FD leak in liblttng-ust-ctl + * Fix: liblttng-ust-dl Makefile flags mismatch + * Fix: liblttng-ust-fork Makefile flags mismatch + * Fix: out of tree examples build + * Fix: C++: incomplete extern C guard transition + 2014-01-29 lttng-ust 2.4.0-rc3 * Fix: add missing JUL loglevel handling * Cleanup gen-tp: add quotes around AM_CC