DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH 1/2] release 19.11.1
@ 2020-03-17 10:12 luca.boccassi
  2020-03-17 10:12 ` [dpdk-web] [PATCH 2/2] Update roadmap for 19.11.2 luca.boccassi
  2020-03-17 10:30 ` [dpdk-web] [PATCH 1/2] release 19.11.1 David Marchand
  0 siblings, 2 replies; 4+ messages in thread
From: luca.boccassi @ 2020-03-17 10:12 UTC (permalink / raw)
  To: web

From: Luca Boccassi <luca.boccassi@microsoft.com>

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 content/download/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/download/_index.md b/content/download/_index.md
index c373993..26e3263 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -26,7 +26,7 @@ weight = "2"
 | file                                                          | date/changelog                                                               | md5                              |
 |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
 | [DPDK 20.02.0](//fast.dpdk.org/rel/dpdk-20.02.tar.xz)         | [2020 February 25](//doc.dpdk.org/guides-20.02/rel_notes/release_20_02.html) | e20171462d6b2252dfbae1de8c45ba10 |
-| [DPDK 19.11.0 (LTS)](//fast.dpdk.org/rel/dpdk-19.11.tar.xz)   | [2019 November 28](//doc.dpdk.org/guides-19.11/rel_notes/release_19_11.html) | bdcc9395656df89bc4578f1771e0a761 |
+| [DPDK 19.11.1 (LTS)](//fast.dpdk.org/rel/dpdk-19.11.1.tar.xz) | [2020 March 17](//doc.dpdk.org/guides-19.11/rel_notes/release_19_11.html)    | 43b691f830e47a84b20c716ccc7aff40 |
 | [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 |
-- 
2.20.1


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

* [dpdk-web] [PATCH 2/2] Update roadmap for 19.11.2
  2020-03-17 10:12 [dpdk-web] [PATCH 1/2] release 19.11.1 luca.boccassi
@ 2020-03-17 10:12 ` luca.boccassi
  2020-03-17 10:30 ` [dpdk-web] [PATCH 1/2] release 19.11.1 David Marchand
  1 sibling, 0 replies; 4+ messages in thread
From: luca.boccassi @ 2020-03-17 10:12 UTC (permalink / raw)
  To: web

From: Luca Boccassi <luca.boccassi@microsoft.com>

Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
---
 content/roadmap/_index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 46e6e2b..0c21283 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -89,4 +89,4 @@ by 1-2 weeks, depending on the test results.
 | Current version | Next version  | Next version Date | End of life | Maintainer     |
 |----------|----------|-------------------|---------------------|--------------------|
 | 18.11.6  | 18.11.7  | April 2020        | November 2020 (LTS) | Kevin Traynor      |
-| 19.11.0  | 19.11.1  | March 2020        | November 2021 (LTS) | Luca Boccassi      |
+| 19.11.1  | 19.11.2  | June 2020         | November 2021 (LTS) | Luca Boccassi      |
-- 
2.20.1


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

* Re: [dpdk-web] [PATCH 1/2] release 19.11.1
  2020-03-17 10:12 [dpdk-web] [PATCH 1/2] release 19.11.1 luca.boccassi
  2020-03-17 10:12 ` [dpdk-web] [PATCH 2/2] Update roadmap for 19.11.2 luca.boccassi
@ 2020-03-17 10:30 ` David Marchand
  2020-03-17 10:33   ` Luca Boccassi
  1 sibling, 1 reply; 4+ messages in thread
From: David Marchand @ 2020-03-17 10:30 UTC (permalink / raw)
  To: Luca Boccassi; +Cc: web

On Tue, Mar 17, 2020 at 11:12 AM <luca.boccassi@gmail.com> wrote:
>
> From: Luca Boccassi <luca.boccassi@microsoft.com>
>
> Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>

Both patches looks good to me.
Just odd to split them.

Acked-by: David Marchand <david.marchand@redhat.com>


-- 
David Marchand


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

* Re: [dpdk-web] [PATCH 1/2] release 19.11.1
  2020-03-17 10:30 ` [dpdk-web] [PATCH 1/2] release 19.11.1 David Marchand
@ 2020-03-17 10:33   ` Luca Boccassi
  0 siblings, 0 replies; 4+ messages in thread
From: Luca Boccassi @ 2020-03-17 10:33 UTC (permalink / raw)
  To: David Marchand; +Cc: web

On Tue, 2020-03-17 at 11:30 +0100, David Marchand wrote:
> On Tue, Mar 17, 2020 at 11:12 AM <luca.boccassi@gmail.com> wrote:
> > From: Luca Boccassi <luca.boccassi@microsoft.com>
> > 
> > Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com>
> 
> Both patches looks good to me.
> Just odd to split them.
> 
> Acked-by: David Marchand <david.marchand@redhat.com>

Squashed on push

-- 
Kind regards,
Luca Boccassi

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

end of thread, other threads:[~2020-03-17 10:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-17 10:12 [dpdk-web] [PATCH 1/2] release 19.11.1 luca.boccassi
2020-03-17 10:12 ` [dpdk-web] [PATCH 2/2] Update roadmap for 19.11.2 luca.boccassi
2020-03-17 10:30 ` [dpdk-web] [PATCH 1/2] release 19.11.1 David Marchand
2020-03-17 10:33   ` Luca Boccassi

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