X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ChangeLog;h=262e49f22265d65b854c3f454d8d37cd68eeb8f1;hb=91ad51185170d7a782e11ef8e06643f4543ad1cd;hp=552271f9718db55666ed78f96de86a5d8f891eb3;hpb=e654ae79ae3e812fa3770cfacfc8f46f93c4a769;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 552271f9..262e49f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,44 @@ +2017-05-05 (International Tuba Day) lttng-ust 2.10.0-rc1 + * Clean-up: remove unused variables to silence gcc warning + * Add ustctl_snapshot_sample_positions ustctl command + * Cleanup: formatting in strutils_star_glob_match explanation + * doc/man: add typical `$` and `#` prompts to command lines + * Fix: add missing getenv.h include to ustctl.c + * Fix: race between lttng-ust getenv() and application setenv() + * Use SIZE_MAX instead of -1ULL for size_t parameter + * filter: use SIZE_MAX rather than UINT_MAX and tuncating -1ULL + * Fix: out of bound array access in filter code + * Correctly clean all generated JAR files + * Fix: List missing file in Java agent's Makefile + * Support generic globbing patterns in the Java agent + * Log more information in the Java TCP client + * Cleanup: Remove unused import in JUL Java agent + * Add support for star globbing patterns in event names + * Filtering: add support for star-only globbing patterns + * Add string utilities + * Fix: (un)install targets of Python agent + * Fix: include config.h to resolve HAVE_DLMOPEN + * Validate the presence of dlmopen at configure time + * Fix: CMake examples integration + * doc/examples/Makefile.am: define C and C++ compilers for CMake + * lttng-ust(3): document `lttng_ust_loaded` symbol + * lttng-ust(3): document `perf:thread:raw:rN:NAME` context + * lttng-ust-dl(3): update documentation + * lttng-ust(3): document liblttng-ust-fd + * doc/man: document the lttng_ust_lib events + * doc/man: add full stop to descriptive table cells + * doc/man: reorganize source for tables + * lttng-ust(3): sort ctf_*() macro parameter definitions + * lttng-ust(3): fix alignment and indentation + * lttng-ust(3): document new ctf_*() array/sequence network/hex macros + * Filter code relicensing to MIT license + * Performance: add missing "caa_unlikely" on fast-path + * Fix: blocking mode: add missing stdbool.h include + * Implement LTTNG_UST_BLOCKING_RETRY_TIMEOUT + * Fix: loglevel and model_emf_uri build fix + * Fix: loglevel and model_emf_uri with g++ compiled probes + * Fix: Out of tree build of liblttng-ust-java + 2016-10-07 (National Frappé Day) lttng-ust 2.9.0-rc1 * Fix: cmake example with configure based oot build * Fix: perform statedump before replying to sessiond