X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=blobdiff_plain;f=README.adoc;h=191b0e0a2fc440e5599749a8e711545b9440ea8d;hp=7754da0bc6650df084d97e520ed44f692c5065f4;hb=HEAD;hpb=8d82bb77bfe9cee42f8b409c5e65f9ae4c218894 diff --git a/README.adoc b/README.adoc index 7754da0bc..676467aa4 100644 --- a/README.adoc +++ b/README.adoc @@ -16,7 +16,7 @@ endif::env-github[] 5 May 2020 [.normal] -https://ci.lttng.org/job/lttng-tools_master_build/[image:https://img.shields.io/jenkins/s/https/ci.lttng.org/lttng-tools_master_build.svg[Jenkins, title="Jenkins"]] +https://ci.lttng.org/job/lttng-tools_master_linuxbuild/[image:https://img.shields.io/jenkins/build.svg?jobUrl=https://ci.lttng.org/job/lttng-tools_master_linuxbuild/[Jenkins, title="Jenkins"]] https://scan.coverity.com/projects/lttng-tools[image:https://img.shields.io/coverity/scan/lttng-tools.svg[Coverity, title="Coverity"]] [.lead] @@ -72,15 +72,13 @@ The following dependencies are optional: of the https://lttng.org/man/1/lttng-view/[`lttng view`] command, `make{nbsp}check` and tests. + -Debian/Ubuntu package: `babeltrace2` +Debian/Ubuntu package: `babeltrace2 libbabeltrace2-dev` * **https://lttng.org/[LTTng{nbh}UST]** (same minor version as {lt}): LTTng user space tracing (applications and libraries). + Debian/Ubuntu package: `liblttng{nbh}ust{nbh}dev` -* **Perl**: `make{nbsp}check` and tests. - * **https://www.python.org/[Python]{nbsp}≥{nbsp}3.4**: `make{nbsp}check` and tests. + @@ -223,6 +221,21 @@ As there's no official {lib} Python bindings yet, see link:doc/python-howto.txt[`doc/python-howto.txt`] to understand how to use them. +== 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 second-last stable version. + +New features are integrated into the master branch and not backported to the +last stable branch. + == Community Mailing list::