X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=2fcf7422d50c29471aac95195fde53e54b030613;hb=46e08d2c915a42efa00b896c818da5351e493322;hp=262e49f22265d65b854c3f454d8d37cd68eeb8f1;hpb=59d82da5ffc9c562d8345d26d793e407fbf57370;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 262e49f2..2fcf7422 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2017-11-30 (National Mason Jar Day) lttng-ust 2.10.1 + * Fix: specify SONAME in python-lttngust LoadLibrary + * Fix: ensure fd tracker is initialized when called from constructors + * Fix: fd of an elf object must be registered to the fd tracker + * Fix: liblttng-ust-fd.so: override fclose symbol + * Fix: lttng-gen-tp: only replace file extension + * Fix: move fsync after ftruncate + * Fix: sync buffer file metadata on buffer allocation + +2017-08-01 (World Wide Web Day) lttng-ust 2.10.0 + * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable + * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables + * Fix: doc/man: use a single XSL file and match local names + * Fix: Expand the shmobj size for the sequence number + +2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.10.0-rc2 + * Introduce LTTNG_UST_ALLOW_BLOCKING env. var. + * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined + * Fix: Quote CMAKE variable assignment in Makefile + * Rework configure script + * Fix: Typo in doc/examples/Makefile.am + * Fix: Don't override user variables within the build system + * Move m4 scripts to m4 dir + * doc: remove duplicate LTTNG_UST_BLOCKING_RETRY_TIMEOUT man page entry + 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