From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com
 [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 09DEB8D38
 for <dev@dpdk.org>; Wed,  2 Sep 2015 15:17:59 +0200 (CEST)
Received: by wicmc4 with SMTP id mc4so65956447wic.0
 for <dev@dpdk.org>; Wed, 02 Sep 2015 06:17:58 -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:subject:date:message-id:in-reply-to
 :references;
 bh=RO7YytESD/Q5rYyupdTjmtiMWbsq5CRJgtN7XXY3V20=;
 b=krOgCubOc0yPjVpBG6PAE6KGofrmCdX3V0v71blZKPyQtw+xAJKO8PDyGrQRHdFZ8U
 S1jXx1qvKGJzOH6mvjkCkCxKtTQpZMMb1tHxoIJUBp1Fv/NTVFnqPV9UNe0ncJZhaCAB
 KNyAXoNt4uNLjBkMyRk3S9lar3wXZzBIvd3vg/vbidtsYfqyuclrsxlHUbR3JeNJky1c
 VppY8e2Cj9FpDH362BB65EcXAbatZyU1VB4vE7cnbeP+eED96w9fLG68ly2XXUMFXRrZ
 TVqKl9AWqYIZKRtybU9jxCC1dZLicnJgkuQLeBi/50e1DXKfHByasRfK2woWy5EM23uh
 w4Sg==
X-Gm-Message-State: ALoCoQmSm4yaDnRdF4XuAfMb5xSVs/+mFhOPAEKAytG/zLWIgg6lPF7B4W4qCJt3onelMc8j8si/
X-Received: by 10.180.85.134 with SMTP id h6mr3849717wiz.66.1441199878682;
 Wed, 02 Sep 2015 06:17:58 -0700 (PDT)
Received: from localhost.localdomain (136-92-190-109.dsl.ovh.fr.
 [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id i6sm32392938wje.33.2015.09.02.06.17.57
 for <dev@dpdk.org> (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 02 Sep 2015 06:17:58 -0700 (PDT)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: dev@dpdk.org
Date: Wed,  2 Sep 2015 15:16:34 +0200
Message-Id: <1441199803-27055-2-git-send-email-thomas.monjalon@6wind.com>
X-Mailer: git-send-email 2.5.1
In-Reply-To: <1441199803-27055-1-git-send-email-thomas.monjalon@6wind.com>
References: <1441138697-25157-1-git-send-email-thomas.monjalon@6wind.com>
 <1441199803-27055-1-git-send-email-thomas.monjalon@6wind.com>
Subject: [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 <dev.dpdk.org>
List-Unsubscribe: <http://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: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 02 Sep 2015 13:17:59 -0000

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
---
 doc/guides/rel_notes/index.rst       |  1 +
 doc/guides/rel_notes/release_2_2.rst | 58 ++++++++++++++++++++++++++++++++++++
 2 files changed, 59 insertions(+)
 create mode 100644 doc/guides/rel_notes/release_2_2.rst

diff --git a/doc/guides/rel_notes/index.rst b/doc/guides/rel_notes/index.rst
index d01cbc8..d8cadeb 100644
--- a/doc/guides/rel_notes/index.rst
+++ b/doc/guides/rel_notes/index.rst
@@ -40,6 +40,7 @@ Contents
     :numbered:
 
     rel_description
+    release_2_2
     release_2_1
     release_2_0
     release_1_8
diff --git a/doc/guides/rel_notes/release_2_2.rst b/doc/guides/rel_notes/release_2_2.rst
new file mode 100644
index 0000000..494b4eb
--- /dev/null
+++ b/doc/guides/rel_notes/release_2_2.rst
@@ -0,0 +1,58 @@
+DPDK Release 2.2
+================
+
+New Features
+------------
+
+
+Resolved Issues
+---------------
+
+
+Known Issues
+------------
+
+
+API Changes
+-----------
+
+
+ABI Changes
+-----------
+
+
+Shared Library Versions
+-----------------------
+
+The libraries prepended with a plus sign were incremented in this version.
+
+.. code-block:: diff
+
+     libethdev.so.1
+     librte_acl.so.1
+     librte_cfgfile.so.1
+     librte_cmdline.so.1
+     librte_distributor.so.1
+     librte_eal.so.1
+     librte_hash.so.1
+     librte_ip_frag.so.1
+     librte_ivshmem.so.1
+     librte_jobstats.so.1
+     librte_kni.so.1
+     librte_kvargs.so.1
+     librte_lpm.so.1
+     librte_malloc.so.1
+     librte_mbuf.so.1
+     librte_mempool.so.1
+     librte_meter.so.1
+     librte_pipeline.so.1
+     librte_pmd_bond.so.1
+     librte_pmd_ring.so.1
+     librte_port.so.1
+     librte_power.so.1
+     librte_reorder.so.1
+     librte_ring.so.1
+     librte_sched.so.1
+     librte_table.so.1
+     librte_timer.so.1
+     librte_vhost.so.1
-- 
2.5.1