From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5CE4AA0471 for ; Tue, 13 Aug 2019 01:17:14 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 8D4F31BE86; Tue, 13 Aug 2019 01:17:13 +0200 (CEST) Received: from wout1-smtp.messagingengine.com (wout1-smtp.messagingengine.com [64.147.123.24]) by dpdk.org (Postfix) with ESMTP id ADD301BE84 for ; Tue, 13 Aug 2019 01:17:12 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 9A565499; Mon, 12 Aug 2019 19:17:11 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Mon, 12 Aug 2019 19:17:11 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=d9QzMcMhKLb459is0KR9rMdQEzr2Y/86bqEFndUgvhQ=; b=V4Q9TzNLy3fV 2KUOcM3sM2Z+Syk0OhkZ4rDSmvml6TpdPvZ5n8w7XszTXzgV1q41jzanPZTIMg/H SigwoQPkwYQBDy8LOYXm/w3D5dyI6pKb5i/v486W/KXx+PPrlM2WwSiMqPguW6KZ f9jVIORC0363/j4CTnUhd3D8O2AINcY= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=d9QzMcMhKLb459is0KR9rMdQEzr2Y/86bqEFndUgv hQ=; b=R7u95n8Px4LrsEVBoC9nPBHQfnw1EXTx7lYQesdRObxms4bzsAPYxEOKO 3gyOhLRbjiqDYatvZRc6mDkkV+Ok5uvS4fYh8MBOB8st8mv0YvFdgZ80OXIIiUGa 2lCOycnGuUUdvTHtJ5ggzxdEH2IxW20PGjMOzPoVYvsDLLoRlDHtyZwYNlhcE0PE EE/vYgH68mIvpzF5g7etTUqrm16XfSqZm7Z1dt/dLQEfuRaS3tmRzoEY0xKHo+AQ zEka0e13BuTaeWaHZJWdRbTtFI9xgT/+z2O1a39FguMS0NzjNtQrbReiGDBIsFmv cseIrxT+3JUeC5vlUe0W1xvmeZz+A== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddruddvhedgvddvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhephffvufffkfgjfhgggfgtsehtufertddttddvnecuhfhrohhmpefvhhhomhgr shcuofhonhhjrghlohhnuceothhhohhmrghssehmohhnjhgrlhhonhdrnhgvtheqnecukf hppeejjedrudefgedrvddtfedrudekgeenucfrrghrrghmpehmrghilhhfrhhomhepthhh ohhmrghssehmohhnjhgrlhhonhdrnhgvthenucevlhhushhtvghrufhiiigvpedt X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 30E0E380074; Mon, 12 Aug 2019 19:17:10 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org Date: Tue, 13 Aug 2019 01:17:08 +0200 Message-ID: <1576033.hZkRn0nf6n@xps> In-Reply-To: <1565610228-1976-1-git-send-email-david.marchand@redhat.com> References: <1565610228-1976-1-git-send-email-david.marchand@redhat.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] version: 19.11-rc0 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 12/08/2019 13:43, David Marchand: > Start a new release cycle with empty release notes. > > Signed-off-by: David Marchand > --- > VERSION | 2 +- > doc/guides/rel_notes/release_19_11.rst | 214 +++++++++++++++++++++++++++++++++ doc/guides/rel_notes/release_19_11.rst: WARNING: document isn't included in any toctree 1/ the new file must be linked in doc/guides/rel_notes/index.rst Please compare with the latest release notes, I see two more misses: 2/ .. include:: 3/ increased lib versions Thanks