From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id A3E938D37 for ; Fri, 4 Sep 2015 09:51:19 +0200 (CEST) Received: by wicfx3 with SMTP id fx3so13350709wic.1 for ; Fri, 04 Sep 2015 00:51:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=ePJoT+ddmXIeVNgfqpHCyAnOl42hq1YAGsHuJKQ1U94=; b=ZPD4n0AerUbPOLh0nj8L015mGhPliQur+RKKwNAbIYL9nR4b/FuVWNwd2wIwQ3ZX/k nmDGz+VcR5Cx1/9U2IxeHMGx427WDgnVM9bVVGuijfrDY4TrXNHd4XeL9RcAfXkpO7KN opjb5Y3z2WeAGFZkUbh/WzmXbhjvpkqH+UE1qj+dMkJy4vVdjoZeE8RAJFM2JbfzQUR8 ImZqToj9e0sz3yzzKA2EWoBqcmN92+fR4Rq9c0lAP812+iLeaRQfHHETPAqonbiW2s0v H6RO597VH5N9oQ96bNn0UTOmd5e24EZX1YgFZcpfQFunq+ruGOk8EUn7KDc//UQWAd0G wHGg== X-Gm-Message-State: ALoCoQlrP/HosGoLbJNyl22Ma1C+aR4MTqNt8iQqtZX9qAG5q8vlk71tGvFofrS46L/imtb1aO+T X-Received: by 10.194.85.130 with SMTP id h2mr4859817wjz.2.1441353079443; Fri, 04 Sep 2015 00:51:19 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id eu10sm2559239wib.5.2015.09.04.00.51.18 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 Sep 2015 00:51:18 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Fri, 04 Sep 2015 09:50:09 +0200 Message-ID: <3337089.8DqHYIQhkx@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1441138697-25157-1-git-send-email-thomas.monjalon@6wind.com> <1441199803-27055-2-git-send-email-thomas.monjalon@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2 01/10] doc: init next release notes X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Sep 2015 07:51:19 -0000 2015-09-03 15:44, Mcnamara, John: > P.S. Perhaps we should announce, or maybe this will do as an announcement, that from this release forward the Release Notes should be updated as part of a patchset that contains one of the following: > > * New Features > * Resolved Issues (in relation to features existing in the previous releases) > * Known Issues > * API Changes > * ABI Changes > * Shared Library Versions Maybe we should update doc/guides/contributing/documentation.rst to clearly state it.