diff mbox

update version number from v1.0.1 to v1.0.2

Message ID 1427473471-5805-1-git-send-email-maxim.uvarov@linaro.org
State Accepted
Commit c05f2a32659975b3f72a4781ca6755f8b7f9cecb
Headers show

Commit Message

Maxim Uvarov March 27, 2015, 4:24 p.m. UTC
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
---
 debian/changelog          | 37 +++++++++++++++++++++++++++++++++++++
 include/odp/api/version.h |  2 +-
 2 files changed, 38 insertions(+), 1 deletion(-)
diff mbox

Patch

diff --git a/debian/changelog b/debian/changelog
index 5271895..d0ba46f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,40 @@ 
+opendataplane (1.0.2-1) stable; urgency=low
+   * 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 59643d0..ae1cf0d 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