summaryrefslogtreecommitdiff
path: root/nuttx/ReleaseNotes
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 17:11:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-09-01 17:11:34 +0000
commitff578ec6f9ee1e0f015112924621e6ea5593883a (patch)
tree07790b4c29fea483ca4e458ada02bd5d4b1be1f1 /nuttx/ReleaseNotes
parentd1b7c771f5845e1eae16513be3cbb7e0a0b45612 (diff)
downloadnuttx-ff578ec6f9ee1e0f015112924621e6ea5593883a.tar.gz
nuttx-ff578ec6f9ee1e0f015112924621e6ea5593883a.tar.bz2
nuttx-ff578ec6f9ee1e0f015112924621e6ea5593883a.zip
Prep for 0.3.13 releasenuttx-3.13
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@861 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ReleaseNotes')
-rw-r--r--nuttx/ReleaseNotes34
1 files changed, 34 insertions, 0 deletions
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index c15c834ad..b3b6fb55e 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -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.