From patchwork Tue Aug 11 22:58:48 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Monjalon X-Patchwork-Id: 6737 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 173CA5A83; Wed, 12 Aug 2015 01:00:47 +0200 (CEST) Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by dpdk.org (Postfix) with ESMTP id 91B5F5A30 for ; Wed, 12 Aug 2015 01:00:45 +0200 (CEST) Received: by wibhh20 with SMTP id hh20so4079729wib.0 for ; Tue, 11 Aug 2015 16:00:45 -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=uL5Hg9fcfnRt8a7wFhZEcVNOuJtoQKj0maUlwgYTcDM=; b=LCv77ZIzFW8um+hCQUjHLeLXHkwQ+Cncgjn1pBMtinto7G8HyKRKBo3Xw9sU9d2P2X J5JrjAHTua43xmMaxU/7sLos//ruizPL66qJ0LIpE6BQowah7nDWtYlE6dCdJRxes5wR IQvlk1qgVIkUw+DGGQ4aoOf+coMSOj5SHMVADG30q7QLx7IuYU8LDCK6KmJ2P/lwV0BZ 3RmK9sGciPpJ1voy5Jj9nlGaN766uaNRdSJ6NPjUqvN3Dv2KDbiMTx3YrySN5bh4s6zl hMJvAVvZv5d1fxH9Rel7PIPJ3AZwsxF/cX674CuRi0q14UwGrdbe2Hm4G1ydeinEnQ7O VMug== X-Gm-Message-State: ALoCoQk80cEKE//iY6tXcMe2mM/vA2BDeBKlpPNtcdUVPJHlWgBTVbjM2WPRKiF39q7jL96dm8NW X-Received: by 10.194.122.97 with SMTP id lr1mr60899523wjb.26.1439334045436; Tue, 11 Aug 2015 16:00:45 -0700 (PDT) Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id v8sm5053545wjr.15.2015.08.11.16.00.43 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 11 Aug 2015 16:00:44 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Wed, 12 Aug 2015 00:58:48 +0200 Message-Id: <1439333928-31053-1-git-send-email-thomas.monjalon@6wind.com> X-Mailer: git-send-email 2.4.2 Cc: dev@dpdk.org Subject: [dpdk-dev] [PATCH] doc: simplify release notes cover 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" One hierarchical level is enough for this table of content. Use generated release number. Signed-off-by: Thomas Monjalon Acked-by: John McNamara --- doc/guides/rel_notes/index.rst | 2 +- doc/guides/rel_notes/rel_description.rst | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst index f0f97d1..d01cbc8 100644 --- a/doc/guides/rel_notes/index.rst +++ b/doc/guides/rel_notes/index.rst @@ -36,7 +36,7 @@ DPDK Release Notes Contents .. toctree:: - :maxdepth: 2 + :maxdepth: 1 :numbered: rel_description diff --git a/doc/guides/rel_notes/rel_description.rst b/doc/guides/rel_notes/rel_description.rst index f240db1..994845f 100644 --- a/doc/guides/rel_notes/rel_description.rst +++ b/doc/guides/rel_notes/rel_description.rst @@ -32,10 +32,9 @@ Description of Release ====================== - -This document contains the release notes for Data Plane Development Kit (DPDK) release version 2.0.0 and previous releases. +This document contains the release notes for Data Plane Development Kit (DPDK) +release version |release| and previous releases. It lists new features, fixed bugs, API and ABI changes and known issues. For instructions on compiling and running the release, see the :ref:`DPDK Getting Started Guide `. -