X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=3f5388c4960d45f0bd6ee70e2e788b41419d6189;hb=95be90cdad85110399b1db94be77a7e76497fa1f;hp=b9797c6f137a6ec6e1169cf2a9026245ee291c9f;hpb=35d2bbde7f556976385a17861737d3725ebff7a6;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index b9797c6f..3f5388c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2014-02-28 (Public Sleeping Day) lttng-ust 2.4.0 + * Fix: JUL test: update to API change + * Fix: Cast from pointer to different integer size warning + * Turn base address dump into experimental feature + * Fix: JUL support multiple loglevels + * Fix: Skip lttng-gen-tp example build if Python is missing + * Fix: dynamically fetch the session daemon port + * Fix: JUL agent connect to user and root sessiond + * Fix: handle registration done command + * Fix: Unsynchronized access in LTTngTCPSessiondClient + * Cleanup: fix comment + * Fix: Dump executable base-address with readlink + * Fix: add assert for NULL dereference + * Fix: tracepoint out of memory handling + * Fix: dereference before null check + * Cleanup: remove logically dead code + * Fix: handle sysconf errors + * Fix: java-jul/Makefile should not be marked as a binary + +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