aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-02-04 07:10:21 +0100
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-02-20 21:46:03 +0300
commit548cdf12aaf9e0b91cee738001a7459f4a0eb9da (patch)
treed70236ea2c4ef959f1dbefdf2022a4da0563ff32
parent898f42e3a619461a69ca7f16eee3f985fa8287c1 (diff)
Update version number from 0.10.0 to 0.11.0v0.11.0
Update version to 0.11.0 and reflect changes in debian changelog. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--debian/changelog24
-rw-r--r--include/odp/api/version.h2
2 files changed, 25 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d05d52f53..23a4485dd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
+opendataplane (0.11.0-1) unstable; urgency=low
+
+ * API:
+ - update return descriptions
+ - add strong types
+ - thread, rename functions
+ - cpu, rename functions
+ - errno added
+ - classification, remove pmr count
+ - init, allow the abort function to be overridden
+ - hints, add ODP_NORETURN
+ - packet_flag, remove odp_packet_override_l4_checksum
+ * validation:
+ - init, add tests for override the abort function
+ * bugs:
+ - timer, avoid cunit warnings for late timeouts
+ - version, fix odp_version_api_str (1194, 1207)
+ - fix clang (1203, 1023)
+ - validation: init: fix unitalized data in struct (1206)
+ - linux-generic: setup_pktio_entry() null terminate pkio name (1055)
+ - validation: odp_timer.c: (1048, 1056)
+
+ -- Anders Roxell <anders.roxell@linaro.org> Wed, 20 Feb 2015 06:50:34 +0100
+
opendataplane (0.10.0-1) unstable; urgency=low
* API:
diff --git a/include/odp/api/version.h b/include/odp/api/version.h
index cd6c208bb..37394cd23 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 10
+#define ODP_VERSION_API_MAJOR 11
/**
* ODP API minor version