X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=dfc0e7df8a7c38b789c1a08bcbd4c00e8130d5a3;hb=refs%2Fheads%2Fstable-2.3;hp=b9349526ac412d034a26c561d9e47a1ee36e8f88;hpb=9f00ce32b103eed13524c876757b6611c5922382;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index b9349526..dfc0e7df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,42 @@ +2014-02-28 lttng-ust 2.3.2 + * Fix: Cast from pointer to different integer size warning + * Cleanup: fix comment + * Fix: add assert for NULL dereference + * Fix: tracepoint out of memory handling + * Cleanup: remove logically dead code + * Fix: handle sysconf errors + * Fix: FD leak in liblttng-ust-ctl + * Fix: liblttng-ust-fork Makefile flags mismatch + * Fix: out of tree examples build + * Fix: lttng-gen-tp to build out of tree + * Fix: C++: incomplete extern C guard transition + * Cleanup gen-tp: add quotes around AM_CC + * Pass the CC variable to the example Makefiles + * Fix: eliminate timestamp overlap between packets + * Fix lttng-ust(3) manpage + * Fix: move va_end to outermost label + * Fix: add missing NULL check after allocation + * fix: lttng-gen-tp: add missing spaces around flags + * doc/examples: error out when a subdir make fails + * Add missing copyrights to test scripts + * Escape minus signs in lttng-ust-cyg-profile manpage + * Fix spelling mistake in lttng-ust manpage + * Fix tests/benchmark + +2013-11-12 lttng-ust 2.3.1 + * Fix: application SIGBUS when starting in parallel with sessiond + * Fix: Minor corrections to the lttng-ust man page + * Documentation cleanup: Overhaul of the lttng-gen-tp man page + * Warning cleanup: add missing padding initializer + * Fix: socket connect hang on heavy loads + * Cleanup: fix typo + * Fix: ust-comm recvmsg should handle partial receive + * gcc warning fix: -Wextra + * Add usage reference count for tracepoints + * tracepoint.c: Move add_callsite/remove_callsite further down in file + * Store the callsites into the library callsite list + * Fix linking warning + 2013-09-03 lttng-ust 2.3.0 * No change