summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJustus Winter <4winter@informatik.uni-hamburg.de>2014-10-01 15:56:40 +0200
committerJustus Winter <4winter@informatik.uni-hamburg.de>2014-10-01 15:56:40 +0200
commitda5dea9b6f960603f0c02b42b5cc8384194faa5b (patch)
treec5b7b3554e989c3b555f0dc0a02fcab6b54ae026 /NEWS
parent6b0ceb8aec7dc2d607523d7aadc2fec237ce2ca8 (diff)
Add protected payloads to NEWS
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 9a9f620c..357b23f9 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,10 @@ Numerous cleanups and stylistic fixes of the code base. Several
problems have been identified using static analysis tools and
subsequently been fixed.
+A protected payload can now be associated with capabilities. This
+payload is attached by the kernel to delivered messages and can be
+used to speed up the object lookup in the receiving task.
+
The kernel debugger can now parse ELF symbol tables, can be invoked
over serial lines, gained two new commands and has received usability
improvements.