DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH 1/2] Add 16.11.7 link and metadata to rel.html
@ 2018-06-14 10:19 luca.boccassi
  2018-06-14 10:19 ` [dpdk-web] [PATCH 2/2] Update roadmap with projected 16.11.8 release date luca.boccassi
  0 siblings, 1 reply; 4+ messages in thread
From: luca.boccassi @ 2018-06-14 10:19 UTC (permalink / raw)
  To: web; +Cc: thomas, Luca Boccassi

From: Luca Boccassi <bluca@debian.org>

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 rel.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rel.html b/rel.html
index b83676a..50cefba 100644
--- a/rel.html
+++ b/rel.html
@@ -90,9 +90,9 @@
 			<td><pre>cbdf8b7a92ce934d47c38cbc9c20c54a</pre></td>
 		</tr>
 		<tr>
-			<td><a href="https://fast.dpdk.org/rel/dpdk-16.11.6.tar.xz">DPDK 16.11.6 (LTS)</a></td>
-			<td><a href="/doc/guides-16.11/rel_notes/release_16_11.html">2018 April 23</a></td>
-			<td><pre>b5a3fc3d96a3cb8a85325cc24cfe56e7</pre></td>
+			<td><a href="https://fast.dpdk.org/rel/dpdk-16.11.7.tar.xz">DPDK 16.11.7 (LTS)</a></td>
+			<td><a href="/doc/guides-16.11/rel_notes/release_16_11.html">2018 June 14</a></td>
+			<td><pre>c081d113dfd57633e3bc3ebc802691be</pre></td>
 		</tr>
 		<tr>
 			<td><a href="https://fast.dpdk.org/rel/dpdk-16.07.2.tar.xz">DPDK 16.07.2</a></td>
-- 
2.17.1

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

* [dpdk-web] [PATCH 2/2] Update roadmap with projected 16.11.8 release date
  2018-06-14 10:19 [dpdk-web] [PATCH 1/2] Add 16.11.7 link and metadata to rel.html luca.boccassi
@ 2018-06-14 10:19 ` luca.boccassi
  2018-06-14 10:59   ` Thomas Monjalon
  0 siblings, 1 reply; 4+ messages in thread
From: luca.boccassi @ 2018-06-14 10:19 UTC (permalink / raw)
  To: web; +Cc: thomas, Luca Boccassi

From: Luca Boccassi <bluca@debian.org>

Signed-off-by: Luca Boccassi <bluca@debian.org>
---
 dev/roadmap.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev/roadmap.html b/dev/roadmap.html
index 0262b3a..2115dda 100644
--- a/dev/roadmap.html
+++ b/dev/roadmap.html
@@ -130,8 +130,8 @@
 			<th>Maintainer</th>
 		</tr>
 		<tr>
-			<td>16.11.7</td>
-			<td>June 13, 2018</td>
+			<td>16.11.8</td>
+			<td>August 14, 2018</td>
 			<td>November 2018 (LTS)</td>
 			<td>Luca Boccassi</td>
 		</tr>
-- 
2.17.1

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

* Re: [dpdk-web] [PATCH 2/2] Update roadmap with projected 16.11.8 release date
  2018-06-14 10:19 ` [dpdk-web] [PATCH 2/2] Update roadmap with projected 16.11.8 release date luca.boccassi
@ 2018-06-14 10:59   ` Thomas Monjalon
  2018-06-14 11:05     ` Luca Boccassi
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Monjalon @ 2018-06-14 10:59 UTC (permalink / raw)
  To: luca.boccassi; +Cc: web, Luca Boccassi

14/06/2018 12:19, luca.boccassi@gmail.com:
> From: Luca Boccassi <bluca@debian.org>
> 
> Signed-off-by: Luca Boccassi <bluca@debian.org>

I think you can merge both patches with title "release 16.11.7".
So next time we will look at this patch and will remember
to update the roadmap at the same time.

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

* Re: [dpdk-web] [PATCH 2/2] Update roadmap with projected 16.11.8 release date
  2018-06-14 10:59   ` Thomas Monjalon
@ 2018-06-14 11:05     ` Luca Boccassi
  0 siblings, 0 replies; 4+ messages in thread
From: Luca Boccassi @ 2018-06-14 11:05 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: web

On Thu, 2018-06-14 at 12:59 +0200, Thomas Monjalon wrote:
> 14/06/2018 12:19, luca.boccassi@gmail.com:
> > From: Luca Boccassi <bluca@debian.org>
> > 
> > Signed-off-by: Luca Boccassi <bluca@debian.org>
> 
> I think you can merge both patches with title "release 16.11.7".
> So next time we will look at this patch and will remember
> to update the roadmap at the same time.

All done, thanks.

-- 
Kind regards,
Luca Boccassi

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

end of thread, other threads:[~2018-06-14 11:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-14 10:19 [dpdk-web] [PATCH 1/2] Add 16.11.7 link and metadata to rel.html luca.boccassi
2018-06-14 10:19 ` [dpdk-web] [PATCH 2/2] Update roadmap with projected 16.11.8 release date luca.boccassi
2018-06-14 10:59   ` Thomas Monjalon
2018-06-14 11:05     ` 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).