From: Mathieu Desnoyers Date: Tue, 26 Apr 2016 20:24:39 +0000 (-0400) Subject: Version 2.8.0-rc2 X-Git-Tag: v2.8.0-rc2^0 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=508157838e4e843abfef64a92772c6bbff42ed87 Version 2.8.0-rc2 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 95a9c5e9..b8f6b2d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +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() diff --git a/configure.ac b/configure.ac index 6c102375..5f3e9dc2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [8]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc1]) +m4_define([V_EXTRA], [rc2]) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) m4_define([V_NAME], [[Isseki Nicho]])