From b7f2fbac8043daaa63c0681dd8c09d7269d65650 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Wed, 8 Apr 2020 09:31:05 -0400 Subject: [PATCH] Version 2.12.0 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 8 ++++++++ lttng-tracer.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 348c7641..45f537a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2020-04-08 (The Day After National Beer Day) LTTng modules 2.12.0 + * fix: uaccess wrapper for CentOS >= 4.18.0-147 + * fix: ext4 instrumentation for CentOS >= 4.18.0-147 + * fix: signal instrumentation for CentOS >= 4.18.0-147 + * fix: kvm instrumentation for CentOS >= 4.18.0-147 + * fix: rcu instrumentation for CentOS >= 4.18.0-80 + * Fix: update kvm instrumentation for Ubuntu 5.3.0-45 + 2020-03-27 (International Stay At Home Month) LTTng modules 2.12.0-rc3 * Fix: update kvm instrumentation for Ubuntu 5.3.0-43 * Fix: update kvm instrumentation for Ubuntu 4.15.0-92 diff --git a/lttng-tracer.h b/lttng-tracer.h index 6b8ff074..ae9c55d1 100644 --- a/lttng-tracer.h +++ b/lttng-tracer.h @@ -30,7 +30,7 @@ #define LTTNG_MODULES_MAJOR_VERSION 2 #define LTTNG_MODULES_MINOR_VERSION 12 #define LTTNG_MODULES_PATCHLEVEL_VERSION 0 -#define LTTNG_MODULES_EXTRAVERSION "-rc3" +#define LTTNG_MODULES_EXTRAVERSION "" #define LTTNG_VERSION_NAME "(Ta) Meilleure" #define LTTNG_VERSION_DESCRIPTION "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." -- 2.34.1