summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 19:14:25 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-08 19:14:25 +0000
commite9bd2c645389dd77a1fa1f8e026c95819ca7ca8c (patch)
tree387f1483e89b1ff4fed6fe16ae2ff3aa170bf7e2 /nuttx/ReleaseNotes
parent7e4ce50cbc357f18c61bb107b97989e7d9cc7ecd (diff)
downloadnuttx-e9bd2c645389dd77a1fa1f8e026c95819ca7ca8c.tar.gz
nuttx-e9bd2c645389dd77a1fa1f8e026c95819ca7ca8c.tar.bz2
nuttx-e9bd2c645389dd77a1fa1f8e026c95819ca7ca8c.zip
Prep for 0.3.14 releasenuttx-3.14
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@898 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes41
1 files changed, 41 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index b3b6fb55e..84d145254 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -529,3 +529,44 @@ These changes were verified only on the Host simulator under Cygwin and under Li
also on the Neuros OSD (ARM9). Please report any errors to me.
This tarball contains a complete CVS snapshot from September 1, 2008.
+
+nutt-0.3.14
+^^^^^^^^^^^
+
+This is the 26th release of NuttX. This release includes some important bugfixes as well
+as a few new features. Critical bugs fixed include:
+
+ FAT FS:
+ * Fixed several critical bugs with regard to fat reading and writing and FAT12
+ accesses. Basically the FAT FS only worked with my tiny test files and test
+ cases. A lot of stronger FAT tested is still needed!!
+ * Fixed another FAT bug in implementation of FAT lseek; this prohibit correct
+ random access to large files.
+
+ Network:
+ * Corrected a critical bug that may prevent recvfrom from receiving packets from
+ most remote UDP port numbers.
+ * Corrected an error in multi-threaded socket handling in send() and sendto().
+ Outgoing data could overwrite incoming data.
+ * Corrected IP checksum calculation in ICMP and UDP message send logic.
+ * Corrected an error in send() timeout logic.
+
+New features were also added:
+
+ Network:
+ * Added support for application access to ICMP protocol stacks; Added
+ ping request logic (net/uip).
+ * Added basic TFTP client logic (netutils/tftpc).
+
+ NuttShell (NSH):
+ * New commands: 'test', '[', 'ping', 'mkrd', 'xd', andTFTP 'get' and 'put'
+ commands (See the new NuttShell User Guide for additional information).
+
+Other less critical bugs were also fixed and other less important features were
+were added (See the ChangeLog for details).
+
+These changes were verified only on the Neuros OSD (ARM9). Please report any errors to me.
+
+This tarball contains a complete CVS snapshot from September 8, 2008.
+
+