* [dpdk-web] [PATCH] release 17.02.1
@ 2017-06-02 9:03 Yuanhan Liu
2017-06-02 9:07 ` Mcnamara, John
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Yuanhan Liu @ 2017-06-02 9:03 UTC (permalink / raw)
To: web; +Cc: Thomas Monjalon, Yuanhan Liu
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
---
download.html | 4 ++--
rel.html | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/download.html b/download.html
index a32778e..b990195 100644
--- a/download.html
+++ b/download.html
@@ -44,9 +44,9 @@
<i class="material-icons">archive</i>
Latest Major<br>17.05
</a><!-- no whitespace
- --><a href="http://fast.dpdk.org/rel/dpdk-16.11.2.tar.xz" class="button">
+ --><a href="http://fast.dpdk.org/rel/dpdk-17.02.1.tar.xz" class="button">
<i class="material-icons">archive</i>
- Latest Stable<br>16.11.2 (LTS)
+ Latest Stable<br>17.02.1
</a><!-- no whitespace
--><a href="/rel" class="button">
<i class="material-icons">view_list</i>
diff --git a/rel.html b/rel.html
index 4ade7e2..c4a916d 100644
--- a/rel.html
+++ b/rel.html
@@ -65,9 +65,9 @@
<td><pre>0a68c31cd6a6cabeed0a4331073e4c05</pre></td>
</tr>
<tr>
- <td><a href="http://fast.dpdk.org/rel/dpdk-17.02.tar.xz">DPDK 17.02</a></td>
- <td><a href="/doc/guides/rel_notes/release_17_02.html">2017 February 14</a></td>
- <td><pre>6b9f7387c35641f4e8dbba3e528f2376</pre></td>
+ <td><a href="http://fast.dpdk.org/rel/dpdk-17.02.1.tar.xz">DPDK 17.02.1</a></td>
+ <td><a href="/doc/guides/rel_notes/release_17_02.html">2017 June 2</a></td>
+ <td><pre>cbdf8b7a92ce934d47c38cbc9c20c54a</pre></td>
</tr>
<tr>
<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.2.tar.xz">DPDK 16.11.2 (LTS)</a></td>
--
1.9.0
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-web] [PATCH] release 17.02.1
2017-06-02 9:03 [dpdk-web] [PATCH] release 17.02.1 Yuanhan Liu
@ 2017-06-02 9:07 ` Mcnamara, John
2017-06-02 9:09 ` Thomas Monjalon
2017-06-02 9:15 ` [dpdk-web] [PATCH v2] " Yuanhan Liu
2 siblings, 0 replies; 7+ messages in thread
From: Mcnamara, John @ 2017-06-02 9:07 UTC (permalink / raw)
To: Yuanhan Liu, web; +Cc: Thomas Monjalon
> -----Original Message-----
> From: web [mailto:web-bounces@dpdk.org] On Behalf Of Yuanhan Liu
> Sent: Friday, June 2, 2017 10:04 AM
> To: web@dpdk.org
> Cc: Thomas Monjalon <thomas@monjalon.net>; Yuanhan Liu
> <yuanhan.liu@linux.intel.com>
> Subject: [dpdk-web] [PATCH] release 17.02.1
>
> Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Good work.
Acked-by: John McNamara <john.mcnamara@intel.com>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dpdk-web] [PATCH] release 17.02.1
2017-06-02 9:03 [dpdk-web] [PATCH] release 17.02.1 Yuanhan Liu
2017-06-02 9:07 ` Mcnamara, John
@ 2017-06-02 9:09 ` Thomas Monjalon
2017-06-02 9:11 ` Yuanhan Liu
2017-06-02 9:15 ` [dpdk-web] [PATCH v2] " Yuanhan Liu
2 siblings, 1 reply; 7+ messages in thread
From: Thomas Monjalon @ 2017-06-02 9:09 UTC (permalink / raw)
To: Yuanhan Liu; +Cc: web
02/06/2017 11:03, Yuanhan Liu:
> - <td><a href="http://fast.dpdk.org/rel/dpdk-17.02.tar.xz">DPDK 17.02</a></td>
> - <td><a href="/doc/guides/rel_notes/release_17_02.html">2017 February 14</a></td>
> - <td><pre>6b9f7387c35641f4e8dbba3e528f2376</pre></td>
> + <td><a href="http://fast.dpdk.org/rel/dpdk-17.02.1.tar.xz">DPDK 17.02.1</a></td>
> + <td><a href="/doc/guides/rel_notes/release_17_02.html">2017 June 2</a></td>
> + <td><pre>cbdf8b7a92ce934d47c38cbc9c20c54a</pre></td>
You should update the link to /doc/guides-17.02/rel_notes/release_17_02.html
^ permalink raw reply [flat|nested] 7+ messages in thread
* [dpdk-web] [PATCH v2] release 17.02.1
2017-06-02 9:03 [dpdk-web] [PATCH] release 17.02.1 Yuanhan Liu
2017-06-02 9:07 ` Mcnamara, John
2017-06-02 9:09 ` Thomas Monjalon
@ 2017-06-02 9:15 ` Yuanhan Liu
2017-06-02 9:18 ` Thomas Monjalon
2 siblings, 1 reply; 7+ messages in thread
From: Yuanhan Liu @ 2017-06-02 9:15 UTC (permalink / raw)
To: web; +Cc: Thomas Monjalon, Yuanhan Liu
Signed-off-by: Yuanhan Liu <yuanhan.liu@linux.intel.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
---
v2: fix release URL
---
download.html | 4 ++--
rel.html | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/download.html b/download.html
index a32778e..b990195 100644
--- a/download.html
+++ b/download.html
@@ -44,9 +44,9 @@
<i class="material-icons">archive</i>
Latest Major<br>17.05
</a><!-- no whitespace
- --><a href="http://fast.dpdk.org/rel/dpdk-16.11.2.tar.xz" class="button">
+ --><a href="http://fast.dpdk.org/rel/dpdk-17.02.1.tar.xz" class="button">
<i class="material-icons">archive</i>
- Latest Stable<br>16.11.2 (LTS)
+ Latest Stable<br>17.02.1
</a><!-- no whitespace
--><a href="/rel" class="button">
<i class="material-icons">view_list</i>
diff --git a/rel.html b/rel.html
index 4ade7e2..9a1d198 100644
--- a/rel.html
+++ b/rel.html
@@ -65,9 +65,9 @@
<td><pre>0a68c31cd6a6cabeed0a4331073e4c05</pre></td>
</tr>
<tr>
- <td><a href="http://fast.dpdk.org/rel/dpdk-17.02.tar.xz">DPDK 17.02</a></td>
- <td><a href="/doc/guides/rel_notes/release_17_02.html">2017 February 14</a></td>
- <td><pre>6b9f7387c35641f4e8dbba3e528f2376</pre></td>
+ <td><a href="http://fast.dpdk.org/rel/dpdk-17.02.1.tar.xz">DPDK 17.02.1</a></td>
+ <td><a href="/doc/guides-17.02/rel_notes/release_17_02.html">2017 June 2</a></td>
+ <td><pre>cbdf8b7a92ce934d47c38cbc9c20c54a</pre></td>
</tr>
<tr>
<td><a href="http://fast.dpdk.org/rel/dpdk-16.11.2.tar.xz">DPDK 16.11.2 (LTS)</a></td>
--
1.9.0
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2017-06-02 9:22 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-02 9:03 [dpdk-web] [PATCH] release 17.02.1 Yuanhan Liu
2017-06-02 9:07 ` Mcnamara, John
2017-06-02 9:09 ` Thomas Monjalon
2017-06-02 9:11 ` Yuanhan Liu
2017-06-02 9:15 ` [dpdk-web] [PATCH v2] " Yuanhan Liu
2017-06-02 9:18 ` Thomas Monjalon
2017-06-02 9:23 ` Yuanhan Liu
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).