DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH 1/2] release 19.02.0
@ 2019-01-29 17:49 Thomas Monjalon
  2019-01-29 17:49 ` [dpdk-web] [PATCH 2/2] add releases of the year in the roadmap Thomas Monjalon
  2019-02-02  0:40 ` [dpdk-web] [PATCH 1/2] release 19.02.0 Thomas Monjalon
  0 siblings, 2 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-01-29 17:49 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/doc/archives/_index.md |  5 +++++
 content/download/_index.md     |  5 +++--
 content/roadmap/_index.md      | 14 +-------------
 3 files changed, 9 insertions(+), 15 deletions(-)

diff --git a/content/doc/archives/_index.md b/content/doc/archives/_index.md
index 4d0ea5a..f91a435 100644
--- a/content/doc/archives/_index.md
+++ b/content/doc/archives/_index.md
@@ -2,6 +2,11 @@
 title = "Archives"
 +++
 
+- DPDK 19.02
+| [HTML API](//doc.dpdk.org/api-19.02/)
+| [HTML guides](//doc.dpdk.org/guides-19.02/)
+| [PDF guides](//fast.dpdk.org/doc/pdf-guides-19.02/)
+
 - DPDK 18.11
 | [HTML API](//doc.dpdk.org/api-18.11/)
 | [HTML guides](//doc.dpdk.org/guides-18.11/)
diff --git a/content/download/_index.md b/content/download/_index.md
index b5c9e6d..76678b5 100644
--- a/content/download/_index.md
+++ b/content/download/_index.md
@@ -5,10 +5,10 @@ weight = "2"
 
 <section class="download-container">
 <div class="dwnld-btn-group">
-<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-18.11.tar.xz">
+<a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-19.02.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
   Latest Major\
-  18.11
+  19.02
 </a>
 <a class="dwnld-btn" href="https://fast.dpdk.org/rel/dpdk-18.05.1.tar.xz">
   {{< icon name="glyphicon glyphicon-download-alt" size="large" >}}
@@ -25,6 +25,7 @@ weight = "2"
 
 | file                                                          | date/changelog                                                               | md5                              |
 |---------------------------------------------------------------|------------------------------------------------------------------------------|----------------------------------|
+| [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)  |                                  |
 | [DPDK 18.11.0 (LTS)](//fast.dpdk.org/rel/dpdk-18.11.tar.xz)   | [2018 November 26](//doc.dpdk.org/guides-18.11/rel_notes/release_18_11.html) | 04b86f4a77f4f81a7fbd26467dd2ea9f |
 | [DPDK 18.08](//fast.dpdk.org/rel/dpdk-18.08.tar.xz)           | [2018 August 9](//doc.dpdk.org/guides-18.08/rel_notes/release_18_08.html)    | da5e7fb25ab063c47e53929fb8c58be5 |
 | [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 3c783a6..74c0a56 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -9,14 +9,10 @@ This is not a commitment but plan of work.
 This list is obviously neither complete nor guaranteed.
 {{% /notice %}}
 
-### Version 19.02 (2019 February) {#1902}
+### Version 19.05 (2019 May) {#1905}
 
 - new device specification (devargs) syntax
 - failsafe support in multi-process
-- IPsec library
-- compression performance test app
-
-### Version 19.05 (2019 May) {#1905}
 
 ### Nice to have - Future {#future}
 ----
@@ -49,14 +45,6 @@ The last period is 1 month long and is dedicated to bug fixing.
 ### Scheduling {#dates}
 ----
 
-#### 19.02
-
-- Proposal deadline: November 29, 2018
-- Integration deadline: December 14, 2018
-- First release candidate: December 21, 2018
-- Last release candidate: January 25, 2019
-- Release: February 1, 2019
-
 #### 19.05
 
 - Proposal deadline: March 1, 2019
-- 
2.20.1

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

* [dpdk-web] [PATCH 2/2] add releases of the year in the roadmap
  2019-01-29 17:49 [dpdk-web] [PATCH 1/2] release 19.02.0 Thomas Monjalon
@ 2019-01-29 17:49 ` Thomas Monjalon
  2019-02-02  0:41   ` Thomas Monjalon
  2019-02-02  0:40 ` [dpdk-web] [PATCH 1/2] release 19.02.0 Thomas Monjalon
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2019-01-29 17:49 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit

Add empty entries for main and stable 19.xx releases.

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
 content/roadmap/_index.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/content/roadmap/_index.md b/content/roadmap/_index.md
index 74c0a56..6b07dde 100644
--- a/content/roadmap/_index.md
+++ b/content/roadmap/_index.md
@@ -14,6 +14,10 @@ This list is obviously neither complete nor guaranteed.
 - new device specification (devargs) syntax
 - failsafe support in multi-process
 
+### Version 19.08 (2019 August) {#1908}
+
+### Version 19.11 (2019 September) {#1911}
+
 ### Nice to have - Future {#future}
 ----
 - multi-process rework
@@ -73,7 +77,7 @@ Developers can provide stable-specific patches by sending them
 to stable@dpdk.org only (avoiding dev@dpdk.org).
 
 After all the relevant bugfixes have been backported,
-regression tests are ran, and if clear, the stable release is announced.
+regression tests are run, and if clear, the stable release is announced.
 
 Typically a new stable release version follows a mainline release
 by 1-2 weeks, depending on the test results.
@@ -86,3 +90,6 @@ by 1-2 weeks, depending on the test results.
 | 18.05.1  | -        | -                 | August 2018         | Christian Ehrhardt |
 | -        | 18.08.1  | November 16, 2018 | November 2018       | Kevin Traynor      |
 | -        | 18.11.1  | January 11, 2019  | November 2020 (LTS) | Kevin Traynor      |
+| -        | 19.02.1  | May 31, 2019      | June 2019           | ?                  |
+| -        | 19.05.1  | August 16, 2019   | September 2019      | ?                  |
+| -        | 19.08.1  | November 29, 2019 | December 2019       | ?                  |
-- 
2.20.1

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

* Re: [dpdk-web] [PATCH 1/2] release 19.02.0
  2019-01-29 17:49 [dpdk-web] [PATCH 1/2] release 19.02.0 Thomas Monjalon
  2019-01-29 17:49 ` [dpdk-web] [PATCH 2/2] add releases of the year in the roadmap Thomas Monjalon
@ 2019-02-02  0:40 ` Thomas Monjalon
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-02-02  0:40 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit

29/01/2019 18:49, Thomas Monjalon:
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  content/doc/archives/_index.md |  5 +++++
>  content/download/_index.md     |  5 +++--
>  content/roadmap/_index.md      | 14 +-------------
>  3 files changed, 9 insertions(+), 15 deletions(-)

Applied

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

* Re: [dpdk-web] [PATCH 2/2] add releases of the year in the roadmap
  2019-01-29 17:49 ` [dpdk-web] [PATCH 2/2] add releases of the year in the roadmap Thomas Monjalon
@ 2019-02-02  0:41   ` Thomas Monjalon
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Monjalon @ 2019-02-02  0:41 UTC (permalink / raw)
  To: web; +Cc: ferruh.yigit, Traynor Kevin

29/01/2019 18:49, Thomas Monjalon:
> Add empty entries for main and stable 19.xx releases.
> 
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
> ---
>  | -        | 18.11.1  | January 11, 2019  | November 2020 (LTS) | Kevin Traynor      |
> +| -        | 19.02.1  | May 31, 2019      | June 2019           | ?                  |
> +| -        | 19.05.1  | August 16, 2019   | September 2019      | ?                  |
> +| -        | 19.08.1  | November 29, 2019 | December 2019       | ?                  |

Applied with a fixed date for 18.11.1, as discussed with Kevin.
It may be delayed because of the Spring Festival
but it gives a more correct date expectation.

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

end of thread, other threads:[~2019-02-02  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-29 17:49 [dpdk-web] [PATCH 1/2] release 19.02.0 Thomas Monjalon
2019-01-29 17:49 ` [dpdk-web] [PATCH 2/2] add releases of the year in the roadmap Thomas Monjalon
2019-02-02  0:41   ` Thomas Monjalon
2019-02-02  0:40 ` [dpdk-web] [PATCH 1/2] release 19.02.0 Thomas Monjalon

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