From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <thomas@monjalon.net> Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 9921C374F for <web@dpdk.org>; Tue, 30 May 2017 22:32:02 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4543820C07; Tue, 30 May 2017 16:32:02 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Tue, 30 May 2017 16:32:02 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:date:from:message-id:subject:to:x-me-sender:x-me-sender :x-sasl-enc:x-sasl-enc; s=mesmtp; bh=Bcon1pJzzE167o3ymo4ra/NEfuc 4kQRBhvedVTPXAHY=; b=hyzBx3uwJYYxe798tobxfqZodkLNGG6K8B7DmV2nkam KXvZgUMwHXx6LfT2+fmmhSf+2owHNKRYl8kZWuQolCs5oscJv5DaR5aOBGfUSPCN bEIecYE5Xpib6Kv7guutc7Q+2L7oHi3xxY4IwRB+UFG3pN1ov6PM3XCUr9RvVn5A = DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:message-id:subject:to :x-me-sender:x-me-sender:x-sasl-enc:x-sasl-enc; s=fm1; bh=Bcon1p JzzE167o3ymo4ra/NEfuc4kQRBhvedVTPXAHY=; b=q5OPgKm8tfGKdvrxK9ipUf 4VyULpoxY0+gq8JT2xTrcEEWhKTwtOU8Tz4ay16AgFNKSIAeGaDteKFJf1E9yVXQ UPA3KvQhqEV/RsT+9OaLr3GyMLdcDnrvKP88oyIg19Dq2S+67UdIqE7hP6vSSOOl xUExzXG5whbDqvte9gu9AJqUCuUZVJjN2Qg+BjsoxKUaRY213IRXgNf4xru936x1 4M6I0e7wRuX3pa/4sQvkv8NXdjENXi/9MPvn+aCJ2qs5xV3qPonYxLSkvLi0pY2u scVjS1M7j0KnYaDgDbLQO+Pi3betMn8rZ1id56Wtiwjb1It9TJSqAEcK1uYXz9Ig == X-ME-Sender: <xms:wtYtWSfZN-TP7WVV3TtymPzEqgHcSw-QP6gZUkITzZfQoSboe9KbRA> X-Sasl-enc: G8oYJQ+A/PNPYxZZDQJboVqVImV9tj3CVze/PpfmE0V+ 1496176321 Received: from xps.monjalon.net (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id A8EA57E7A7; Tue, 30 May 2017 16:32:01 -0400 (EDT) From: Thomas Monjalon <thomas@monjalon.net> To: web@dpdk.org Cc: john.mcnamara@intel.com Date: Tue, 30 May 2017 22:31:57 +0200 Message-Id: <20170530203157.20278-1-thomas@monjalon.net> X-Mailer: git-send-email 2.13.0 Subject: [dpdk-web] [PATCH] add roadmap dates for next releases X-BeenThere: web@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK website maintenance <web.dpdk.org> List-Unsubscribe: <http://dpdk.org/ml/options/web>, <mailto:web-request@dpdk.org?subject=unsubscribe> List-Archive: <http://dpdk.org/ml/archives/web/> List-Post: <mailto:web@dpdk.org> List-Help: <mailto:web-request@dpdk.org?subject=help> List-Subscribe: <http://dpdk.org/ml/listinfo/web>, <mailto:web-request@dpdk.org?subject=subscribe> X-List-Received-Date: Tue, 30 May 2017 20:32:02 -0000 The dates were proposed on dev@dpdk.org: http://dpdk.org/ml/archives/dev/2017-May/066892.html Signed-off-by: Thomas Monjalon <thomas@monjalon.net> --- dev/roadmap.html | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/dev/roadmap.html b/dev/roadmap.html index df0ece3..85a8a24 100644 --- a/dev/roadmap.html +++ b/dev/roadmap.html @@ -62,6 +62,10 @@ <ul> <li>Automatic Device Binding </ul> + <h3 id="1802">Version 18.02 (2018 February)</h3> + <ul> + <li> + </ul> <h3 id="cycle">Cycle model</h3> <p>A typical release should be done after 3 months. <p>It is designed to allow DPDK to keep evolving at a rapid pace while @@ -83,7 +87,13 @@ </ul> <p>17.11 <ul> - <li>Release: November 2 + <li>Proposal deadline: August 25, 2017 + <li>Integration deadline: September 29, 2017 + <li>Release: November 2, 2017 + <p>18.02 + <li>Proposal deadline: November 24, 2017 + <li>Integration deadline: January 5, 2018 + <li>Release: February 2, 2018 </ul> </section> <footer></footer> -- 2.13.0