X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=ChangeLog;h=0deebf02589859cd9b4f75de14c3bb07b0f79d2c;hp=7999aca5b0853e6bcabdcf543f37d7b41fc628a5;hb=d3e6246fe67c55cd5ad8616aeeb2391fd5841b7b;hpb=e371dbd99673ab96013dd34bef284be9ff9f88b0 diff --git a/ChangeLog b/ChangeLog index 7999aca5b..0deebf025 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2012-09-12 lttng-tools 2.1.0-rc3 + * Fix: Relayd fix ret value when adding a connection + * Add new thread in consumer for metadata handling + * Fix: consumer recv command error path + * Fix filter: fix recent regressions + * Update lttng-ust-abi.h from upstream lttng-ust + * Fix: Accept bytecode of length 65536 bytes + * Fix: Generation of bytecode longer than 32768 bytes fails + * Fix: Filter bytecode alloc buffer size must be a power of 2 + * Add lttng-ctl SWIG python bindings + * Add C++ support to API header files + * Librarify filter in liblttng-ctl and hide symbols + * Set hidden visibility for calls used in lttng-ctl + * Notify the user if a filter is already enabled + * Install lttng-error.h and include it in lttng.h + * Add lttng-error.h containing every API err. code + * Fix: missing hostname context + +2012-08-22 lttng-tools 2.1.0-rc2 + * Fix: put back 2.0 output text for lttng create cmd + * Fix: remove set subdir call that uses bad ptr + * Filter: Handle the unary bitwise not operator (~) with an unsupported + * Fix: missing mutex unlock on register consumer err + * Remove underscore from ifndef of lttng.h + * Remove unused define in lttng.h + * Standardize lttng command line usage text + * Merge duplicate code in consumer for destroy relayd + * Merge duplicate code in consumer for add relayd + * Fix: Possible buffer overflows in strncat() usage + * Move code out of main.c and fix some issues + +2012-08-17 lttng-tools 2.1.0-rc1 + * Feature: Network Streaming + * Add the lttng-relayd binary for network streaming + * Support user space tracer filtering + * Multiple fixes + 2012-04-19 lttng-tools 2.0.1 * Fix: test script for kernel module validation * Fix: report error to client on consumerd error