X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=b9797c6f137a6ec6e1169cf2a9026245ee291c9f;hb=5b5ffa03ce2a490ddf34d3715c21c7b633567b9a;hp=49706cd501b33d1c1cb26d1ca85e662c3b1c1302;hpb=48de55add697e5f5fd42a0a98904583074b6ee6c;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 49706cd5..b9797c6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2014-01-29 lttng-ust 2.4.0-rc3 + * Fix: add missing JUL loglevel handling + * Cleanup gen-tp: add quotes around AM_CC + * Pass the CC variable to the example Makefiles + * cleanup ust_baddr and ust_baddr_statedump doc + * baddr: add ust_baddr and ust_baddr_statedump doc + * Fix: baddr_statedump tracepoint registration + * Fix: baddr out of tree build + +2013-12-10 lttng-ust 2.4.0-rc2 + * Fix: baddr_statedump tracepoint registration + * Fix: baddr deadlocks and RCU races + * Fix: lock exit mutex when creating threads + * Fix: baddr deadlock with lttng-ust destructor + * baddr: include missing header + * baddr: get session under lock + * Fix: take the ust lock around session iteration in statedump + * Fix: baddr_statedump deadlock with JUL tracing + * Fix: client_packet_header() uses wrong packet + * Cleanup: fix typo in ring buffer backend comment + * Compile liblttng-ust-baddr c files into liblttng-ust + * Allow suppressing of base-address-state tracing + * Integrate base-address statedump into lttng-ust + * Fix: eliminate timestamp overlap between packets + * Fix: lttng-gen-tp to build out of tree + * Fix: compile doc/ after JUL/Java + * JUL: add Hello.java in doc/examples + * Fix lttng-ust(3) manpage + * JUL: fix enable all event for delayed Logger + * Fix: typo in JNICALL for the JUL tracepoint + * Fix: move va_end to outermost label + * Fix: add missing NULL check after allocation + * Fix cleanup: all spaces before flags + * fix: lttng-gen-tp: add missing spaces around flags + 2013-11-15 lttng-ust 2.4.0-rc1 * doc/examples: error out when a subdir make fails * JUL: fix out of tree build