summaryrefslogtreecommitdiff
path: root/odp-release-notes-v1.9/odp-release-notes.adoc
blob: dbfe799df8649adaaffcd8de530ca5ae65ac69f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
:doctitle: OpenDataPlane (ODP) Release Notes
:description: This document is intended to guide a new application developer +
in understanding the changes made to the API and ABI when an ODP release is +
made
:imagesdir: ../images
:toc:
:numbered!:

[abstract]
== Abstract

This document is intended to guide a new application developer +
in understanding the changes made to the API and ABI when an ODP release is +
made

Further details about ODP may be found at the http://opendataplane.org[ODP]
home page.

== New Features

TBD

== Resolved Issues in Bugzilla
The bugs are tracked in a bugzilla instance[1]

.Fixed Bugs
[format="csv",width="75%",align="center",options="header"]
|====
Bug Number,Description
include::odp-bugs-report.csv[]
|====

== API changes
The API is checked via the API Compliance Checker tools in check-odp [3]
This is a work in progress but it diffs the actual doxygen documentation of the specification

link:odp-api-report.txt[odp-api-report]

== ABI changes
The ABI is checked via the ABI Compliance Checker (ABICC) [2]

link:odp-abi-report.html[odp-abi-report]

== References

1. https://bugs.linaro.org/describecomponents.cgi?product=OpenDataPlane%20-%20linux-%20generic%20reference
2. http://ispras.linuxbase.org/index.php/ABI_compliance_checker
3. https://git.linaro.org/lng/check-odp.git