DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH] release 18.11.9
@ 2020-07-10 10:06 Kevin Traynor
  2020-07-10 10:24 ` Thomas Monjalon
  0 siblings, 1 reply; 3+ messages in thread
From: Kevin Traynor @ 2020-07-10 10:06 UTC (permalink / raw)
  To: web, bluca; +Cc: thomas, ferruh.yigit, david.marchand, Kevin Traynor

Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
---
 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 718c0c2..3e20217 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -32,5 +32,5 @@ weight = "2"
 | [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 |
-| [DPDK 18.11.8 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.8.tar.xz) | [2020 May 18](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html)      | 72b91c2ca8b08d9e1c1f1f6b200e6a25 |
+| [DPDK 18.11.9 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.9.tar.xz) | [2020 July 10](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html)     | 84fea30b4007e4eb15102f62c55e71c8 |
 | [DPDK 18.08.1](//fast.dpdk.org/rel/dpdk-18.08.1.tar.xz)       | [2019 April 1](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html)     | 391116ff3012ffd33bb63ed5feb3375c |
 | [DPDK 18.05.1](//fast.dpdk.org/rel/dpdk-18.05.1.tar.xz)       | [2018 Sept 7](//doc.dpdk.org/guides-18.05/rel_notes/release_18_05.html)      | 5e278012506c76d981e4283a92adec1c |
diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index be9547a..a32ee25 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -138,4 +138,4 @@ by 1-2 weeks, depending on the test results.
 | Current version | Next version  | Next version Date | End of life | Maintainer     |
 |----------|----------|-------------------|---------------------|--------------------|
-| 18.11.8  | 18.11.9  | June 2020         | November 2020 (LTS) | Kevin Traynor      |
+| 18.11.9  | 18.11.10 | September 2020    | November 2020 (LTS) | Kevin Traynor      |
 | 19.11.3  | 19.11.4  | September 2020    | November 2021 (LTS) | Luca Boccassi      |
-- 
2.21.3


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-web] [PATCH] release 18.11.9
  2020-07-10 10:06 [dpdk-web] [PATCH] release 18.11.9 Kevin Traynor
@ 2020-07-10 10:24 ` Thomas Monjalon
  2020-07-10 10:29   ` Kevin Traynor
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2020-07-10 10:24 UTC (permalink / raw)
  To: Kevin Traynor; +Cc: web, bluca, ferruh.yigit, david.marchand

10/07/2020 12:06, Kevin Traynor:
> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
> ---
>  | Current version | Next version  | Next version Date | End of life | Maintainer     |
>  |----------|----------|-------------------|---------------------|--------------------|
> -| 18.11.8  | 18.11.9  | June 2020         | November 2020 (LTS) | Kevin Traynor      |
> +| 18.11.9  | 18.11.10 | September 2020    | November 2020 (LTS) | Kevin Traynor      |

Acked-by: Thomas Monjalon <thomas@monjalon.net>

Thanks



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [dpdk-web] [PATCH] release 18.11.9
  2020-07-10 10:24 ` Thomas Monjalon
@ 2020-07-10 10:29   ` Kevin Traynor
  0 siblings, 0 replies; 3+ messages in thread
From: Kevin Traynor @ 2020-07-10 10:29 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web, bluca, ferruh.yigit, david.marchand

On 10/07/2020 11:24, Thomas Monjalon wrote:
> 10/07/2020 12:06, Kevin Traynor:
>> Signed-off-by: Kevin Traynor <ktraynor@redhat.com>
>> ---
>>  | Current version | Next version  | Next version Date | End of life | Maintainer     |
>>  |----------|----------|-------------------|---------------------|--------------------|
>> -| 18.11.8  | 18.11.9  | June 2020         | November 2020 (LTS) | Kevin Traynor      |
>> +| 18.11.9  | 18.11.10 | September 2020    | November 2020 (LTS) | Kevin Traynor      |
> 
> Acked-by: Thomas Monjalon <thomas@monjalon.net>
> 
> Thanks
> 
> 

Thanks, applied


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-07-10 10:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-10 10:06 [dpdk-web] [PATCH] release 18.11.9 Kevin Traynor
2020-07-10 10:24 ` Thomas Monjalon
2020-07-10 10:29   ` Kevin Traynor

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).