From 769bcdbb67ab8b4a800020d54728d2a238475320 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 1 Aug 2017 15:13:56 -0400 Subject: [PATCH] Version 2.10.0 Signed-off-by: Mathieu Desnoyers --- ChangeLog | 6 ++++++ configure.ac | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3d1cbcc4..5e8dba5f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2017-08-01 (World Wide Web Day) lttng-ust 2.10.0 + * lttng-ust(3): reword and fix style of `LTTNG_UST_ALLOW_BLOCKING` variable + * lttng-ust(3): specify "If set" instead of "if set to 1" for some variables + * Fix: doc/man: use a single XSL file and match local names + * Fix: Expand the shmobj size for the sequence number + 2017-06-12 (National Peanut Butter Cookie Day) lttng-ust 2.10.0-rc2 * Introduce LTTNG_UST_ALLOW_BLOCKING env. var. * Fix: lttng-ust-elf.c: define NT_GNU_BUILD_ID if not defined diff --git a/configure.ac b/configure.ac index 3ad78e01..96043f38 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl Version infos m4_define([V_MAJOR], [2]) m4_define([V_MINOR], [10]) m4_define([V_PATCH], [0]) -m4_define([V_EXTRA], [rc2]) +dnl m4_define([V_EXTRA], []) m4_define([V_NAME], [[KeKriek]]) m4_define([V_DESC], [[From Brasserie Dunham, a sour mashed golden wheat ale fermented with local sour cherries from Tougas orchards. Fresh sweet cherry notes with some tartness, lively carbonation with a dry finish.]]) -- 2.34.1