From 8285e5062c288fcf344f1b0383989034ce122b8e Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 4 Jun 2026 16:48:28 +0100 Subject: [PATCH 1/2] Document that Ubuntu LTS is part of the SQLite support policy --- docs/deprecation_policy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deprecation_policy.md b/docs/deprecation_policy.md index 06c724d3489..2a4301b4ee0 100644 --- a/docs/deprecation_policy.md +++ b/docs/deprecation_policy.md @@ -22,7 +22,7 @@ people building from source should ensure they can fetch recent versions of Rust The oldest supported version of SQLite is the version [provided](https://packages.debian.org/oldstable/libsqlite3-0) by -[Debian oldstable](https://wiki.debian.org/DebianOldStable). +[Debian oldstable](https://wiki.debian.org/DebianOldStable) or the oldest maintenance/security-supported [Ubuntu LTS](https://endoflife.date/ubuntu) (Ubuntu versions with only Expanded Security Maintenance are not included). ### Context From 39965b5776d8538eae9b5410e9e9485ad100287d Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 4 Jun 2026 16:50:17 +0100 Subject: [PATCH 2/2] Newsfile Signed-off-by: Olivier 'reivilibre --- changelog.d/19823.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/19823.doc diff --git a/changelog.d/19823.doc b/changelog.d/19823.doc new file mode 100644 index 00000000000..5bbbdd5ccf2 --- /dev/null +++ b/changelog.d/19823.doc @@ -0,0 +1 @@ +Document that the SQLite version included in Ubuntu LTS, aside from ESM-only versions, is included in our support policy. \ No newline at end of file