aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-04-17 18:16:42 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-04-17 18:16:42 +0300
commit1bc6f09703cfa1cb0cb6632af2106ed4238784b0 (patch)
tree6a77e7c21693e12f3498b86f964ddaff70227265
parent72963ecb02fc3bc99937214900548280da016c30 (diff)
update version number from v1.0.2 to v1.0.3v1.0.3
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--debian/changelog40
-rw-r--r--include/odp/api/version.h2
2 files changed, 41 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 8b2a7c270..2087289ea 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 ae1cf0d5a..3338559e5 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