Signed-off-by: Maxim Uvarov <[email protected]> --- debian/changelog | 30 ++++++++++++++++++++++++++++++ include/odp/api/version.h | 4 ++-- 2 files changed, 32 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog index c6c0ec8..ee4dd3d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,33 @@ +opendataplane (1.1.0-1) unstable; urgency=low + * API: + - style: moved pool type first in pool_param + - style: pool_param doxygen comments + - api: packet: removed odp_packet_user_u64 + - api: packet: rename user_data to user_area + - api: pktio: Clarify doc on default pool usage on odp_pktio_open + - timer: Add missing platform handles to u64 conversion functions + - api/linux-generic/example/validation: remove odp_pmr_create_range() function definition + - api: packet: relax return code to use non-zero for true + - api: packet/pool: proposed APIs for packet user metadata + + * test: + * validation: + - validation: packet: add user metadata tests + - test: pktio: add missing atomic init + - test: use CU_ASSERT_FATAL in case odp_buffer_alloc failed to avoid segfaults + - validation: pktio: fix polling tests + - validation: tests for module odp_ver_abt_log_dbg + - validation: rename executable to match modules + * general: + - linux-generic/odp_impl: add implementation version details + - linux-generic: support running with restricted cpu set + - linux-generic: packet: add user metadata support + - linux-generic: pool: add user metadata support + - linux-generic: buffer: restructure user mdatadata fields + - linux-generic: use inttypes defines to print (u)int32_t values + + -- Maxim Uvarov <[email protected]> Fri, 08 May 2015 13:35:16 +0300 + opendataplane (1.0.4-1) unstable; urgency=low * test: diff --git a/include/odp/api/version.h b/include/odp/api/version.h index 027095d..5d1abfa 100644 --- a/include/odp/api/version.h +++ b/include/odp/api/version.h @@ -37,7 +37,7 @@ extern "C" { * Introduction of major new features or changes. APIs with different major * versions are likely not backward compatible. */ -#define ODP_VERSION_API_MAJOR 0 +#define ODP_VERSION_API_MAJOR 1 /** * ODP API minor version @@ -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 4 +#define ODP_VERSION_API_MINOR 0 /** * Returns ODP API version string -- 1.9.1 _______________________________________________ lng-odp mailing list [email protected] https://lists.linaro.org/mailman/listinfo/lng-odp
