[dpdk-dev,v2,01/10] doc: init next release notes

Message ID 1441199803-27055-2-git-send-email-thomas.monjalon@6wind.com (mailing list archive)
State Accepted, archived
Headers

Commit Message

Thomas Monjalon Sept. 2, 2015, 1:16 p.m. UTC
  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
  

Comments

John McNamara Sept. 3, 2015, 3:39 p.m. UTC | #1
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, September 2, 2015 2:17 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 01/10] doc: init next release notes
> 
> Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>

Acked-by: John McNamara <john.mcnamara@intel.com>
  
John McNamara Sept. 3, 2015, 3:44 p.m. UTC | #2
> -----Original Message-----
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Wednesday, September 2, 2015 2:17 PM
> To: dev@dpdk.org
> Subject: [dpdk-dev] [PATCH v2 01/10] doc: init next release notes

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

John.
--
  
Thomas Monjalon Sept. 4, 2015, 7:50 a.m. UTC | #3
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.
  

Patch

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