Version 2.11.3 v2.11.3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 20:41:59 +0000 (15:41 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 20:41:59 +0000 (15:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I90c72dd9c6e6adf9aa8bc4f054ac9690650bb62c

ChangeLog
configure.ac

index 171414402b06c1396cf6956e5cda7135ad3b6c94..118f7970d490bffaa02abdc802b65185e55cf569 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2021-02-17 (Random Act of Kindness Day) lttng-ust 2.11.3
+       * Fix: Use default visibility for tracepoint provider symbol
+       * Fix: configure: support Autoconf 2.70
+       * Fix: ust-tracepoint: make sure to expand tracepoint provider token
+       * Fix: ustctl_release_object: eliminate double-close/free on error
+       * tests: return the proper TAP exit code
+       * Fix: python agent: 'time' has no attribute 'clock'
+       * Fix: libc-wrapper: undef temporary token rather than value
+       * Fix: support compile units including 'sys/sdt.h' without defining SDT_USE_VARIADIC
+       * Fix: event probes attached before event enabled
+       * Fix: agent: read: end of loop condition should exclude 0
+       * fix: Java examples CLASSPATH override
+       * fix: Add CLASSPATH to autoconf precious variables
+       * Fix: Java agent: close session daemon socket on error
+       * Fix: Java agent: handle partial payload read
+
 2020-04-08 (The Day After National Beer Day) lttng-ust 2.11.2
        * Fix: v.u.d might be uninitialized
 
index 25040598b569e15e55c61935cb65b2e039f44329..16cdec747482e43fa89352dc73404c9cea9e5c37 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [11])
-m4_define([V_PATCH], [2])
+m4_define([V_PATCH], [3])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_NAME], [[Lafontaine]])
 m4_define([V_DESC], [[A modern Saison beer from MontrĂ©al's Oshlag microbrewery, Lafontaine is a refreshing, zesty, rice beer with hints of fruit and spices.]])
This page took 0.026947 seconds and 4 git commands to generate.