Version 2.8.0-rc2 v2.8.0-rc2
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 20:24:39 +0000 (16:24 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Apr 2016 20:24:39 +0000 (16:24 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 95a9c5e9d00c41b570e8afc0b814ff12c30c2ae3..b8f6b2d5a04f4c504078c29f03d615c464ed0877 100644 (file)
--- 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()
index 6c1023752d6fb2afb92f71899b12f80bb9955584..5f3e9dc20ce28b8c7eec6f743a43a30ef0fb816e 100644 (file)
@@ -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]])
This page took 0.026319 seconds and 4 git commands to generate.