* [PATCH] release 22.11.2
@ 2023-05-06 8:54 Xueming Li
2023-05-17 14:30 ` Kevin Traynor
0 siblings, 1 reply; 3+ messages in thread
From: Xueming Li @ 2023-05-06 8:54 UTC (permalink / raw)
To: web; +Cc: Luca Boccassi, xuemingl
Signed-off-by: Xueming Li <xuemingl@nvidia.com>
---
content/download/_index.md | 6 +++---
content/roadmap/_index.md | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/content/download/_index.md b/content/download/_index.md
index 463b55b..b363e3d 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -10,10 +10,10 @@ weight = "2"
Latest\
23.03.0
</a>
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-22.11.1.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-22.11.2.tar.xz">
{{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
Latest Long Term Stable (LTS)\
- 22.11.1
+ 22.11.2
</a>
<a class="dwnld-btn" href="/roadmap">
{{< icon name="glyphicon glyphicon-calendar" size="large" >}}
@@ -26,7 +26,7 @@ weight = "2"
| file | date/changelog | md5 |
|---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
| [DPDK 23.03.0](//fast.dpdk.org/rel/dpdk-23.03.tar.xz) | [2023 March 31](//doc.dpdk.org/guides-23.03/rel_notes/release_23_03.html) | 3cf8ebbcd412d5726db230f2eeb90cc9 |
-| [DPDK 22.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.1.tar.xz) | [2022 December 2](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 0594708fe42ce186a55b0235c6e20cfe |
+| [DPDK 22.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.2.tar.xz) | [2022 May 6](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 5f20542d9ed4d45a65ac2ab6c3aebb7d |
| [DPDK 22.07.0](//fast.dpdk.org/rel/dpdk-22.07.tar.xz) | [2022 July 17](//doc.dpdk.org/guides-22.07/rel_notes/release_22_07.html) | fb73b58b80b1349cd05fe9cf6984afd4 |
| [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz) | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html) | a07ca8839f98062f46e1cc359735cce8 |
| [DPDK 21.11.3 (LTS)](//fast.dpdk.org/rel/dpdk-21.11.3.tar.xz) | [2022 December 20](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 60b36ce5739004b04741cb7625e89ebf |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index f07bf94..da77e76 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -124,4 +124,4 @@ by 3-6 weeks, depending on the test results.
| 19.11.14 | - | - | December 2022 (EOL) | Christian Ehrhardt |
| 20.11.8 | 20.11.9 | August 2023 | December 2023 (LTS) | Luca Boccassi |
| 21.11.3 | 21.11.4 | April 2023 | November 2023 (LTS) | Kevin Traynor |
-| 22.11.1 | 22.11.2 | April 2023 | November 2024 (LTS) | Xueming Li |
+| 22.11.2 | 22.11.3 | August 2023 | November 2024 (LTS) | Xueming Li |
--
2.25.1
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] release 22.11.2
2023-05-06 8:54 [PATCH] release 22.11.2 Xueming Li
@ 2023-05-17 14:30 ` Kevin Traynor
2023-05-18 6:04 ` Xueming(Steven) Li
0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2023-05-17 14:30 UTC (permalink / raw)
To: Xueming Li, web; +Cc: Luca Boccassi
On 06/05/2023 09:54, Xueming Li wrote:
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
I noticed this was not pushed to the website, so I acked and pushed it.
thanks,
Kevin.
> ---
> content/download/_index.md | 6 +++---
> content/roadmap/_index.md | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/content/download/_index.md b/content/download/_index.md
> index 463b55b..b363e3d 100644
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> @@ -10,10 +10,10 @@ weight = "2"
> Latest\
> 23.03.0
> </a>
> -<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-22.11.1.tar.xz">
> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-22.11.2.tar.xz">
> {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
> Latest Long Term Stable (LTS)\
> - 22.11.1
> + 22.11.2
> </a>
> <a class="dwnld-btn" href="/roadmap">
> {{< icon name="glyphicon glyphicon-calendar" size="large" >}}
> @@ -26,7 +26,7 @@ weight = "2"
> | file | date/changelog | md5 |
> |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
> | [DPDK 23.03.0](//fast.dpdk.org/rel/dpdk-23.03.tar.xz) | [2023 March 31](//doc.dpdk.org/guides-23.03/rel_notes/release_23_03.html) | 3cf8ebbcd412d5726db230f2eeb90cc9 |
> -| [DPDK 22.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.1.tar.xz) | [2022 December 2](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 0594708fe42ce186a55b0235c6e20cfe |
> +| [DPDK 22.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.2.tar.xz) | [2022 May 6](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 5f20542d9ed4d45a65ac2ab6c3aebb7d |
> | [DPDK 22.07.0](//fast.dpdk.org/rel/dpdk-22.07.tar.xz) | [2022 July 17](//doc.dpdk.org/guides-22.07/rel_notes/release_22_07.html) | fb73b58b80b1349cd05fe9cf6984afd4 |
> | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz) | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html) | a07ca8839f98062f46e1cc359735cce8 |
> | [DPDK 21.11.3 (LTS)](//fast.dpdk.org/rel/dpdk-21.11.3.tar.xz) | [2022 December 20](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 60b36ce5739004b04741cb7625e89ebf |
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index f07bf94..da77e76 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -124,4 +124,4 @@ by 3-6 weeks, depending on the test results.
> | 19.11.14 | - | - | December 2022 (EOL) | Christian Ehrhardt |
> | 20.11.8 | 20.11.9 | August 2023 | December 2023 (LTS) | Luca Boccassi |
> | 21.11.3 | 21.11.4 | April 2023 | November 2023 (LTS) | Kevin Traynor |
> -| 22.11.1 | 22.11.2 | April 2023 | November 2024 (LTS) | Xueming Li |
> +| 22.11.2 | 22.11.3 | August 2023 | November 2024 (LTS) | Xueming Li |
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] release 22.11.2
2023-05-17 14:30 ` Kevin Traynor
@ 2023-05-18 6:04 ` Xueming(Steven) Li
0 siblings, 0 replies; 3+ messages in thread
From: Xueming(Steven) Li @ 2023-05-18 6:04 UTC (permalink / raw)
To: Kevin Traynor, web; +Cc: Luca Boccassi
[-- Attachment #1: Type: text/plain, Size: 3533 bytes --]
Thanks Kevin!
________________________________
From: Kevin Traynor <ktraynor@redhat.com>
Sent: Wednesday, May 17, 2023 10:30 PM
To: Xueming(Steven) Li <xuemingl@nvidia.com>; web@dpdk.org <web@dpdk.org>
Cc: Luca Boccassi <bluca@debian.org>
Subject: Re: [PATCH] release 22.11.2
On 06/05/2023 09:54, Xueming Li wrote:
> Signed-off-by: Xueming Li <xuemingl@nvidia.com>
I noticed this was not pushed to the website, so I acked and pushed it.
thanks,
Kevin.
> ---
> content/download/_index.md | 6 +++---
> content/roadmap/_index.md | 2 +-
> 2 files changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/content/download/_index.md b/content/download/_index.md
> index 463b55b..b363e3d 100644
> --- a/content/download/_index.md
> +++ b/content/download/_index.md
> @@ -10,10 +10,10 @@ weight = "2"
> Latest\
> 23.03.0
> </a>
> -<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-22.11.1.tar.xz">
> +<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-22.11.2.tar.xz">
> {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
> Latest Long Term Stable (LTS)\
> - 22.11.1
> + 22.11.2
> </a>
> <a class="dwnld-btn" href="/roadmap">
> {{< icon name="glyphicon glyphicon-calendar" size="large" >}}
> @@ -26,7 +26,7 @@ weight = "2"
> | file | date/changelog | md5 |
> |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
> | [DPDK 23.03.0](//fast.dpdk.org/rel/dpdk-23.03.tar.xz) | [2023 March 31](//doc.dpdk.org/guides-23.03/rel_notes/release_23_03.html) | 3cf8ebbcd412d5726db230f2eeb90cc9 |
> -| [DPDK 22.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.1.tar.xz) | [2022 December 2](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 0594708fe42ce186a55b0235c6e20cfe |
> +| [DPDK 22.11.2 (LTS)](//fast.dpdk.org/rel/dpdk-22.11.2.tar.xz) | [2022 May 6](//doc.dpdk.org/guides-22.11/rel_notes/release_22_11.html) | 5f20542d9ed4d45a65ac2ab6c3aebb7d |
> | [DPDK 22.07.0](//fast.dpdk.org/rel/dpdk-22.07.tar.xz) | [2022 July 17](//doc.dpdk.org/guides-22.07/rel_notes/release_22_07.html) | fb73b58b80b1349cd05fe9cf6984afd4 |
> | [DPDK 22.03.0](//fast.dpdk.org/rel/dpdk-22.03.tar.xz) | [2022 March 17](//doc.dpdk.org/guides-22.03/rel_notes/release_22_03.html) | a07ca8839f98062f46e1cc359735cce8 |
> | [DPDK 21.11.3 (LTS)](//fast.dpdk.org/rel/dpdk-21.11.3.tar.xz) | [2022 December 20](//doc.dpdk.org/guides-21.11/rel_notes/release_21_11.html) | 60b36ce5739004b04741cb7625e89ebf |
> diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
> index f07bf94..da77e76 100644
> --- a/content/roadmap/_index.md
> +++ b/content/roadmap/_index.md
> @@ -124,4 +124,4 @@ by 3-6 weeks, depending on the test results.
> | 19.11.14 | - | - | December 2022 (EOL) | Christian Ehrhardt |
> | 20.11.8 | 20.11.9 | August 2023 | December 2023 (LTS) | Luca Boccassi |
> | 21.11.3 | 21.11.4 | April 2023 | November 2023 (LTS) | Kevin Traynor |
> -| 22.11.1 | 22.11.2 | April 2023 | November 2024 (LTS) | Xueming Li |
> +| 22.11.2 | 22.11.3 | August 2023 | November 2024 (LTS) | Xueming Li |
[-- Attachment #2: Type: text/html, Size: 6675 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-05-18 6:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-06 8:54 [PATCH] release 22.11.2 Xueming Li
2023-05-17 14:30 ` Kevin Traynor
2023-05-18 6:04 ` Xueming(Steven) Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).