summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-16 14:57:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-11-16 14:57:10 +0000
commit416485cff9b9dca2326969e026f9f1cdbec914f6 (patch)
tree9e3e420cbb8f3a57e3b96e0042deb09c73cffe49 /nuttx/ChangeLog
parentd56eb4669c39b48c458a057298fe5890cff12658 (diff)
downloadnuttx-416485cff9b9dca2326969e026f9f1cdbec914f6.tar.gz
nuttx-416485cff9b9dca2326969e026f9f1cdbec914f6.tar.bz2
nuttx-416485cff9b9dca2326969e026f9f1cdbec914f6.zip
Prep for 0.3.18 releasenuttx-3.18
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1255 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ad48012d8..250d6b7d1 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -525,7 +525,7 @@
* Fixed another bug in the NXP LPC214x USB device driver: After a stalled endpoint
is resumed (view CLEAR FEATURE), we must restart the IN (outgoing) queue.
-0.3.18 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.18 2008-11-16 Gregory Nutt <spudmonkey@racsa.co.cr>
* Added port for the STMicro STR71x processor and configuration for the Olimex STR-P711
board (STR71x testing is stalled because I have been unable to get OpenOCD to
communicate with my JTAG wiggler on Linux).
@@ -557,3 +557,10 @@
* NSH: Added the 'losetup' command
* Fixed a FAT bug: After recent changes, it would mount a (invalid) FAT file system
even if the medium is not formatted!
+ * Corrected two important errors in FAT lseek implementation: (1) the sectors-per-cluster
+ value was being reset to "1" and (2) important lseek logic was omitted when the seek
+ position was zero.
+ * Fixed a bug in getopt(). It would fail if on certain combinations of terminal argument
+ types.
+
+0.3.19 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>