Prep for 0.3.13 release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@861 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-09-01 17:11:34 +00:00
parent 029d82031f
commit 7730a9d058
3 changed files with 89 additions and 58 deletions
+34
View File
@@ -495,3 +495,37 @@ These changes were verified only on the Host simulator under Cygwin. Please rep
any errors to me.
This tarball contains a complete CVS snapshot from August 10, 2008.
nuttx-0.3.13
^^^^^^^^^^^^
This is the 25th release of NuttX. This release includes some important bugfixes as well
as a few new features. Bugs fixed include:
* Fixed problems with Cygwin-based console input. NSH now works with the Cygwin simulator.
* sched_get_priority_max/min returned error on SCHED_RR
* Corrected detection of End-of-File in fgets()
* Fixed an error in opendir() that could cause an assertion to fail inappropriately.
* Corrected an error in the FAT that caused files opened for writing with O_APPEND to fail.
* Fix error in getopt() when called with argc==1
* Fix error in stat() when used on the root directory
* Fixed a critical bug that effects the way that environment variables are shared amongst
pthreads.
* uIP port now supports multi-threaded, concurrent socket access. So, for example, one
thread can be reading from a socket while another is writing to the socket.
New features were also added:
* New OS APIs: chdir() and getcwd()
* The Nuttx shell (NSH) has been extended in many ways.
- New commands: mkfatfs, mkfifo, sleep, usleep, nice, sh, cd, and pwd commands
- New memory inspection commands and heap usage commands
- New capabilities: Execution of commands in background, execution of simple scripts,
redirection of command output, last command status ($?)
- Now supports if-then[-else]-fi construct
- and other features as noted in the ChangeLog.
These changes were verified only on the Host simulator under Cygwin and under Linux and
also on the Neuros OSD (ARM9). Please report any errors to me.
This tarball contains a complete CVS snapshot from September 1, 2008.