aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-03-27 19:23:57 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-03-27 20:38:53 +0300
commitc05f2a32659975b3f72a4781ca6755f8b7f9cecb (patch)
tree4a7d7ca80ee38eb31b48bef53aabfb729ac77184
parentdfb5a60dc2e363c2040c8fd8b734e1b84ff5cc5c (diff)
update version number from v1.0.1 to v1.0.2v1.0.2
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 52718959..8b2a7c27 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,43 @@
+opendataplane (1.0.2-1) unstable; urgency=low
+ * API:
+ - api files were touched with override patches but no api
+ changes were actually made.
+ * test:
+ * validation:
+ - fix memory allocation in odp_synchronizers
+ - fixed memory leak in odp_cpumask.c
+ - timer: use unused attribute
+ - pktio: add support for VPATH builds
+ - added odp_cpumask test
+ - timer: free malloced memory
+ - timer: use ODP_SHM_NULL
+ - timer: added cancel test
+ - pktio: prevent race when using veth pair
+ - test: debug: replace example with test
+ - test: debug: add unused attribute MACRO
+ - performance: odp_atomic: move atomic test from api_test to performance
+ - performance: scheduling: add support for VPATH builds
+ - performance: scheduling: catch exit codes
+ * general:
+ - barrier: allow platform to override odp_barrier_t
+ - ticketlock: allow platform to override odp_ticketlock_t
+ - rwlock: allow platform to override odp_rwlock_t
+ - spinlock: allow platform to override odp_spinlock_t
+ - doc: move api guidelines to API doc
+ - linux-generic: strongtypes: add dummy struct var to keep c++ happy
+ - linux-generic: queue: fix potential queue leak
+ - linux-generic: strongtypes: use named structs for C++
+ - example: l2fwd print packets per second
+ - linux-generic: linux: destroy used pthread attr
+ * bugs:
+ - validation: packet: use non-zero as true indicato
+ - linux-generic: pktio check for NULL entry
+ - linux-generic: fix incorrect pmr_term_value update in odp_pmr_create_xxx() function
+ - replace strtok_r with strtok and fix leaks
+ - schedule: free queues and pool
+
+ -- Maxim Uvarov <maxim.uvarov@linaro.org> Fri, 27 Mar 2015 19:22:22 +0300
+
opendataplane (1.0.1-1) unstable; urgency=low
* test:
diff --git a/include/odp/api/version.h b/include/odp/api/version.h
index 59643d07..ae1cf0d5 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 1
+#define ODP_VERSION_API_MINOR 2
/**
* Returns ODP API version string