X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=7a4fc586cc9e7058c3093b2131d511e48861815b;hb=27da2781d29c5076fbf361dc35b37de3618ad8e9;hp=23633d7195fcf1f89b6c86eaab29cd097bc4055d;hpb=9df2b909cd5a08f8c8aa802bda0d107d853d5a4b;p=babeltrace.git diff --git a/ChangeLog b/ChangeLog index 23633d71..7a4fc586 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,34 @@ +2017-08-04 lttng-tools 1.5.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: disable debug by default info on Cygwin + * Fix: ctf writer test on Cygwin + * Fix: text output missing separator when printing the domain + +2017-02-20 babeltrace 1.5.2 (National Cherry Pie Day) + * Add empty plug-in hooks to prevent their elimination by the linker + * Port: Link live lib with ctf to satisfy cygwin linker + * Port: Link with no-undefined on Windows + * Port: win32 DLLs don't support hidden symbols + * Port: replace strerror_r() with glib g_strerror() + +2017-01-06 babeltrace 1.5.1 ("Wheel Of Fortune" debuts on NBC) + * Fix: perform an explicit stdout flush in live even on empty packets + +2016-11-29 babeltrace 1.5.0 (National Square Dance Day) + * Fix: remove BT_HIDDEN from bt_value_null singleton declaration + * Fix mixing of bt_ctf_scope and bt_ctf_ir_scope enums + * Revert ABI-breaking enum bt_ctf_string_encoding change + * Fix: warnings emitted because of enum ctf_string_encoding mixing + 2016-10-24 babeltrace 1.5.0-rc1 (First barrel ride down Niagara Falls) * Update version to 1.5.0 * Python build fix