aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorMike Holmes <mike.holmes@linaro.org>2015-12-01 14:27:19 -0500
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-12-01 22:53:47 +0300
commit8ba26d75cade4d9f21a9f420773357a543d1a9a8 (patch)
tree20463be1de75cc5d40801c58a37bc4df7353fed2 /CHANGELOG
parent5ae9e7ffc553156899a5b767c0ffe7bb49be0888 (diff)
update version number from v1.4.1.0 to v1.5.0.0v1.5.0.0
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG45
1 files changed, 45 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index cd8c3874a..4e9db28f3 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,48 @@
+opendataplane (1.5.0.0)
+ * API:
+ - api: buffer: add functions to alloc/free multiple buffers at once
+ - api: cpu: change order of arguments for diff function
+ - api: crypto: add AES128-CBC encrypt/decrypt methods
+ - api: crypto: add HMAC-SHA-256-128 support
+ - api: crypto: move enums from platform types to odp and rename to fit the API format
+ - api: packet: add functions to alloc/free multiple packets at once
+ - api: queue: add odp_queue_info() function to retrieve queue information
+ - api: time: change order of arguments for diff function
+ - api: time: unbind CPU cycles from time API
+ * ODP docs:
+ - userguide: add baseline overview to document
+ - images: add additional user guide images
+ - implementers-guide: convert to ODP standard layout
+ - implementers-guide: fix broken doxygen build from tarball
+ - users-guide: move EXTRA_DIST down to its makefile
+ - Makefile: add docs to the tarball
+ - improve asciidoc presentation
+ - users-guide convert to asciidoc
+ - images: add resource_management.msc for users-guide
+ - images: add svg for user-guide
+ * Validation
+ - performance: odp_pktio_perf: fix potential overflow in wait loop
+ - test/example: avoid "cycle" word usage
+ - ability to specify test install directory
+ - buffer: add tests for buffer alloc/free multi functions
+ - crypto: add test for AES128 CBC
+ - crypto: add test for HMAC-SHA-256-128
+ - crypto: limit packet size to maximum supported by platform
+ - packet: add tests for packet alloc/free multi functions
+ - queue: api validation tests for odp_queue_info()
+ - remove strict dependency on CUnit 2.1-3
+ - scheduler: add missing ticketlock unlock
+ * General:
+ - rpm packaging support
+ - linux-generic: config: increase ODP_CONFIG_SCHED_GRPS to 256
+ - linux-generic: cpumask: warn that CPU0 is used by control and worker thread
+ - linux-generic: packet: add implementation for packet alloc/free multi
+ - linux-generic: pool: add buffer_alloc_multi function
+ - linux-generic: pool: add implementation for buffer alloc/free multi
+ - linux-generic: queue: add odp_queue_info() function
+ - linux-generic: validation: add run-test script for post install testing
+ - platform: move list of API files to Makefile.inc so it is common to all platforms
+
opendataplane (1.4.1.0)
* Validation
- pktio: test transmit error recovery