summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-04 19:14:25 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-04 19:14:25 -0600
commit5c4d882d8a5e120f545b5181c0207b8ea38a3e16 (patch)
tree639db9680d121b6c5162d5040eb6bd3060456a16 /nuttx/ChangeLog
parent3285efc508064d44b60120ffe903c13184482869 (diff)
downloadnuttx-5c4d882d8a5e120f545b5181c0207b8ea38a3e16.tar.gz
nuttx-5c4d882d8a5e120f545b5181c0207b8ea38a3e16.tar.bz2
nuttx-5c4d882d8a5e120f545b5181c0207b8ea38a3e16.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index eccbd8846..327d698db 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7643,3 +7643,9 @@
* SAMA5 OHCI: Pointers to allocated port values were not being nullified
after being deallocated. This caused some assertions to fire when
debug was enabled (2014-7-4).
+ * include/nuttx/net/ip.h and ipopt.h: ip.h renamed ipopt.h. Moved
+ parts of uip.h to net.h. Renamed the rest of uip.h to ip.h. Removed
+ all includes of uip.h; added includes of ip.h wherever needed.
+ Tried to fix problems of the now missing sneak inclusions because
+ uip.h was removed. There are probably a few of these that were
+ missed! (2014-7-4).