From 0d498e120478f62cbac4fae7125b17a3c8a38d06 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Fri, 16 Jul 2021 14:01:30 -0400 Subject: [PATCH] Version 2.13.0-rc3 Signed-off-by: Mathieu Desnoyers Change-Id: I9b5f6f6aa5860d9c0f91a1660854573649609fda --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b9417a7c..346dd1ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2021-07-16 (World Snake Day) lttng-ust 2.13.0-rc3 + * Documentation: clarify API backward compatibility comment + * doc/man: only mention `-llttng-ust-common` in synopses (conditionally) + * doc/man: remove vtracef() and vtracelog() manual pages + * Remove vtracelog and vtracef from v0 compat API + 2021-05-14 (National Dance Like a Chicken Day) lttng-ust 2.13.0-rc2 * Fix: ustcomm: application name uses the '-ust'-suffixed thread name * Add abi0 conflict tests diff --git a/configure.ac b/configure.ac index ecf32ec3..3f21ccef 100644 --- a/configure.ac +++ b/configure.ac @@ -9,7 +9,7 @@ dnl Process this file with autoconf to produce a configure script. m4_define([ust_version_major], [2]) m4_define([ust_version_minor], [13]) m4_define([ust_version_patch], [0]) -m4_define([ust_version_dev_stage], [-rc2]) +m4_define([ust_version_dev_stage], [-rc3]) m4_define([ust_version], ust_version_major[.]ust_version_minor[.]ust_version_patch[]ust_version_dev_stage) m4_define([ust_version_name], [[Nordicité]]) m4_define([ust_version_description], [[The product of a collaboration between Champ Libre and Boréale, this farmhouse IPA is brewed with Kveik yeast and Québec-grown barley, oats and juniper branches. The result is a remarkable fruity hazy golden IPA that offers a balanced touch of resinous and woodsy bitterness.]]) -- 2.34.1