Version 2.9.0 v2.9.0
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 22:26:02 +0000 (17:26 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 29 Nov 2016 22:26:02 +0000 (17:26 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
lttng-tracer.h

index 1ba9941b2b23354003ba86c4bec7347682840983..dd9468a91228a6fe1e4ee01f86206cf54d9f1434 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-11-29 (National Square Dance Day) LTTng modules 2.9.0
+       * Performance: add missing unlikely in reserve
+       * Fix: preemptible and migratable context error handling
+
 2016-10-13 (International Day for Failure) LTTng modules 2.9.0-rc2
        * Fix: bump stable kernel version ranges for clock work-around
 
index 74403d02f12a053e5abb2997e4e4ab3bd926b0ae..cbb9fb5dbcde91e7815e6dba63f7174094049d7b 100644 (file)
 #define LTTNG_MODULES_MAJOR_VERSION 2
 #define LTTNG_MODULES_MINOR_VERSION 9
 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0
-#define LTTNG_MODULES_EXTRAVERSION "-rc2"
+#define LTTNG_MODULES_EXTRAVERSION ""
 
 #define LTTNG_VERSION_NAME             "Joannès"
-#define LTTNG_VERSION_DESCRIPTION      "Berliner Weisse style beer from the Trèfle Noir microbrewery in Rouyn-Noranda."
+#define LTTNG_VERSION_DESCRIPTION      "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."
 
 #ifndef CHAR_BIT
 #define CHAR_BIT 8
This page took 0.026228 seconds and 4 git commands to generate.