aboutsummaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-30 13:12:25 +0300
committerMaxim Uvarov <maxim.uvarov@linaro.org>2015-11-30 13:58:53 +0300
commit8cb80afde4a9e00cfea4bed5ecf721d6577793c4 (patch)
tree707ee5c415624f2b01420d373b4f5e4dd9a10804 /pkg
parent74785c4e170e035c08476179237d68a36fa23ec3 (diff)
update version number from v1.4.1.0 to v1.5.0.0
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/debian/changelog36
1 files changed, 36 insertions, 0 deletions
diff --git a/pkg/debian/changelog b/pkg/debian/changelog
index 1983a9ad..088cc775 100644
--- a/pkg/debian/changelog
+++ b/pkg/debian/changelog
@@ -1,3 +1,39 @@
+opendataplane (1.5.0.0-1) unstable; urgency=low
+ * 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
+ * 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
+
+ -- Maxim Uvarov <maxim.uvarov@linaro.org> Mon, 30 Nov 2015 13:08:43 +0300
+
opendataplane (1.4.1.0-1) unstable; urgency=low
* Validation
- pktio: test transmit error recovery