Message ID | 1462931179-4938-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | New |
Headers | show |
I don't see how this gets built into a output html file anywhere. Is there a prereq patch that's not yet been merged? On Tue, May 10, 2016 at 8:46 PM, Mike Holmes <mike.holmes@linaro.org> wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > CHANGELOG | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > > diff --git a/CHANGELOG b/CHANGELOG > index d9c66ed..b9d12f5 100644 > --- a/CHANGELOG > +++ b/CHANGELOG > @@ -1,3 +1,15 @@ > +== OpenDataPlane (1.10.1.0) > + > +=== New Features > +==== Documentation > +* The helpers library now generates its own doxygen html guide > independently of > + the API. > + > +==== Architecture specific differences > +* Now an OS must be specifically supported or it will fail in configure. > Those > + platforms that do not need any special code can now reference the > default > + implementation. > + > == OpenDataPlane (1.10.0.0) > > === New Features > -- > 2.7.4 > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > https://lists.linaro.org/mailman/listinfo/lng-odp >
On 12 May 2016 at 20:13, Bill Fischofer <bill.fischofer@linaro.org> wrote: > I don't see how this gets built into a output html file anywhere. Is there > a prereq patch that's not yet been merged? > It does not, the HTML is external, this is the raw data for the human part of the report that also includes the the ABI and API diff output with the bug list. > > On Tue, May 10, 2016 at 8:46 PM, Mike Holmes <mike.holmes@linaro.org> > wrote: > >> Signed-off-by: Mike Holmes <mike.holmes@linaro.org> >> --- >> CHANGELOG | 12 ++++++++++++ >> 1 file changed, 12 insertions(+) >> >> diff --git a/CHANGELOG b/CHANGELOG >> index d9c66ed..b9d12f5 100644 >> --- a/CHANGELOG >> +++ b/CHANGELOG >> @@ -1,3 +1,15 @@ >> +== OpenDataPlane (1.10.1.0) >> + >> +=== New Features >> +==== Documentation >> +* The helpers library now generates its own doxygen html guide >> independently of >> + the API. >> + >> +==== Architecture specific differences >> +* Now an OS must be specifically supported or it will fail in configure. >> Those >> + platforms that do not need any special code can now reference the >> default >> + implementation. >> + >> == OpenDataPlane (1.10.0.0) >> >> === New Features >> -- >> 2.7.4 >> >> _______________________________________________ >> lng-odp mailing list >> lng-odp@lists.linaro.org >> https://lists.linaro.org/mailman/listinfo/lng-odp >> > > -- Mike Holmes Technical Manager - Linaro Networking Group Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs "Work should be fun and collaborative, the rest follows"
diff --git a/CHANGELOG b/CHANGELOG index d9c66ed..b9d12f5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,15 @@ +== OpenDataPlane (1.10.1.0) + +=== New Features +==== Documentation +* The helpers library now generates its own doxygen html guide independently of + the API. + +==== Architecture specific differences +* Now an OS must be specifically supported or it will fail in configure. Those + platforms that do not need any special code can now reference the default + implementation. + == OpenDataPlane (1.10.0.0) === New Features
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- CHANGELOG | 12 ++++++++++++ 1 file changed, 12 insertions(+)