From patchwork Wed Apr 27 18:03:06 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike Holmes X-Patchwork-Id: 66807 Delivered-To: patch@linaro.org Received: by 10.140.93.198 with SMTP id d64csp2332617qge; Wed, 27 Apr 2016 11:03:44 -0700 (PDT) X-Received: by 10.107.37.12 with SMTP id l12mr11122729iol.138.1461780224390; Wed, 27 Apr 2016 11:03:44 -0700 (PDT) Return-Path: Received: from lists.linaro.org (lists.linaro.org. [54.225.227.206]) by mx.google.com with ESMTP id r62si11240281ior.117.2016.04.27.11.03.44; Wed, 27 Apr 2016 11:03:44 -0700 (PDT) Received-SPF: pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) client-ip=54.225.227.206; Authentication-Results: mx.google.com; spf=pass (google.com: domain of lng-odp-bounces@lists.linaro.org designates 54.225.227.206 as permitted sender) smtp.mailfrom=lng-odp-bounces@lists.linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id CB91761563; Wed, 27 Apr 2016 18:03:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ip-10-142-244-252 X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from [127.0.0.1] (localhost [127.0.0.1]) by lists.linaro.org (Postfix) with ESMTP id 99C93611FA; Wed, 27 Apr 2016 18:03:39 +0000 (UTC) X-Original-To: lng-odp@lists.linaro.org Delivered-To: lng-odp@lists.linaro.org Received: by lists.linaro.org (Postfix, from userid 109) id 72B046155F; Wed, 27 Apr 2016 18:03:32 +0000 (UTC) Received: from mail-qg0-f52.google.com (mail-qg0-f52.google.com [209.85.192.52]) by lists.linaro.org (Postfix) with ESMTPS id 6F24B6155F for ; Wed, 27 Apr 2016 18:03:09 +0000 (UTC) Received: by mail-qg0-f52.google.com with SMTP id d90so20442119qgd.3 for ; Wed, 27 Apr 2016 11:03:09 -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; bh=Nb0oJaPSqmbAOHvRECnH/MT714VLvRjQ/2duqIbWamw=; b=dG2UsGJWey8waG+QtYdJnTSjdgbqp1qsLgkTlCWyJw+RnY5Nhl13AcpAX+sBV5vm9a Gds8Gmw9FRTCbmfl2dp47gxHkTLRTCCcSqLuwqW1YSv3Er9wBFHGS5gyq4PGradFcXOH 9LELelCKUWRSPyV8ZsQEgUrBEiPIeG6evxYNsBoF00RSAES5S0yaOkavEueFgU20ETcX aaIr6bjBF0XhlC+NrNDSfPkXmgwH098wNRQUQ2C6ei+sVO0sAR1f+wgrGozi6jZdniqt 2TfzegflH8MVEoyLRkDdnBMSGwF3Vdr+fqYtQFfBMW4MpW5/ZbwsY2eUCZusNwhyzOoZ rowA== X-Gm-Message-State: AOPr4FUssQiV9xr1v320hh9SoNPJxEfZ4sP2VC6yIcLyw9jVhKt41T7xmVKQtKyaErIbYyrDR0E= X-Received: by 10.140.225.80 with SMTP id v77mr10185620qhb.53.1461780189128; Wed, 27 Apr 2016 11:03:09 -0700 (PDT) Received: from localhost.localdomain (c-98-221-136-245.hsd1.nj.comcast.net. [98.221.136.245]) by smtp.gmail.com with ESMTPSA id 200sm1557415qhw.18.2016.04.27.11.03.08 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Apr 2016 11:03:08 -0700 (PDT) From: Mike Holmes To: lng-odp@lists.linaro.org Date: Wed, 27 Apr 2016 14:03:06 -0400 Message-Id: <1461780186-5239-1-git-send-email-mike.holmes@linaro.org> X-Mailer: git-send-email 2.7.4 X-Topics: patch Subject: [lng-odp] [PATCH] doc: add release notes X-BeenThere: lng-odp@lists.linaro.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: "The OpenDataPlane \(ODP\) List" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: lng-odp-bounces@lists.linaro.org Sender: "lng-odp" The release note mechanism has been evolving and is now at the point that the odp repo needs to only contain notes that we as humans wish to add. The automation will add bugzilla, api and abi material to it to form a complete report that necessarily has to be generated from the release is not be in the tagged release. The generated report can be found on opendataplane.org It is expected that these notes be rewritten for each release and checked in as work progresses so that the content is in place when the tag is made. Signed-off-by: Mike Holmes --- doc/release-notes/README | 4 ++++ doc/release-notes/odp-known-issues.adoc | 1 + doc/release-notes/odp-new-features.adoc | 1 + 3 files changed, 6 insertions(+) create mode 100644 doc/release-notes/README create mode 100644 doc/release-notes/odp-known-issues.adoc create mode 100644 doc/release-notes/odp-new-features.adoc diff --git a/doc/release-notes/README b/doc/release-notes/README new file mode 100644 index 0000000..239ca4c --- /dev/null +++ b/doc/release-notes/README @@ -0,0 +1,4 @@ +These notes are checked in per release, once a release is tagged these +notes are built along with a bug summary from bugzilla, a specification +documentation diff and an abi diff analysis for the full release notes +published on opendataplane.org. diff --git a/doc/release-notes/odp-known-issues.adoc b/doc/release-notes/odp-known-issues.adoc new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/doc/release-notes/odp-known-issues.adoc @@ -0,0 +1 @@ + diff --git a/doc/release-notes/odp-new-features.adoc b/doc/release-notes/odp-new-features.adoc new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/doc/release-notes/odp-new-features.adoc @@ -0,0 +1 @@ +