From: Mathieu Desnoyers Date: Tue, 29 Nov 2016 22:16:26 +0000 (-0500) Subject: Version 2.9.0 X-Git-Tag: v2.9.0^0 X-Git-Url: http://git.liburcu.org/?p=lttng-ust.git;a=commitdiff_plain;h=559b87a3d36f8fe7ad53973dfb948b953edc2743 Version 2.9.0 Signed-off-by: Mathieu Desnoyers --- diff --git a/ChangeLog b/ChangeLog index 552271f9..0ae375b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2016-11-29 (National Square Dance Day) lttng-ust 2.9.0 + * 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 + * Performance: add missing "caa_unlikely" on fast-path + * 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 diff --git a/configure.ac b/configure.ac index 1add5d63..ac0d4f5f 100644 --- a/configure.ac +++ b/configure.ac @@ -5,11 +5,11 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [9]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc1]) +dnl m4_define([V_EXTRA], []) m4_define([V_STRING], [V_MAJOR.V_MINOR.V_PATCH]) m4_ifdef([V_EXTRA], [m4_append([V_STRING], [-V_EXTRA])]) m4_define([V_NAME], [[Joannès]]) -m4_define([V_DESC], [[Berliner Weisse style beer from the Trèfle Noir microbrewery in Rouyn-Noranda.]]) +m4_define([V_DESC], [[Berliner Weisse style beer from the Trèfle Noir microbrewery in Rouyn-Noranda. It is a tangy beer with a distinct pink dress and intense fruit flavor, thanks to the presence of fresh blackcurrant grown in Témiscamingue.]]) AC_INIT([lttng-ust], V_STRING, [mathieu dot desnoyers at efficios dot com])