X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ChangeLog;h=c9ff6fb30779a4e348ecfb1004bfe59e3022ea64;hb=a89e0d2a32dc8eff4e0f3e2c7f013d2c539215e8;hp=c595ac1e757c20d92f4b4177e5504875138b1758;hpb=e61344cb4096a9e44d5cb96a2cde31f025135027;p=babeltrace.git diff --git a/ChangeLog b/ChangeLog index c595ac1e..c9ff6fb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +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 + * Fix enum rename warnings + * Hide bt_ctf_writer_get_trace() + * Hide bt_ctf_trace_* symbols + * Hide get_field_paths_lca_index() + * Remove bt_ctf_writer_add_environment_field_int64 + * Hide new bt_ctf_stream_* symbols + * Hide new bt_ctf_stream_class_* symbols + * Hide new bt_ctf_field_type_* symbols + * Hide new bt_ctf_packet_* symbols + * Hide new bt_ctf_field_* symbols + * Hide new bt_ctf_field_path_* symbols + * Hide new bt_ctf_event_* symbols + * Hide bt_ctf_event_class_* symbols + * Hide new bt_ctf_clock_* symbols + * Hide bt_get and bt_put + * Hide bt_values and bt_attributes in libbabeltrace-ctf + * Backport the CTF-IR interface + * 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