Message ID | 1429283967-12615-1-git-send-email-maxim.uvarov@linaro.org |
---|---|
State | Accepted |
Commit | 74a3c4dd428c878c085f1eea74fd709ebf08f552 |
Headers | show |
Merged and tagged v1.0.3 p.s. we reached 1000 commits now :) Best regards, Maxim. On 04/17/15 18:19, Maxim Uvarov wrote: > Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> > --- > debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ > include/odp/api/version.h | 2 +- > 2 files changed, 41 insertions(+), 1 deletion(-) > > diff --git a/debian/changelog b/debian/changelog > index 8b2a7c2..2087289 100644 > --- a/debian/changelog > +++ b/debian/changelog > @@ -1,3 +1,43 @@ > +opendataplane (1.0.3-1) unstable; urgency=low > + > + * test: > + * validation: > + - validation: add new test l2fwd_run > + - validation: sched: add missing copyright > + - validation: move l2fwd from example to performance tests > + - validation: implement platform env > + - validation: crypto: combine sync and async tests > + - validation: crypto: handle synchronous operations in async test > + - test: enable valgrind check > + - test/README: explain what's the intention with test/validation > + - validation: classification: un-checked return > + - validation: pktio: support arbitrary length packets > + - validation: pktio: fix memory corruption > + - validation: common: catch odp_term_local/global failures > + - validation: common: print odp_init failures to stderr > + - validation: schedule: exit schedule loop > + - validation: schedule: added queue destroy test > + * bugs: > + - linux-generic: pool: fix missing increment of blkallocs stat > + - example: odp_generator: use odp_timer > + - configure.ac: include configure.m4 if platform explicitly selected > + * general: > + - doxygen cleanups > + - scheduler: restructured queue and pktio integration > + - linux-generic: schedule: terminate > + - linux-generic: debug_internal: assert prints condition > + - linux-generic: pool: check for NULL params before dereference > + - linux-generic: pktio: fix SEGV after odp_pktio_inq_remdef() > + - linux-generic: system_info: use global data struct > + - linux-generic: use arch optimisations > + - examples: odp_ipsec: runtime select multiple vs single deq > + - examples: odp_ipsec: runtime select scheduled vs poll queues > + - examples: odp_ipsec: handle alloc_pkt_ctx failure > + - scripts: odp_check: remove astyle > + - linux-generic: odp_linux: migrate helpers to helper dir > + > + -- Maxim Uvarov <maxim.uvarov@linaro.org> Fri, 17 Apr 2015 17:36:34 +0300 > + > opendataplane (1.0.2-1) unstable; urgency=low > * API: > - api files were touched with override patches but no api > diff --git a/include/odp/api/version.h b/include/odp/api/version.h > index ae1cf0d..3338559 100644 > --- a/include/odp/api/version.h > +++ b/include/odp/api/version.h > @@ -46,7 +46,7 @@ extern "C" { > * to the API. For an API with common generation and major version, but with > * different minor numbers the two versions are backward compatible. > */ > -#define ODP_VERSION_API_MINOR 2 > +#define ODP_VERSION_API_MINOR 3 > > /** > * Returns ODP API version string
diff --git a/debian/changelog b/debian/changelog index 8b2a7c2..2087289 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,43 @@ +opendataplane (1.0.3-1) unstable; urgency=low + + * test: + * validation: + - validation: add new test l2fwd_run + - validation: sched: add missing copyright + - validation: move l2fwd from example to performance tests + - validation: implement platform env + - validation: crypto: combine sync and async tests + - validation: crypto: handle synchronous operations in async test + - test: enable valgrind check + - test/README: explain what's the intention with test/validation + - validation: classification: un-checked return + - validation: pktio: support arbitrary length packets + - validation: pktio: fix memory corruption + - validation: common: catch odp_term_local/global failures + - validation: common: print odp_init failures to stderr + - validation: schedule: exit schedule loop + - validation: schedule: added queue destroy test + * bugs: + - linux-generic: pool: fix missing increment of blkallocs stat + - example: odp_generator: use odp_timer + - configure.ac: include configure.m4 if platform explicitly selected + * general: + - doxygen cleanups + - scheduler: restructured queue and pktio integration + - linux-generic: schedule: terminate + - linux-generic: debug_internal: assert prints condition + - linux-generic: pool: check for NULL params before dereference + - linux-generic: pktio: fix SEGV after odp_pktio_inq_remdef() + - linux-generic: system_info: use global data struct + - linux-generic: use arch optimisations + - examples: odp_ipsec: runtime select multiple vs single deq + - examples: odp_ipsec: runtime select scheduled vs poll queues + - examples: odp_ipsec: handle alloc_pkt_ctx failure + - scripts: odp_check: remove astyle + - linux-generic: odp_linux: migrate helpers to helper dir + + -- Maxim Uvarov <maxim.uvarov@linaro.org> Fri, 17 Apr 2015 17:36:34 +0300 + opendataplane (1.0.2-1) unstable; urgency=low * API: - api files were touched with override patches but no api diff --git a/include/odp/api/version.h b/include/odp/api/version.h index ae1cf0d..3338559 100644 --- a/include/odp/api/version.h +++ b/include/odp/api/version.h @@ -46,7 +46,7 @@ extern "C" { * to the API. For an API with common generation and major version, but with * different minor numbers the two versions are backward compatible. */ -#define ODP_VERSION_API_MINOR 2 +#define ODP_VERSION_API_MINOR 3 /** * Returns ODP API version string
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> --- debian/changelog | 40 ++++++++++++++++++++++++++++++++++++++++ include/odp/api/version.h | 2 +- 2 files changed, 41 insertions(+), 1 deletion(-)