X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=ChangeLog;h=4cae4c064f61fa492e1b3e5e1fa5db3b9996dfb2;hp=c595ac1e757c20d92f4b4177e5504875138b1758;hb=a08b9eb4dcf3e36b7ad4eafc383815379dd07208;hpb=e61344cb4096a9e44d5cb96a2cde31f025135027 diff --git a/ChangeLog b/ChangeLog index c595ac1e..4cae4c06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2018-01-31 babeltrace 1.4.4 (Gorilla Suit Day) + * Fix: signedness error in python complements + * Fix: handle packet_seek errors + * Fix: prevent calling adding the same trace recursively + * Fix: Make sure we have all the metadata streams before adding new traces + * Add missing debugging information in the live plugin + * Fix: set stream id in HUP case + * Fix: Use list rather than ptr array for trace streams + * Fix: leak of streams + * Fix: handle 0 session case in ask new streams + * Fix: break loop on getting metadata error + * Fix: return error on ask_new_stream when should quit + * Fix: don't access missing ctf trace when getting metadata + * Fix: lttng-live discarded event count after inactivity + * Fix: timegm compat on Solaris + * lttng-live: print discarded event and packet lost warnings on stderr + +2017-08-04 lttng-tools 1.4.3 (International Beer Day) + * Fix: unknown variable name in Python writer + * Fix live-comm: only apply retry timeout for already seen inactive indexes. + * Fix live-comm: merge TCP socket write-write sequence in a single write + * Fix: use LDFLAGS instead of LIBS for python bindings + * Fix: Add missing LIBS to python bindings + * ax_lib_elfutils -> bt_lib_elfutils + * m4/ax_lib_elfutils.m4: use m4_default() for optional args. + * m4/ax_lib_elfutils.m4: add cache variable + * Build Python bindings with distutils for consistent installs + * Set the minimum Python version to 3.0 + * Fix: text output missing separator when printing the domain + +2017-01-06 babeltrace 1.4.2 ("Wheel Of Fortune" debuts on NBC) + * Fix: perform an explicit stdout flush in live even on empty packets + +2016-12-01 babeltrace 1.4.1 (National Pie Day) + * debug info: Call register_event_debug_infos for all events + * Typo: configure.ac implemenation -> implementation + * configure: fix uuid support detection on static build + * Tests: no substitution needed for multi-trace intersection test + +2016-06-06 babeltrace 1.4.0 (National Yo-Yo Day) + * Tests: dereference of NULL pointer on allocation failure + * Tests: abort dwarf test on open() failure + * Fix: lttng-live does not set a trace descriptor + * Tests: Add missing --merge LOG_DRIVER_FLAGS + * Fix: strerror_r behavior is glibc specific + * sys/param.h is required for MAXNAMLEN on musl libc + * Fix: undefined bit shift operation when printing octal numbers + * Fix: Wrong variable checked in bin_info_child_die_has_address + * Fix: Only close valid fds in is_valid_debug_file + * Fix: Free die_name in bin_info_lookup_cu_function_name + * Fix: Don't dereference null ptr in error path + * Standardise spelling of debug info + * Fix: typo in --disable-debug-info in configure error message + * Docs: change --clock-raw to --clock-cycles + * Fix: segmentation fault with multi-trace having non-correlated clocks + 2016-05-13 babeltrace 1.4.0-rc1 * Display binary location even if source and symbol lookups fail * Tests: Multi-trace stream intersection test