]> cloudbase.mooo.com Git - z180-stamp.git/blame - fatfs/doc/updates.txt
Import fatfs R0.10b
[z180-stamp.git] / fatfs / doc / updates.txt
CommitLineData
53668523
L
1R0.10b, May 19, 2014\r
2 Fixed a hard error in the disk I/O layer can collapse the directory entry.\r
3 Fixed LFN entry is not deleted on delete/rename an object with its lossy converted SFN.\r
4\r
5R0.10a, Jan 15, 2014\r
6 Added arbitrary strings as drive number in the path name. (_STR_VOLUME_ID)\r
7 Added an option for minimum sector size. (_MIN_SS)\r
8 2nd argument of f_rename() can have a drive number and it will be ignored.\r
9 Fixed f_mount() with forced mount fails when drive number is larger than 0.\r
10 Fixed f_close() invalidates the file object without volume lock.\r
11 Fixed volume lock is left acquired after return from f_closedir().\r
12 Fixed creation of a directory entry with LFN fails on too many SFN collisions.\r
13\r
14R0.10, Oct 02, 2013\r
15 Added an option for character encoding on the file. (_STRF_ENCODE)\r
16 Added f_closedir().\r
17 Added forced full FAT scan option for f_getfree(). (_FS_NOFSINFO)\r
18 Added forced mount feature with changes of f_mount().\r
19 Improved behavior of volume auto detection.\r
20 Improved write throughput of f_puts() and f_printf().\r
21 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().\r
22 Fixed f_write() can be truncated when the file size is close to 4GB.\r
23 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect result code on error.\r
24\r
25R0.09b, Jan 24, 2013\r
26 Added f_getlabel() and f_setlabel(). (_USE_LABEL = 1)\r
27\r
28R0.09a, Aug 27, 2012\r
29 Fixed assertion failure due to OS/2 EA on FAT12/16 volume.\r
30 Changed file functions reject null object pointer to avoid crash.\r
31 Changed option name _FS_SHARE to _FS_LOCK.\r
32\r
33R0.09, Sep 06, 2011\r
34 f_mkfs() supports multiple partition to complete the multiple partition feature.\r
35 Added f_fdisk(). (_MULTI_PARTITION = 2)\r
36\r
37R0.08b, Jan 15, 2011\r
38 Fast seek feature is also applied to f_read() and f_write().\r
39 f_lseek() reports required table size on creating CLMP.\r
40 Extended format syntax of f_printf().\r
41 Ignores duplicated directory separators in given path names.\r
42\r
43R0.08a, Aug 16, 2010\r
44 Added f_getcwd(). (_FS_RPATH = 2)\r
45 Added sector erase feature. (_USE_ERASE)\r
46 Moved file lock semaphore table from fs object to the bss.\r
47 Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'.\r
48 Fixed f_mkfs() creates wrong FAT32 volume.\r
49\r
50R0.08, May 15, 2010\r
51 Added a memory configuration option. (_USE_LFN)\r
52 Added file lock feature. (_FS_SHARE)\r
53 Added fast seek feature. (_USE_FASTSEEK)\r
54 Changed some types on the API, XCHAR->TCHAR.\r
55 Changed fname member in the FILINFO structure on Unicode cfg.\r
56 String functions support UTF-8 encoding files on Unicode cfg.\r
57\r
58R0.07e, Nov 3, 2009\r
59 Separated out configuration options from ff.h to ffconf.h.\r
60 Added a configuration option, _LFN_UNICODE.\r
61 Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.\r
62 Fixed name matching error on the 13 char boundary.\r
63 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.\r
64\r
65R0.07c, Jun 21, 2009\r
66 Fixed f_unlink() may return FR_OK on error.\r
67 Fixed wrong cache control in f_lseek().\r
68 Added relative path feature.\r
69 Added f_chdir().\r
70 Added f_chdrive().\r
71 Added proper case conversion to extended characters.\r
72\r
73R0.07a, Apr 14, 2009\r
74 Separated out OS dependent code on re-entrant configuration.\r
75 Added multiple sector size support.\r
76\r
77R0.07, Apr 01, 2009\r
78 Merged Tiny-FatFs into FatFs as a buffer configuration option.\r
79 Added long file name support.\r
80 Added multiple code page support.\r
81 Added re-entrancy for multitask operation.\r
82 Added auto cluster size selection to f_mkfs().\r
83 Added rewind option to f_readdir().\r
84 Changed result code of critical errors.\r
85 Renamed string functions to avoid name collision.\r
86\r
87R0.06, Apr 01, 2008\r
88 Added f_forward. (Tiny-FatFs)\r
89 Added string functions: fgets, fputc, fputs and fprintf.\r
90 Improved performance of f_lseek on moving to the same or following cluster.\r
91\r
92R0.05a, Feb 03, 2008\r
93 Added f_truncate.\r
94 Added f_utime.\r
95 Fixed off by one error at FAT sub-type determination.\r
96 Fixed btr in f_read can be mistruncated.\r
97 Fixed cached sector is left not flushed when create and close without write.\r
98\r
99R0.05, Aug 26, 2007\r
100 Changed arguments of f_read, f_write.\r
101 Changed arguments of f_mkfs. (FatFs)\r
102 Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)\r
103 Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs)\r
104\r
105R0.04b, May 05, 2007\r
106 Added _USE_NTFLAG option.\r
107 Added FSInfo support.\r
108 Fixed some problems corresponds to FAT32. (Tiny-FatFs)\r
109 Fixed DBCS name can result FR_INVALID_NAME.\r
110 Fixed short seek (<= csize) collapses the file object.\r
111\r
112R0.04a, Apr 01, 2007\r
113 Supported multiple partitions on a plysical drive. (FatFs)\r
114 Added minimization level 3.\r
115 Added a capability of extending file size to f_lseek.\r
116 Fixed an endian sensitive code in f_mkfs. (FatFs)\r
117 Fixed a problem corresponds to FAT32 support. (Tiny-FatFs)\r
118\r
119R0.04, Feb 04, 2007\r
120 Supported multiple drive system. (FatFs)\r
121 Changed some APIs for multiple drive system.\r
122 Added f_mkfs. (FatFs)\r
123 Added _USE_FAT32 option. (Tiny-FatFs)\r
124\r
125R0.03a, Dec 11, 2006\r
126 Improved cluster scan algolithm to write files fast.\r
127 Fixed f_mkdir creates incorrect directory on FAT32.\r
128\r
129R0.03, Sep 22, 2006\r
130 Added f_rename.\r
131 Changed option _FS_MINIMUM to _FS_MINIMIZE.\r
132\r
133R0.02a, Jun 10, 2006\r
134 Added a configuration option _FS_MINIMUM.\r
135\r
136R0.02, Jun 01, 2006\r
137 Added FAT12.\r
138 Removed unbuffered mode.\r
139 Fixed a problem on small (<32M) patition.\r
140\r
141R0.01, Apr 29, 2006\r
142 First release\r
143\r
144R0.00, Feb 26, 2006\r
145 Prototype (not released)\r
146\r