aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-03-13 20:05:53 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-03-16 17:43:41 +0300
commit071470adf350079bdf68eaf0cc9551455250c74a (patch)
tree7ca0b97404920d1a84521e2fb158805a0543d0ad
parentdaeecc42ddd827cf69266694fa64b6a8faf47ea9 (diff)
update version number from v1.0.0 to v1.0.1v1.0.1
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--debian/changelog30
-rw-r--r--include/odp/api/version.h2
2 files changed, 31 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d9d344dae..527189597 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,33 @@
+opendataplane (1.0.1-1) unstable; urgency=low
+
+ * test:
+ * validation:
+ - pktio: disable arp on virtual interfaces
+ - pktio check return code for pool_destroy
+ - schedule: code clean up
+ - odp_scheduling: limit worker thread count
+ - odp_timer: cleanup for clean termination
+ - common: prevent masking test failures
+ - shm: abort on null pointer
+ - crypto: add packet free to sync test
+ - crypto: add common test cleanup
+ - common: add support for test term
+ - crypto: split crypto and random tests
+ - add unit tests for strong type display functions
+ * general:
+ - linux-generic: only print errors to stderr
+ - linux-generic: linux: remove explicit buffer cache flush
+ * bugs:
+ - linux-generic: odp_timer: set user_ptr for cancelled timeout
+ - validation: odp_timer: cleanup for clean termination
+ - example: odp_packet uncomment polling queues
+ - linux-generic: mmap: jumbo frames support
+ - linux-generic: thread: reuse thread ids
+ - classification: destroy pktio default inqueue during teardown
+ - classification: pktio skip value set to zero
+
+ -- Maxim Uvarov <maxim.uvarov@linaro.org> Fri, 13 Mar 2015 20:02:59 +0300
+
opendataplane (1.0.0-1) unstable; urgency=low
* API:
diff --git a/include/odp/api/version.h b/include/odp/api/version.h
index 5f2b2dba2..59643d075 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 0
+#define ODP_VERSION_API_MINOR 1
/**
* Returns ODP API version string