summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 08:03:37 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 08:03:37 -0600
commitea16e75248de742b5177f62d2202a3f391eed0df (patch)
tree5d2b60c18dbd80de514a4e1f506f7178b0d53647 /nuttx/ChangeLog
parent338a22c990b73c1292c9ad2f34e1b4128a4d79b6 (diff)
downloadnuttx-ea16e75248de742b5177f62d2202a3f391eed0df.tar.gz
nuttx-ea16e75248de742b5177f62d2202a3f391eed0df.tar.bz2
nuttx-ea16e75248de742b5177f62d2202a3f391eed0df.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 0d533d970..dc84f47a8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7664,6 +7664,11 @@
* net/: Add a few missing configuration options to the Kconfig files
(2014-7-8).
* net/iob/iob_trimhead_queue.c and socket/recvfrom.c: Important fix to
- the read-ahead buffer queue managment: Consumed bytes were being
+ the read-ahead buffer queue management: Consumed bytes were being
trimmed from the head of the queue, but the queue head itself was
not being updated. From Rony XLN (2014-7-7).
+ * drivers/bch: Add configurable AES encryption support to block-to-
+ character (BCH) driver. This allows any block device to be accessed
+ as an encrypted character device. From Max Nekludov (2014-7-7).
+ * SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined.
+ From Max Nekludov (2014-7-7) \ No newline at end of file