X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=ChangeLog;h=43ec7e6fb720ba2332a275f3e49b845f1c852200;hp=897556c1cdfd9e51a999709b60e7ab83bcaed0fb;hb=beef86dc741318692ee1affa5a733a0ec4d6fd3d;hpb=8c0bc778509809dcc313ede4e6871425b6b003bc diff --git a/ChangeLog b/ChangeLog index 897556c1..43ec7e6f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,146 @@ +2016-02-29 babeltrace 1.3.2 + * Python bindings: work around Python 3.5 behaviour change + * Fix: out-of-bound memory access + * Fix: out-of-tree dist fails to find test traces + * Fix running tests out of tree + +2015-11-10 babeltrace 1.3.1 + * Fix: Confusion between stream and stream class IDs + * Only compare "bison -y" to the basename of YACC variable + * Cleanup: Don't hardcode include paths unnecessarily + * Fix: include ctf-scanner-symbols.h to prefix yy_* symbols + +2015-10-16 babeltrace 1.3.0 + * Fix: missing includes break the out-of-tree build + * Fix: Silence missing sentinel warnings on GCC 4 + * Cleanup: remove unused label 'end' + * Fix: check for socket lib before function checks + * Fix: memstream compat layer requires use of babeltrace_close_memstream + * compat send no SIGPIPE: multithread-safe + * Fix: truncated value in fgetc() usage + * Fix: handle EINTR return value for bt_posix_fallocate + * Configure: Add missing checks + * Implement bt_getline + * Fix: initialize getline linesize argument to 0 + * Fix: warning, may be used uninitialized + * Port: Replace dirent->d_type by stat S_ISREG + * Port: Include config.h globally trough DEFAULT_INCLUDES + * Port: Add compat for dirfd + * Port: Add compat for mkdtemp + * Port: Add compat for strnlen and strndup + * Port: Use bash to run tests + * Port: Implement faccessat wrapper + * Port: implement posix_fallocate wrapper + * Port: Set required compiler flags to use pthreads + * Port: Add configure check for __attribute__ support + * Port: cleanup and portability fix to configure.ac + * Port: Add support for linkers with no support for 'no-as-needed' + * Port: Add compat for platforms with no MSG_NOSIGNAL or SO_NOSIGPIPE + * Port: Add AX_LIB_SOCKET_NSL macro to configure.ac + * Port: Replace bzero() by memset() + * Port: Add dummy.c to libcompat + * Port: uname can return a positive value on success + * Port: Replace NAME_MAX by MAXNAMLEN + * Change UUID API prefix from babeltrace_ to bt_ + * Port: Add Solaris libuuid compat + * Port: Add Solaris endian.h compat + * Port: make bootstrap script work on most shell + * Fix: posix_fallocate() returns int > 0 on errors + * Fix: babeltrace-log packet seek + * Fix: make check in OOT build with absolute path + * Fix: make check in out of tree build + * Fix: 32bit values index_major/minor used as 64bit + * Hide the packet_seq_num field + * Build: Update m4 for bison & flex version check to match autoconf-archive file + * Build: add version check on flex + * Build: add version check on autoconf + * Build: m4 macro for Bison version check + * Fix: Missing postfix_expression DOT keywords in CTF grammar + * Fix: handle 64-bit trace IDs on 32-bit systems + * Fix: print format type mismatch warnings on 32-bit + * Fix: missing parenthesis in offset_align_floor + * Fix: allow empty CTF files + * Fix: Incorrect variant tag validation + * Fix: sanity check in iterator creation + * Fix: iterate manually over each live trace to add to catch errors + * Detect Python packages directory on configure + +2014-11-04 Babeltrace 1.2.4 + * Fix: make sure we can exit the get_new_metadata loop + * Docs fix: Change bt_ctf_writer_create_stream return description + * Fix: offset_s and CTF clocks with frequency != 1GHz + +2014-09-23 Babeltrace 1.2.3 + * Fix: incorrect compiler warning + * Fix: Don't assume that PROT_WRITE grants read permissions + * Fix: align objstack on 8 bytes + * Fix Python: Add a comment warning about an API limitation + * Use BABELTRACE_HOST_NAME_MAX in test_ctf_writer.c + * Add limits compatibility header + * Fix: don't perform unaligned integer read/writes + * Fix: Align buffers from objstack_alloc on sizeof(void *) + * Fix: bt_ctf_field_type_structure_add_field argument validation + +2014-07-22 Babeltrace 1.2.2 + * Fix: Support out of tree builds in babeltrace + * Fix: mmap trace read the stream_id from the first packet + * Fix: check the lttng-relayd protocol version + * Fix: don't update the trace collection if no new streams were received + * Fix (Python bindings): Return a string if a sequence's element are chars + * Fix: don't use a return code in _bt_ctf_stream_append_discarded_events + * Fix: Report the sequence's length field's value as length + * Fix: Variable name typo in SequenceField and Event classes + * Fix python: remove weird char at the end of line + * Fix: add missing files to gitignore + * Fix: ctf-text: add missing double-quotes around enum tag + * Fix: Add missing lttng_live_should_quit checks + * Fix: Report errors occuring in lttng_live_read + +2014-03-08 Babeltrace 1.2.1 + * Fix: Accept an input port in the live URL when no session is provided + +2014-02-28 Babeltrace 1.2.0 + * Fix: lttng-live parse url port check + +2014-02-27 Babeltrace 1.2.0-rc2 + * Fix: events discarded timing inaccuracy + * Fix: Move offset endianness conversion to get_data_packet + * Fix: Remove negative comparison to unsigned value + * Fix: Uninitialized scalar variable + * Fix: Don't assert on metadata generation failure + * Fix: add missing SIGTERM and SIGINT handler + * Fix: Reverse incorrect error message argument order + * Cleanup: add brackets to lttng-live-plugin.c + * Cleanup lttng-live: add brackets in lttng_live_read() + * Cleanup lttng-live: 80 columns wrapping + * Fix: handle new streams in get_data_packet() + * Fix: accept empty metadata on append + * Fix: lttng-live: 100ms active poll delay + * Fix: lttng-live await metadata + * Fix: lttng-live recv() and send() flags, partial recv() + * Fix: missing little endian conversion for one index field + * Cleanup: remove logically dead code + * Fix: untrusted value as argument + * Fix: off by one in lttng-live path length check + * Fix: fclose return value unchecked + * Fix: call to append metadata when new metadata is added + * Fix: use memstream instead of tmp file for live metadata + * Fix: assign a trace handle to every live trace + * Fix: get_new_metadata receive all the metadata + * Fix: Coverity warning CWE-457: Use of Uninitialized Variable + * Revert "Fix: get_new_metadata receive all the metadata" + * Revert "Fix: assign a trace handle to every live trace" + * Fix: assign a trace handle to every live trace + * Fix: get_new_metadata receive all the metadata + * CTF: Support incremental metadata append + * Fix: ctf.c fscanf missing integer length check + * Bump soname version to 1.0.0 + * Move scanner allocation/free outside of ctf_open_trace_metadata_read + * CTF parser: prepare for incremental metadata parsing + * Python bindings: return char arrays as strings in value() + * Python bindings: sched_switch example clean-up + * Fix: add missing test scripts to Makefile.am + 2014-02-14 Babeltrace 1.2.0-rc1 * Cleanup: lttng-live: use perror() rather than fprintf for err msg * Fix: lttng-live: handle orderly shutdown