From 9c3f3d0208bab524c94466b8cc6bb1dcbc4a906b Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Thu, 14 Mar 2024 11:39:12 -0400 Subject: [PATCH] docs: Add supported versions and fix-backport policy Change-Id: I9ec43912652fc713484959e9315765f7e9d29a3e Signed-off-by: Kienan Stewart Signed-off-by: Mathieu Desnoyers --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f71649b4..657cba85 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,23 @@ compiled in C++. To compile tracepoint probes in C++, you need G++ >= 4.7 or Clang >= 4.0. The C++ compilers need to support C++11. +Supported versions +------------------ + +The LTTng project supports the last two released stable versions +(e.g. stable-2.13 and stable-2.12). + +Fixes are backported from the master branch to the last stable version +unless those fixes would break the ABI or API. Those fixes may be backported +to the second-last stable version, depending on complexity and ABI/API +compatibility. + +Security fixes are backported from the master branch to both of the last stable +version and the the second-last stable version. + +New features are integrated into the master branch and not backported to the +last stable branch. + Contact ------- -- 2.34.1