summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes40
1 files changed, 19 insertions, 21 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index 0001c1378..5953aba2e 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1,31 +1,29 @@
-nuttx-0.3.3
+nuttx-0.3.4
^^^^^^^^^^^
-This is the 15th release of NuttX and the 4th release containing
+This is the 16th release of NuttX and the 5th release containing
the integration of a network subsystem and the uIP TCP/IP, UDP, and
ICMP stacks into NuttX (see http://www.sics.se/~adam/uip/index.php/Main_Page).
-Many network-related problems have been fixed and the implementation
-has matured significantly. This release consists of:
+This release is primarily a bug-fix release. New features include
+only:
-o TCP-related bug-fixes for disconnecting sockets
-o Correction of some TCP read-ahead logic
-o TCP performance improvements
-o Misc. additions and cleanup (See the ChangeLog for a complete list of
- changes).
+o TELNET front-end to NSH,
+o DHCPC server functionality, and
+o C5471 Ethernet driver.
-The level of network reliability is at an early beta release level. The
-baseline functionality of NuttX continues to mature and remains at
-post-beta. Open network-related issues include only:
+Numerous network related problems were fixed related to DHCPC, UDP
+input processing, UDP broadcast, send timeouts, and bad compilation when
+uIP is compiled at high levels of optimizatin.
-o Some minor unimplemented BSD socket functionality,
-o Thread safety issues: the same socket cannot be used concurrently on
- different threads.
-o Pending design changes necessary to support multiple network interfaces.
-o IPv6 support is incomplete.
+The level of network reliability is at a strong beta release level. The
+baseline functionality of NuttX continues to mature and remains at
+post-beta or production level.
-This release has been verified only on the Neuros OSD (DM320 ARM9)
-platform using the DM90x0 driver. Any feedback for improving the network
-reliability/performance would be greatly appreciated.
+Parts of this release were verified only on the Neuros OSD (DM320 ARM9)
+platform using the DM90x0 Ethernet driver and other parts on the Spectrum
+Digital C5471 EVM using the C5471 Ethernet driver. Any feedback about bugs
+or suggestions for mproving the network reliability/performance would be
+greatly appreciated.
-This tarball contains a complete CVS snapshot from November 28, 2007.
+This tarball contains a complete CVS snapshot from December 10, 2007.