Version 2.9.0 v2.9.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 22:16:26 +0000 (17:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 22:24:48 +0000 (17:24 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index 552271f9718db55666ed78f96de86a5d8f891eb3..0ae375b3039856996cf9dd79507f822018c5b4c5 100644 (file)
--- 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
index 1add5d63d837898bbf45b23528d26cfac5e7c728..ac0d4f5f8afecc6b737d67bb2d774d057b2339c0 100644 (file)
@@ -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])
 
This page took 0.026351 seconds and 4 git commands to generate.