On 02/16/2016 09:43 AM, Yang, Ziye wrote: > Hi Panu, > > " ABI breakage announcements go into doc/guides/rel_notes/deprecation.rst, > see the examples there. Also you can't break the ABI in the version under > development but only the next one, so right now the earliest ABI breakage > opportunity is in the release *after* 16.04, which is supposed to be 16.07 > according to the roadmap." > > So I only need to do the ABI breakage announcements into > doc/guides/rel_notes/deprecation.rst, right? >
Yes. The version-specific release notes ABI/API changes section is to be updated along with the actual changes to the code. If you haven't already done so, do read http://dpdk.org/doc/guides/contributing/versioning.html - Panu -