From 9c808bb20d39ce62862dd16be00c17d558149be8 Mon Sep 17 00:00:00 2001 From: Diego Pino Garcia Date: Tue, 8 Oct 2024 13:15:31 +0200 Subject: [PATCH] Update DependenciesPolicy.md Remove entries for Ubuntu 20.04 and Debian 11 since they are no longer supported. Add a new section, 'Feature Support', with a schedule indicating until when a feature (e.g. libsoup2, gtk3) will be supported. --- .../Ports/WebKitGTK and WPE WebKit/DependenciesPolicy.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/Ports/WebKitGTK and WPE WebKit/DependenciesPolicy.md b/docs/Ports/WebKitGTK and WPE WebKit/DependenciesPolicy.md index 47e9655b..f3dc59ac 100644 --- a/docs/Ports/WebKitGTK and WPE WebKit/DependenciesPolicy.md +++ b/docs/Ports/WebKitGTK and WPE WebKit/DependenciesPolicy.md @@ -16,8 +16,13 @@ For more information on compiler requirements, see [GCC Requirement](GCCRequirem | Operating System | Release Date | WebKit Support End | |--------------------------------|--------------|--------------------| -| Ubuntu 20.04 (Focal Fossa) | 2020-04-23 | 2023-04-21 | -| Debian 11 (Bullseye) | 2021-08-14 | 2024-06-10 | | Ubuntu 22.04 (Jammy Jellyfish) | 2022-04-21 | 2025-04-25 | | Debian 12 (Bookworm) | 2023-06-10 | June 2026 | | Ubuntu 24.04 (Noble Numbat) | 2024-04-25 | April 2027 | + +## Feature support + +| Feature | Description | WebKit Support End | +|--------------|----------------------|---------------------------------| +| USE_SOUP2=ON | Build with libsoup2 | April 2027 (Ubuntu 24.04) | +| USE_GTK4=OFF | Build with GTK3 | April 2027 (Ubuntu 24.04) |