From ab8a350b171f349c43b856895a1fe961ed47c337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 3 Apr 2020 10:43:18 -0400 Subject: [PATCH] Bump session.xsd version to 2.12 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The session schema has changed to include new tracked process attributes. This change is technically non-backward compatible if tracked PIDs were saved. As it is extremely unlikely that anyone saves PIDs to a session configuration to load it in another lttng-tools version, the schema does not allow the pre-2.12 PID tracking specification to be expressed. In my opinion, this is unlikely enough not to warrant a major version bump. This can be changed if someone really encounters this in the wild or has a legitimate use case for going through this trouble. Signed-off-by: Jérémie Galarneau Change-Id: I8fd8dac02065b09c3e3c75b38699caea3223ce50 Signed-off-by: Jérémie Galarneau --- src/common/config/session.xsd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config/session.xsd b/src/common/config/session.xsd index 6f3a5d8af..814723b2a 100644 --- a/src/common/config/session.xsd +++ b/src/common/config/session.xsd @@ -6,7 +6,7 @@ SPDX-License-Identifier: MIT --> +elementFormDefault="qualified" version="2.12"> -- 2.34.1