On 11/08/2020 15:03, Thomas Monjalon wrote:
> Start a new release cycle with empty release notes.
>
> The ABI version becomes 21.0.
> The ABI major is back to normal, having only one number (21 vs 20.0).
> The map files are updated to the new ABI major number (21).
> The ABI exceptions are dropped.
> Travis ABI check is disabled because compatibility is not preserved.
>
> Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
> ---
> v5: drop all ABI exceptions
> v4: add -rc0 and remove temporary ABI exceptions
> v3: add minor number to ABI_VERSION and remove workaround in scripts
> v2: bump major ABI number (including .map changes)
> ---
> .travis.yml | 26 ----
> ABI_VERSION | 2 +-
> VERSION | 2 +-
> config/meson.build | 5 +-
> devtools/libabigail.abignore | 103 -------------
> doc/guides/rel_notes/index.rst | 1 +
> doc/guides/rel_notes/release_20_11.rst | 136 ++++++++++++++++++
> .../rte_pmd_bbdev_fpga_5gnr_fec_version.map | 2 +-
[SNIP]
Acked-by: Ray Kinsella <m...@ashroe.eu>