Version 2.2.3
[lttng-ust.git] / ChangeLog
index d705063f83b940d065df7615a8327859ab78cd29..68b0d367b71a0386f8218d2a6bf4f382f3ea45a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+2014-02-28 lttng-ust 2.2.3
+       * Fix: FD leak in liblttng-ust-ctl
+       * Fix: liblttng-ust-fork Makefile flags mismatch
+       * Fix: C++: incomplete extern C guard transition
+       * Cleanup gen-tp: add quotes around AM_CC
+       * Pass the CC variable to the example Makefiles
+       * doc/examples/gen-tp: pass automake CPPFLAGS/CFLAGS/LDFLAGS
+       * doc/examples: error out when a subdir make fails
+       * Fix: check deliver now takes tsc argument
+       * 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
+       * Add missing copyrights to test scripts
+       * Escape minus signs in lttng-ust-cyg-profile manpage
+       * Fix spelling mistake in lttng-ust manpage
+
+2013-11-12 lttng-ust 2.2.2
+       * 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
+       * Fix: doc/examples cross-build
+       * Fix: liblttng_ust.la should depend on liblttng-ust-tracepoint.la
+       * examples: tracepoint probes don't need extern C
+       * Tracepoint probes don't need extern C
+       * Fix: doc/examples VPATH build
+       * Disable doc/examples build
+       * Fix: doc/examples: gen-tp path
+       * Revert "Disable doc/examples build"
+       * Fix: Unchecked asprintf/vasprintf return values
+       * Missing NULL pointer init in tap.c
+
+2013-07-11 lttng-ust 2.2.1
+       * Fix: libs order in Makefile
+       * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" 
+       * build: Fix out-of-tree build
+       * Fix: SWITCH_FLUSH new sub-buffer checks
+       * Fix: ring buffer: handle concurrent update in nested buffer wrap around 
+       * Fix: handle writes of length 0
+       * Fix: incorrect release dates in Changelog
+
+2013-06-25 lttng-ust 2.2.0
+       * Disable doc/examples build
+       * Fix: lttng-events VPATH build
+       * doc/examples: build gen-tp example by default
+       * doc/examples: support BSD make
+
+2013-06-18 lttng-ust 2.2.0-rc3
+       * Tracepoint.h: replace assertion by fprintf and abort()
+       * Remove unused assert.h from bitfield.h
+       * Clarify probe registration documentation/errors
+       * Add mising include in ust.h
+       * lttng-gen-tp: Fix include guard name with file using non valid characters
+       * Fix: segfault when print invalid command
+       * Fix: Add --no-as-needed to the demo example's Makefile
+       * zmalloc: attribute always_inline
+       * Fix: liblttng-ust process startup hang when sessiond is stopped
+       * Move include directive from CFLAGS to LOCAL_CPPFLAGS in examples' Makefiles
+       * Add parameter -f to rm in Makefile clean target
+       * Fix: missing dependency for liblttng-ust-tracepoint.so
+       * Remove 0.x TODO
+       * Add warning about default prefix and library paths to README
+       * Revert "Revert "Fix (another) linker library order""
+       * Revert "Revert "Fix linker library order""
+       * snprintf: play nice with static checker
+       * tracepoint.c: Add coverity alloc/free annotations
+       * Fix: "fields" leak on register
+       * Fix: memory leak for events without fields
+       * Fix: memory leak on connection reset
+       * Revert "Fix linker library order"
+       * Revert "Fix (another) linker library order"
+       * Fix: incorrect support for multi-context
+       * Fix (another) linker library order
+       * Fix typo in run script
+       * Fix linker library order
+       * Fix examples: add missing CPPFLAGS
+       * example Makefiles: standardize on $^ for linking
+       * Fix demo example Makefile
+       * Move "hello-static-lib" to doc/examples and add non-automake Makefiles
+
+2013-05-09 lttng-ust 2.2.0-rc2
+       * manpage: Document probe provider compatibility
+       * Fix: add provider ABI compatibility check
+       * Cleanup: ignore mktemp return value
+       * Cleanup: documentation: argument vs field
+       * Documentation: document undefined behavior for NULL pointers
+       * Cleanup: silence cppcheck error
+       * Fix: add internal mutex for timer
+       * 32-bit warning fix for cyg profile fast
+       * Fix warnings for 32-bit in lttng-ust-cyg-profile
+       * Typo fix in README
+       * Fix: tracepoint.h incorrect assumption about constructor order
+       * Cleanup: comment mismatch with code
+       * Fix: ABI breakage between 2.1 and 2.2-rc1
+       * Documentation: document that sequence len field is unsigned
+       * connect: don't report EACCES
+       * connect: don't print error on EPERM
+       * Bump liblttng-ust-ctl lib version major number
+       * Optimisation: implement callsite hash table in tracepoint.c
+       * Optimisation: only update added library in tracepoint.c
+       * Optimisation: only fix pending events once per lazy update
+
 2013-03-28 lttng-ust 2.2.0-rc1
        * Fix: tracepoint instrumentation constructor order issue
        * Documentation: update 2.0 to 2.x
This page took 0.024513 seconds and 4 git commands to generate.