Version 2.12.1 v2.12.1
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 20:14:22 +0000 (15:14 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 17 Feb 2021 20:14:22 +0000 (15:14 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Id0c0c121d8694ab7aaa6aae473559766e03baa29

ChangeLog
configure.ac

index 14f0db94f8489c2e3d03d55b43cf2cb7961000e8..82c1f37545bfa80aaabd08a3c72400eb941438b3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+2021-02-17 (Random Act of Kindness Day) lttng-ust 2.12.1
+       * 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
+       * Add missing files to .gitignore
+       * fix: Add CLASSPATH to autoconf precious variables
+       * Fix: Java agent: close session daemon socket on error
+       * Fix: Java agent: handle partial payload read
+       * Fix: namespace contexts !CONFIG_RCU_TLS variable initialization
+
 2020-04-08 (The Day After National Beer Day) lttng-ust 2.12.0
        * (no change)
 
index 7f5efdd8576d0001148d0b569ea11e7a5f3f3c29..b93d20968e515914fd64344e86ecfa6bce4ff504 100644 (file)
@@ -1,7 +1,7 @@
 dnl Version infos
 m4_define([V_MAJOR], [2])
 m4_define([V_MINOR], [12])
-m4_define([V_PATCH], [0])
+m4_define([V_PATCH], [1])
 dnl m4_define([V_EXTRA], [])
 m4_define([V_NAME], [[(Ta) Meilleure]])
 m4_define([V_DESC], [[Ta Meilleure is a Northeast IPA beer brewed by Lagabière. Translating to "Your best one", this beer gives out strong aromas of passion fruit, lemon, and peaches. Tastewise, expect a lot of fruit, a creamy texture, and a smooth lingering hop bitterness.]])
This page took 0.025878 seconds and 4 git commands to generate.