Version 2.13.0-rc3 v2.13.0-rc3
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Jul 2021 18:01:30 +0000 (14:01 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 16 Jul 2021 18:01:30 +0000 (14:01 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I9b5f6f6aa5860d9c0f91a1660854573649609fda

ChangeLog
configure.ac

index b9417a7cceaf03c4c58f9ed313c04570bcf0134a..346dd1abe24f2f8258c77cf369a10f892cb72220 100644 (file)
--- 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
index ecf32ec37dbeb400c7fe2c756f89047c1b8be5e3..3f21ccefa7c7a24f2471e17d495d7759e2d74185 100644 (file)
@@ -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.]])
This page took 0.026508 seconds and 4 git commands to generate.