From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 27E4EA0352; Fri, 7 Jan 2022 09:42:15 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E645040042; Fri, 7 Jan 2022 09:42:14 +0100 (CET) Received: from smtp-relay-internal-1.canonical.com (smtp-relay-internal-1.canonical.com [185.125.188.123]) by mails.dpdk.org (Postfix) with ESMTP id 94B8840040 for ; Fri, 7 Jan 2022 09:42:13 +0100 (CET) Received: from mail-ed1-f72.google.com (mail-ed1-f72.google.com [209.85.208.72]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-internal-1.canonical.com (Postfix) with ESMTPS id 56B523F1A2 for ; Fri, 7 Jan 2022 08:42:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1641544933; bh=brkBtesaCrA1VArceDsV2Skw+fpKs8uft83IRWWAqcA=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=YQJpLOUIiWh6sOSVIvpG3WaN/Ho7pYHomLYam4qG/0GGkFoZFOQb6iZeYzY0AnJP9 YiU4fPqHTDP3JgjkNgM60wOz2HkNZQzbdnvSuD9jrSwcHXcoKUdxRq1xcKGkFOf6jk 7wJNkL/S9K1XjuC21ZdPhkJYtQL7NeMttdwFx3JS8zJit0XkPuUH2r83dl+GR/Q6S/ GIBVc1HCQCSJsj8DIP6HslyoHYmradDR0XvK0Go/79IGtUnfRi/ckFK8VZTarMem6k mMUllOicjCFAZlrpClR/w/b1AXDJ3I+gG9QfwYGRunt7+xfWudB8amZ+RIwXB+hU+C nATt5UW0FGiNQ== Received: by mail-ed1-f72.google.com with SMTP id h11-20020a05640250cb00b003fa024f87c2so4109544edb.4 for ; Fri, 07 Jan 2022 00:42:13 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=brkBtesaCrA1VArceDsV2Skw+fpKs8uft83IRWWAqcA=; b=PPpVCf3/wPifJJM7xaM2LdEs9JO8A+SP3AWgdW1EoHVgyITW9v+RY+F1rrmYeBsbu5 FmMO83+BCEIxV0M2N4XSTNFAHLrL+rFeRTRnlwSPOU8wDCCcyS8eYv7inowHZxb7eDhW sj5E4sWLS038AlMMb/j5MbjPoc/ZtPiNtip9NwVZPkwvPi6u+SktXwJMvZhuBSNT9Uf2 71rxiQl1XxiU8lI7g1zyLiXXOPGeCQV2jpeMDdVC6R/CfXdyww3JBjxBphmvFSpUg78c t67NY1WjqV556NIU6q1WnCBkGLv6G1zQolmcO4+UtbTUBomYYpmfMVV/QvoEXcrrMTAZ qLeA== X-Gm-Message-State: AOAM5334zDK1qZ5tKz2vVVEpqdtveit/8jGk+RcHSWFjjCKET1yUEAAQ vo1s+EIgOZcsxJTvScE3d/rGHbmKcjKI8tWZTY+5+3LtVU+oJ0ze5+pM5oTSBHZh2FcnHZfffKj 6UU3JiDZmY8vn16NQOsoZ X-Received: by 2002:a17:907:1c92:: with SMTP id nb18mr48799625ejc.249.1641544932718; Fri, 07 Jan 2022 00:42:12 -0800 (PST) X-Google-Smtp-Source: ABdhPJyhjEQ9Q6Ho9ElTOBt9soRl29KQKJxuTrBo3VJrMBNYHHsCUiILU8b6Re9C0UX3nHeJK/ujug== X-Received: by 2002:a17:907:1c92:: with SMTP id nb18mr48799618ejc.249.1641544932530; Fri, 07 Jan 2022 00:42:12 -0800 (PST) Received: from localhost.localdomain ([2001:67c:1560:8007::aac:c4ad]) by smtp.gmail.com with ESMTPSA id ky5sm1192867ejc.204.2022.01.07.00.42.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 07 Jan 2022 00:42:11 -0800 (PST) From: christian.ehrhardt@canonical.com To: web@dpdk.org, Thomas Monjalon , David Marchand Cc: Christian Ehrhardt Subject: [PATCH] release 19.11.11 Date: Fri, 7 Jan 2022 09:42:08 +0100 Message-Id: <20220107084208.1225290-1-christian.ehrhardt@canonical.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK website maintenance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: web-bounces@dpdk.org From: Christian Ehrhardt Signed-off-by: Christian Ehrhardt --- content/download/_index.md | 2 +- content/roadmap/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/download/_index.md b/content/download/_index.md index ec2e32b..7437520 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -33,7 +33,7 @@ weight = "2" | [DPDK 20.08.0](//fast.dpdk.org/rel/dpdk-20.08.tar.xz) | [2020 August 8](//doc.dpdk.org/guides-20.08/rel_notes/release_20_08.html) | 64badd32cd6bc0761befc8f2402c2148 | | [DPDK 20.05.0](//fast.dpdk.org/rel/dpdk-20.05.tar.xz) | [2020 May 26](//doc.dpdk.org/guides-20.05/rel_notes/release_20_05.html) | 7c6f3e7f7de2422775c4cba116012c4d | | [DPDK 20.02.1](//fast.dpdk.org/rel/dpdk-20.02.1.tar.xz) | [2020 May 18](//doc.dpdk.org/guides-20.02/rel_notes/release_20_02.html) | fd04cb05c728f474b438c6e7aa1eb195 | -| [DPDK 19.11.10 (LTS)](//fast.dpdk.org/rel/dpdk-19.11.10.tar.xz) | [2021 September 6](//doc.dpdk.org/guides-19.11/rel_notes/release_19_11.html) | 33780dfa7462a53b22f120bcbd9da374 | +| [DPDK 19.11.11 (LTS)](//fast.dpdk.org/rel/dpdk-19.11.11.tar.xz) | [2022 January 7](//doc.dpdk.org/guides-19.11/rel_notes/release_19_11.html) | d1d2eed182d5aec4cc0e700555097645 | | [DPDK 19.08.2](//fast.dpdk.org/rel/dpdk-19.08.2.tar.xz) | [2019 November 15](//doc.dpdk.org/guides-19.08/rel_notes/release_19_08.html) | 97e71f5fed2e5fa21aae16cae82f9e04 | | [DPDK 19.05.0](//fast.dpdk.org/rel/dpdk-19.05.tar.xz) | [2019 May 13](//doc.dpdk.org/guides-19.05/rel_notes/release_19_05.html) | fe22ad1bab1539945119047b0fdf1105 | | [DPDK 19.02.0](//fast.dpdk.org/rel/dpdk-19.02.tar.xz) | [2019 February 1](//doc.dpdk.org/guides-19.02/rel_notes/release_19_02.html) | 23944a2cdee061aa4bd72ebe7d836db0 | diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md index abe7576..4ceb1a6 100644 --- a/content/roadmap/_index.md +++ b/content/roadmap/_index.md @@ -132,5 +132,5 @@ by 1-2 weeks, depending on the test results. | Current version | Next version | Next version Date | End of life | Maintainers | |----------|----------|-------------------|---------------------|---------------------------| | 18.11.11 | - | - | December 2020 (EOL) | - | -| 19.11.10 | 19.11.11 | January 2022 | December 2022 (LTS) | Christian Ehrhardt | +| 19.11.11 | 19.11.12 | May 2022 | December 2022 (LTS) | Christian Ehrhardt | | 20.11.3 | 20.11.4 | December 2021 | November 2022 (LTS) | Luca Boccassi, Xueming Li | -- 2.34.1