X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=3850cca15134122592510cafec00f44350d62d4f;hb=66775b63c7eb4ae1465450196dab698741b66f7b;hp=95a9c5e9d00c41b570e8afc0b814ff12c30c2ae3;hpb=358b7b742dd749ca68218c82daa31dd9cc91fb51;p=lttng-ust.git diff --git a/ChangeLog b/ChangeLog index 95a9c5e9..3850cca1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,63 @@ +2016-05-20 (Bike-to-Work Day) lttng-ust 2.8.0 + * Print DBG() message about compiler weak hidden symbol behavior + * test: add test for gcc issue with weak hidden symbol on powerpc + * Restrict Java context retriever names to a set of valid characters + * Fix: Correctly compute Java agent list loggers response size + * Add support for aarch64_be + * Fix: Fix synchronization of LTTngAgent#dispose + * Fix: Verify number of bytes contained in sessiond agent commands + * Fix: Avoid potential null dereference with log4j loggers + * Specify UTF-8 encoding for all Java agent commands + * Fix: merge tap tests stdout and stderr + * Documentation: ring buffer: SWITCH_FLUSH can be used when active + * Fix: unchecked return value in trace_clock_read64_monotonic + * Fix: portability: no arith on void pointer + * Fix: add "has_build_id" and "has_debug_link" fields to debuginfo events + * Fix: initialize build id and debug link flags to 0 + * Tests: Add tap-driver.sh for automake < 1.12 + * Tests: Replace prove by autotools tap runner + * bootstrap: Standardize on autoreconf -vi + * Harmonize bootstrap script across projects + * lttng-ust(3): order environment variables + * lttng-ust(3): fix syntax of env. variables section + * lttng-ust(3): document $LTTNG_HOME + * Fix: Java agent should use LTTNG_HOME + * Fix: examples make distcheck failure + * Cleanup: add static for internal symbols + * Cleanup: Remove unused max() macros from ring_buffer_frontend.c + * Use min_t/max_t macros in lttng-ust-elf.c + * Tests: update ust-elf tests to reflect correct memsz computation + * Fix: erroneous computation of ELF in-memory size + * Make code and man pages share the same default values + * Fix: remove NULL check of nonnull parameter in dlclose + * Fix: endianness of integers received by filter + +2016-04-26 lttng-ust 2.8.0-rc2 + * Doc: Update README.md + * Fix: jul and log4j agents makefile missing line and indentation + * Fix: re-introduce exported symbols + * Doc: update manpages for soinfo/sopath name change + * Rename statedump and dl events and fields + * Tests: list ust-elf test data explicitly in EXTRA_DIST + * Tests: add tests for lttng_ust_elf_is_pic + * Add is_pic field to statedump soinfo event + * Fix: add common jar to lttng-ust-agent-all dependencies + * Fix: add version to lttng-ust-agent-all jar file + * Fix: rename liblttng-ust-agent to lttng-ust-agent-all + * Fix: re-add liblttng-ust-agent.jar + * Fix: lttng java agent: dispose is non-static + * doc/man: lttng-ust(3): add tracing control to example + * doc/man: lttng-ust(3): split example files in subsections + * doc/man/common-copyrights: add missing THANKS section + * doc/man: lttng-ust(3): add missing ENVIRONMENT VARIABLES section + * doc/man: do not use macros in the NAME section + * doc/man: remove duplicate copyrights section + * README.md: bolden dependencies and update links + * README.md: split required and optional dependencies + * Convert man pages to AsciiDoc + * Fix: remove dead code from filter interpreter + * Fix: convey enum value signedness into metadata + 2016-03-18 (Awkward Moments Day) lttng-ust 2.8.0-rc1 * Fix: remove assertions in lttng-ust-comm init * Add tracepoint_disable_destructors()