From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <announce-bounces@dpdk.org>
Received: from [92.243.14.124] (localhost [127.0.0.1])
 by dpdk.org (Postfix) with ESMTP id 65ED11B628;
 Tue, 15 May 2018 22:49:29 +0200 (CEST)
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com
 [66.111.4.26]) by dpdk.org (Postfix) with ESMTP id 0C1CF1B421
 for <announce@dpdk.org>; Tue, 15 May 2018 22:49:27 +0200 (CEST)
Received: from compute1.internal (compute1.nyi.internal [10.202.2.41])
 by mailout.nyi.internal (Postfix) with ESMTP id 0E68622632;
 Tue, 15 May 2018 16:49:27 -0400 (EDT)
Received: from mailfrontend1 ([10.202.2.162])
 by compute1.internal (MEProxy); Tue, 15 May 2018 16:49:27 -0400
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h=
 content-transfer-encoding:content-type:date:from:message-id
 :mime-version:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=
 mesmtp; bh=yF/WF0QxyACCibOzqvtf7g8FoV3sqUTl9Ce6JQHjGD0=; b=YjvAl
 GHLwrj9byDsQc0r9k7aDp6awhrj7S9h6mOz0QNrr8qliSerQnIjOyumg9uW/bTvP
 nXP+4gyjS3+ym00fa5ZuD32nBmjzOI/NVW842PQxIjr1TW5acWAyiX2icMqHP6xW
 j9pHfTm3sQ+aap6mKWudjOevcZXv3jRUcuI6Mk=
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=
 messagingengine.com; h=content-transfer-encoding:content-type
 :date:from:message-id:mime-version:subject:to:x-me-sender
 :x-me-sender:x-sasl-enc; s=fm2; bh=yF/WF0QxyACCibOzqvtf7g8FoV3sq
 UTl9Ce6JQHjGD0=; b=L6AUyVWDUAzVsvij83g4GWWXqYtR8sWDHmLiPuq0lc2c3
 YbOuVPU//8qFSAepEvu+z/M2fa6pExgOGtbC/lrJnEXN2oRIKnw/pJTqCIDY4ZHj
 wO/Rl2w302zylDQzH0wBEHqoU8nSg+2I8lX1kZ3OmYoEWKcl1tHk+vkNq9nGDZL8
 jeyD804PIZUREYkmIjOZrKF98szWlgi7oGTxP6Z/V/tm3vCUfwE/MyBB6R2b+9Kn
 MZ69cxfpaiQL9ZCV94rg3IgjfLsBkG70XNOA3UFbRWQ4fCrlTHQyAQFF0WrCNzLn
 HNlsximTHXROV2mXcHQZA+mJO7FcOgN+fL3mt85Aw==
X-ME-Sender: <xms:1kf7WsB-RC3eWn2tPeE2D0w5vAyL9DfhDU2KljNnhT20BJCLrxotAA>
Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184])
 by mail.messagingengine.com (Postfix) with ESMTPA id 91565E50B7
 for <announce@dpdk.org>; Tue, 15 May 2018 16:49:26 -0400 (EDT)
From: Thomas Monjalon <thomas@monjalon.net>
To: announce@dpdk.org
Date: Tue, 15 May 2018 22:49:25 +0200
Message-ID: <17754390.2HoNqvqDxk@xps>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
X-BeenThere: announce@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
Errors-To: announce-bounces@dpdk.org
Sender: "announce" <announce-bounces@dpdk.org>
Subject: [dpdk-dev] [dpdk-announce] release candidate 18.05-rc4
X-BeenThere: dev@dpdk.org
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Tue, 15 May 2018 20:49:29 -0000

A new DPDK release candidate is ready for testing:
	https://dpdk.org/browse/dpdk/tag/?id=v18.05-rc4

This small release candidate is published one day after -rc3.
The reason is fixing two outstanding bugs introduced in recent commits:
	- PCI probing broken for device string >8B
	- option --file-prefix broken

The plan is not changed since yesterday:
We can target to make -rc5, -rc6 and finally release on 25th of May.
As usual, please test this release candidate as much as you can,
and check for possible behaviour or performance regressions.

Thank you everyone