Version 2.10.5 v2.10.5
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 Sep 2019 11:56:30 +0000 (12:56 +0100)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sat, 7 Sep 2019 11:56:30 +0000 (12:56 +0100)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
ChangeLog
configure.ac

index d52e3c4e4b31b9900a9082d5655b5d42d3242ba7..6f57b717a3984c12af6650c8394d9e9c90459adf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2019-09-07 (Walter White's Anniversary) lttng-ust 2.10.5
+       * Fix: don't wait for initial statedump when 0 session active
+       * Fix: wait for initial statedump before proceeding to the main program
+       * Fix: remove uninitialised value
+       * Fix: GCC unaligned pointer warnings
+       * Fix: do not use diagnostic pragma when GCC version is lower than 4.6.0
+       * Fix: missing define when not building with gcc
+       * Fix: client_sequence_number may dereference NULL pointer
+       * Fix: namespace our gettid wrapper
+
 2019-05-24 (Scavenger Hunt Day) lttng-ust 2.10.4
        * Cleanup: bitfields: streamline use of underscores
        * Silence compiler "always false comparison" warning
index 7fa059a837034525163ff252899df1fb6bdd19d3..3e0b9b137e51161647a4fe04cf5cb163d0f97a6d 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [10])
-m4_define([V_PATCH], [4])
+m4_define([V_PATCH], [5])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_NAME], [[KeKriek]])
 m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]])
This page took 0.026711 seconds and 4 git commands to generate.