Message ID | 1422876104-32496-1-git-send-email-anders.roxell@linaro.org |
---|---|
State | Accepted |
Commit | 60ae3a374fa05335154e5f82e12706e0dccf8c59 |
Headers | show |
I think we need a ODP wide changelog policy and not just a debian one, that that this should stop this going in now Looking at Gnu [1] they even suggest a log per area, maybe we have one for API, linux-generic and test? - might be too much this early on. What did catch my eye given that git should be the perfect change log if we are good with our commits is ref [2] that takes the semi ugly git log and makes a human readable editable log from git. A human will still have to edit out the relevant details for each release, no change log needs to list minutia afterall. [1] https://www.gnu.org/prep/standards/html_node/Change-Log-Concepts.html#Change-Log-Concepts [2] https://pypi.python.org/pypi/gitchangelog On 2 February 2015 at 06:21, Anders Roxell <anders.roxell@linaro.org> wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > debian/changelog | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/debian/changelog b/debian/changelog > index 94ddc29..aa271ba 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,23 @@ > +opendataplane (0.10.0-1) unstable; urgency=low > + > + * API: > + - Allow init_global logging > + - Add events > + - Add Crypto Completion event > + - Classification API cleanup > + - Move header files out of linux-generic > + * Packaging: > + - Add Debian packaging > + * helper: > + - move headers into namespace the odp/helper > + * validation: > + - Classification tests > + * bugs: > + - l2fwd: fix incorrect cpumask used when spawning threads > + - shared memory > + > + -- Anders Roxell <anders.roxell@linaro.org> Sat, 31 Jan 2015 13:50:30 > +0100 > + > opendataplane (0.9.0-1) unstable; urgency=low > > * Initial release > -- > 2.1.4 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp >
Merged as we discussed - we are supporting deb change log in odp.git when rpm script will be there, then we will think how to support common changelog. Maxim. On 02/02/2015 02:21 PM, Anders Roxell wrote: > Signed-off-by: Anders Roxell <anders.roxell@linaro.org> > --- > debian/changelog | 20 ++++++++++++++++++++ > 1 file changed, 20 insertions(+) > > diff --git a/debian/changelog b/debian/changelog > index 94ddc29..aa271ba 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,23 @@ > +opendataplane (0.10.0-1) unstable; urgency=low > + > + * API: > + - Allow init_global logging > + - Add events > + - Add Crypto Completion event > + - Classification API cleanup > + - Move header files out of linux-generic > + * Packaging: > + - Add Debian packaging > + * helper: > + - move headers into namespace the odp/helper > + * validation: > + - Classification tests > + * bugs: > + - l2fwd: fix incorrect cpumask used when spawning threads > + - shared memory > + > + -- Anders Roxell <anders.roxell@linaro.org> Sat, 31 Jan 2015 13:50:30 +0100 > + > opendataplane (0.9.0-1) unstable; urgency=low > > * Initial release *
diff --git a/debian/changelog b/debian/changelog index 94ddc29..aa271ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,23 @@ +opendataplane (0.10.0-1) unstable; urgency=low + + * API: + - Allow init_global logging + - Add events + - Add Crypto Completion event + - Classification API cleanup + - Move header files out of linux-generic + * Packaging: + - Add Debian packaging + * helper: + - move headers into namespace the odp/helper + * validation: + - Classification tests + * bugs: + - l2fwd: fix incorrect cpumask used when spawning threads + - shared memory + + -- Anders Roxell <anders.roxell@linaro.org> Sat, 31 Jan 2015 13:50:30 +0100 + opendataplane (0.9.0-1) unstable; urgency=low * Initial release
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> --- debian/changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+)