Add test for fatfs.
[bertos.git] / bertos / fs / fatfs / doc / updates.txt
1 R0.07a, Apr 14, 2009\r
2   Separated out OS dependent code on re-entrant configuration.\r
3   Added multiple sector size support.\r
4 \r
5 R0.07, Apr 01, 2009\r
6   Merged Tiny-FatFs as a buffer configuration option.\r
7   Added long file name support.\r
8   Added multiple code page support.\r
9   Added re-entrancy for multitask operation.\r
10   Added auto cluster size selection to f_mkfs().\r
11   Added rewind option to f_readdir().\r
12   Changed result code of critical errors.\r
13   Renamed string functions to avoid name collision.\r
14 \r
15 R0.06, Apr 01, 2008\r
16   Added f_forward. (Tiny-FatFs)\r
17   Added string functions: fgets, fputc, fputs and fprintf.\r
18   Improved performance of f_lseek on moving to the same or following cluster.\r
19 \r
20 R0.05a, Feb 03, 2008\r
21   Added f_truncate.\r
22   Added f_utime.\r
23   Fixed off by one error at FAT sub-type determination.\r
24   Fixed btr in f_read can be mistruncated.\r
25   Fixed cached sector is left not flushed when create and close without write.\r
26 \r
27 R0.05, Aug 26, 2007\r
28   Changed arguments of f_read, f_write.\r
29   Changed arguments of f_mkfs. (FatFs)\r
30   Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)\r
31   Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs)\r
32 \r
33 R0.04b, May 05, 2007\r
34   Added _USE_NTFLAG option.\r
35   Added FSInfo support.\r
36   Fixed some problems corresponds to FAT32. (Tiny-FatFs)\r
37   Fixed DBCS name can result FR_INVALID_NAME.\r
38   Fixed short seek (<= csize) collapses the file object.\r
39 \r
40 R0.04a, Apr 01, 2007\r
41   Supported multiple partitions on a plysical drive. (FatFs)\r
42   Added minimization level 3.\r
43   Added a capability of extending file size to f_lseek.\r
44   Fixed an endian sensitive code in f_mkfs. (FatFs)\r
45   Fixed a problem corresponds to FAT32 support. (Tiny-FatFs)\r
46 \r
47 R0.04, Feb 04, 2007\r
48   Supported multiple drive system. (FatFs)\r
49   Changed some APIs for multiple drive system.\r
50   Added f_mkfs. (FatFs)\r
51   Added _USE_FAT32 option. (Tiny-FatFs)\r
52 \r
53 R0.03a, Dec 11, 2006\r
54   Improved cluster scan algolithm to write files fast.\r
55   Fixed f_mkdir creates incorrect directory on FAT32.\r
56 \r
57 R0.03, Sep 22, 2006\r
58   Added f_rename.\r
59   Changed option _FS_MINIMUM to _FS_MINIMIZE.\r
60 \r
61 R0.02a, Jun 10, 2006\r
62   Added a configuration option _FS_MINIMUM.\r
63 \r
64 R0.02, Jun 01, 2006\r
65   Added FAT12.\r
66   Removed unbuffered mode.\r
67   Fixed a problem on small (<32M) patition.\r
68 \r
69 R0.01, Apr 29, 2006\r
70   First release\r
71 \r
72 R0.00, Feb 26, 2006\r
73   Prototype (not released)\r
74 \r