DPDK website maintenance
 help / color / mirror / Atom feed
* [dpdk-web] [PATCH v2] release 17.08.1
@ 2017-12-07 15:36 Yuanhan Liu
  2017-12-07 15:50 ` Yuanhan Liu
  0 siblings, 1 reply; 2+ messages in thread
From: Yuanhan Liu @ 2017-12-07 15:36 UTC (permalink / raw)
  To: web; +Cc: Thomas Monjalon, Yuanhan Liu

Signed-off-by: Yuanhan Liu <yliu@fridaylinux.org>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
---

v2: fix wrong date
---
 download.html | 4 ++--
 rel.html      | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/download.html b/download.html
index ed57ec2..c625b1c 100644
--- a/download.html
+++ b/download.html
@@ -44,9 +44,9 @@
 				<i class="material-icons">archive</i>
 				Latest Major<br>17.11
 			</a><!-- no whitespace
-			--><a href="http://fast.dpdk.org/rel/dpdk-17.05.2.tar.xz" class="button">
+			--><a href="http://fast.dpdk.org/rel/dpdk-17.08.1.tar.xz" class="button">
 				<i class="material-icons">archive</i>
-				Latest Stable<br>17.05.2
+				Latest Stable<br>17.08.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 68344b9..169e3c2 100644
--- a/rel.html
+++ b/rel.html
@@ -65,9 +65,9 @@
 			<td><pre>53ee9e054a8797c9e67ffa0eb5d0c701</pre></td>
 		</tr>
 		<tr>
-			<td><a href="http://fast.dpdk.org/rel/dpdk-17.08.tar.xz">DPDK 17.08</a></td>
-			<td><a href="/doc/guides/rel_notes/release_17_08.html">2017 August 8</a></td>
-			<td><pre>0641f59ea8ea98afefa7cfa2699f6241</pre></td>
+			<td><a href="http://fast.dpdk.org/rel/dpdk-17.08.1.tar.xz">DPDK 17.08.1</a></td>
+			<td><a href="/doc/guides-17.08/rel_notes/release_17_08.html">2017 December 7</a></td>
+			<td><pre>faea23aa2899508b1738999d6f12502c</pre></td>
 		</tr>
 		<tr>
 			<td><a href="http://fast.dpdk.org/rel/dpdk-17.05.2.tar.xz">DPDK 17.05.2</a></td>
-- 
2.7.4

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

* Re: [dpdk-web] [PATCH v2] release 17.08.1
  2017-12-07 15:36 [dpdk-web] [PATCH v2] release 17.08.1 Yuanhan Liu
@ 2017-12-07 15:50 ` Yuanhan Liu
  0 siblings, 0 replies; 2+ messages in thread
From: Yuanhan Liu @ 2017-12-07 15:50 UTC (permalink / raw)
  To: web; +Cc: Thomas Monjalon

On Thu, Dec 07, 2017 at 11:36:48PM +0800, Yuanhan Liu wrote:
> Signed-off-by: Yuanhan Liu <yliu@fridaylinux.org>
> Acked-by: Thomas Monjalon <thomas@monjalon.net>

Applied. Thank you!

	--yliu
> ---
> 
> v2: fix wrong date
> ---
>  download.html | 4 ++--
>  rel.html      | 6 +++---
>  2 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/download.html b/download.html
> index ed57ec2..c625b1c 100644
> --- a/download.html
> +++ b/download.html
> @@ -44,9 +44,9 @@
>  				<i class="material-icons">archive</i>
>  				Latest Major<br>17.11
>  			</a><!-- no whitespace
> -			--><a href="http://fast.dpdk.org/rel/dpdk-17.05.2.tar.xz" class="button">
> +			--><a href="http://fast.dpdk.org/rel/dpdk-17.08.1.tar.xz" class="button">
>  				<i class="material-icons">archive</i>
> -				Latest Stable<br>17.05.2
> +				Latest Stable<br>17.08.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 68344b9..169e3c2 100644
> --- a/rel.html
> +++ b/rel.html
> @@ -65,9 +65,9 @@
>  			<td><pre>53ee9e054a8797c9e67ffa0eb5d0c701</pre></td>
>  		</tr>
>  		<tr>
> -			<td><a href="http://fast.dpdk.org/rel/dpdk-17.08.tar.xz">DPDK 17.08</a></td>
> -			<td><a href="/doc/guides/rel_notes/release_17_08.html">2017 August 8</a></td>
> -			<td><pre>0641f59ea8ea98afefa7cfa2699f6241</pre></td>
> +			<td><a href="http://fast.dpdk.org/rel/dpdk-17.08.1.tar.xz">DPDK 17.08.1</a></td>
> +			<td><a href="/doc/guides-17.08/rel_notes/release_17_08.html">2017 December 7</a></td>
> +			<td><pre>faea23aa2899508b1738999d6f12502c</pre></td>
>  		</tr>
>  		<tr>
>  			<td><a href="http://fast.dpdk.org/rel/dpdk-17.05.2.tar.xz">DPDK 17.05.2</a></td>
> -- 
> 2.7.4

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

end of thread, other threads:[~2017-12-07 15:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-07 15:36 [dpdk-web] [PATCH v2] release 17.08.1 Yuanhan Liu
2017-12-07 15:50 ` 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).