- Date: April 1, 2003
Version: 0001
Initial release of software.
- Date: April 21, 2003
Version: 0002
Uses the new memory manager library version 2.
Documentation also added to header files.
- Date: June 23, 2003
Version: 0003
Uses the new memory manager library version 3.
- Date: August 20, 2003
Version: 0004
Altered to work with new initialization code.
Also no longer includes memory manager library,
which must now be downloaded separately.
- Date: October 30, 2003
Version: 0005
Added function fcleaninit to allow for
automatic clean file system initializations.
- Date: April 13, 2004
Version: 0006
-
Resolved issue where applications needed to maintain the name of any open files.
fopen now creates a local copy of the filename for file system use.
-
Fixed append/write modes working incorrectly.
-
Fixed fopen so that multiple files could be opened without destroying each other.
-
Fixed system memory usage issue where some process numbers could cause destruction
of the file system's memory manager.
- Date: June 14, 2004
Version: 0007
Assorted bug fixes. Also changed implementation so that the file system can
exist across reboots even if CE0 is not battery backed, as long as the file system
itself is stored in a battery backed RAM.
- Date: November 11, 2004
Version: 0008
Added changes in support of directory listing.