]> cloudbase.mooo.com Git - z180-stamp.git/blame - fatfs/doc/updates.txt
Import fatfs R0.12b
[z180-stamp.git] / fatfs / doc / updates.txt
CommitLineData
70702af1
L
1R0.12b (September 4, 2016)\r
2 Improved f_rename() to be able to rename objects with the same name but case.\r
3 Fixed an error in the case conversion teble of code page 866. (ff.c)\r
4 Fixed writing data is truncated at the file offset 4GiB on the exFAT volume. (appeared at R0.12)\r
5 Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)\r
6 Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. (appeared at R0.12)\r
7 Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)\r
8 Fixed large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at R0.12)\r
9 Fixed some internal errors in f_expand() and f_lseek(). (appeared at R0.12)\r
10\r
11R0.12a (July 10, 2016)\r
12 Added support for creating exFAT volume with some changes of f_mkfs().\r
13 Added a file open method FA_OPEN_APPEND. An f_lseek() following f_open() is no longer needed.\r
14 f_forward() is available regardless of _FS_TINY.\r
15 Fixed f_mkfs() creates wrong volume. (appeared at R0.12)\r
16 Fixed wrong memory read in create_name(). (appeared at R0.12)\r
17 Fixed compilation fails at some configurations, _USE_FASTSEEK and _USE_FORWARD.\r
18\r
19R0.12 (April 12, 2016)\r
20 Added support for exFAT file system. (_FS_EXFAT)\r
21 Added f_expand(). (_USE_EXPAND)\r
22 Changed some members in FINFO structure and behavior of f_readdir().\r
23 Added an option _USE_CHMOD and removed an option _WORD_ACCESS.\r
24 Fixed errors in the case conversion teble of Unicode (cc*.c).\r
25\r
26R0.11a (September 5, 2015)\r
27 Fixed wrong media change can lead a deadlock at thread-safe configuration.\r
28 Added code page 771, 860, 861, 863, 864, 865 and 869. (_CODE_PAGE)\r
29 Removed some code pages actually not exist on the standard systems. (_CODE_PAGE)\r
30 Fixed errors in the case conversion teble of code page 437 and 850 (ff.c).\r
31 Fixed errors in the case conversion teble of Unicode (cc*.c).\r
32\r
33R0.11 (February 9, 2015)\r
34 Added f_findfirst() and f_findnext(). (_USE_FIND)\r
35 Fixed f_unlink() does not remove cluster chain of the file. (appeared at R0.10c)\r
36 Fixed _FS_NORTC option does not work properly. (appeared at R0.10c)\r
37\r
38R0.10c (November 9, 2014)\r
7b78a5a2 39 Added a configuration option for the platforms without RTC. (_FS_NORTC)\r
70702af1 40 Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel(). (appeared at R0.09b)\r
7b78a5a2 41 Fixed a potential problem of FAT access that can appear on disk error.\r
70702af1 42 Fixed null pointer dereference on attempting to delete the root direcotry. (appeared at R0.08)\r
7b78a5a2 43\r
70702af1 44R0.10b (May 19, 2014)\r
53668523 45 Fixed a hard error in the disk I/O layer can collapse the directory entry.\r
70702af1 46 Fixed LFN entry is not deleted on delete/rename an object with its lossy converted SFN. (appeared at R0.07)\r
53668523 47\r
70702af1 48R0.10a (January 15, 2014)\r
53668523
L
49 Added arbitrary strings as drive number in the path name. (_STR_VOLUME_ID)\r
50 Added an option for minimum sector size. (_MIN_SS)\r
51 2nd argument of f_rename() can have a drive number and it will be ignored.\r
70702af1 52 Fixed f_mount() with forced mount fails when drive number is larger than 0. (appeared at R0.10)\r
53668523 53 Fixed f_close() invalidates the file object without volume lock.\r
70702af1
L
54 Fixed volume lock is left acquired after return from f_closedir(). (appeared at R0.10)\r
55 Fixed creation of a directory entry with LFN fails on too many SFN collisions. (appeared at R0.07)\r
53668523 56\r
70702af1 57R0.10 (October 2, 2013)\r
53668523
L
58 Added an option for character encoding on the file. (_STRF_ENCODE)\r
59 Added f_closedir().\r
60 Added forced full FAT scan option for f_getfree(). (_FS_NOFSINFO)\r
70702af1 61 Added forced mount option with changes of f_mount().\r
53668523
L
62 Improved behavior of volume auto detection.\r
63 Improved write throughput of f_puts() and f_printf().\r
64 Changed argument of f_chdrive(), f_mkfs(), disk_read() and disk_write().\r
65 Fixed f_write() can be truncated when the file size is close to 4GB.\r
66 Fixed f_open(), f_mkdir() and f_setlabel() can return incorrect result code on error.\r
67\r
70702af1 68R0.09b (January 24, 2013)\r
53668523
L
69 Added f_getlabel() and f_setlabel(). (_USE_LABEL = 1)\r
70\r
70702af1 71R0.09a (August 27, 2012)\r
53668523
L
72 Fixed assertion failure due to OS/2 EA on FAT12/16 volume.\r
73 Changed file functions reject null object pointer to avoid crash.\r
74 Changed option name _FS_SHARE to _FS_LOCK.\r
75\r
70702af1
L
76R0.09 (September 6, 2011)\r
77 f_mkfs() supports multiple partition on a physical drive.\r
53668523
L
78 Added f_fdisk(). (_MULTI_PARTITION = 2)\r
79\r
70702af1
L
80R0.08b (January 15, 2011)\r
81 Fast seek function is also applied to f_read() and f_write().\r
53668523
L
82 f_lseek() reports required table size on creating CLMP.\r
83 Extended format syntax of f_printf().\r
84 Ignores duplicated directory separators in given path names.\r
85\r
70702af1 86R0.08a (August 16, 2010)\r
53668523 87 Added f_getcwd(). (_FS_RPATH = 2)\r
70702af1 88 Added sector erase function. (_USE_ERASE)\r
53668523
L
89 Moved file lock semaphore table from fs object to the bss.\r
90 Fixed a wrong directory entry is created on non-LFN cfg when the given name contains ';'.\r
91 Fixed f_mkfs() creates wrong FAT32 volume.\r
92\r
70702af1 93R0.08 (May 15, 2010)\r
53668523 94 Added a memory configuration option. (_USE_LFN)\r
70702af1
L
95 Added support of file lock. (_FS_SHARE)\r
96 Added fast seek function. (_USE_FASTSEEK)\r
53668523
L
97 Changed some types on the API, XCHAR->TCHAR.\r
98 Changed fname member in the FILINFO structure on Unicode cfg.\r
99 String functions support UTF-8 encoding files on Unicode cfg.\r
100\r
70702af1 101R0.07e (November 3, 2009)\r
53668523
L
102 Separated out configuration options from ff.h to ffconf.h.\r
103 Added a configuration option, _LFN_UNICODE.\r
104 Fixed f_unlink() fails to remove a sub-dir on _FS_RPATH.\r
105 Fixed name matching error on the 13 char boundary.\r
106 Changed f_readdir() to return the SFN with always upper case on non-LFN cfg.\r
107\r
70702af1 108R0.07c (Junuary 21, 2009)\r
53668523
L
109 Fixed f_unlink() may return FR_OK on error.\r
110 Fixed wrong cache control in f_lseek().\r
70702af1 111 Added support of relative path.\r
53668523
L
112 Added f_chdir().\r
113 Added f_chdrive().\r
114 Added proper case conversion to extended characters.\r
115\r
70702af1 116R0.07a (April 14, 2009)\r
53668523
L
117 Separated out OS dependent code on re-entrant configuration.\r
118 Added multiple sector size support.\r
119\r
70702af1 120R0.07 (April 1, 2009)\r
53668523
L
121 Merged Tiny-FatFs into FatFs as a buffer configuration option.\r
122 Added long file name support.\r
123 Added multiple code page support.\r
124 Added re-entrancy for multitask operation.\r
125 Added auto cluster size selection to f_mkfs().\r
126 Added rewind option to f_readdir().\r
127 Changed result code of critical errors.\r
128 Renamed string functions to avoid name collision.\r
129\r
70702af1 130R0.06 (April 1, 2008)\r
53668523
L
131 Added f_forward. (Tiny-FatFs)\r
132 Added string functions: fgets, fputc, fputs and fprintf.\r
133 Improved performance of f_lseek on moving to the same or following cluster.\r
134\r
70702af1 135R0.05a (February 3, 2008)\r
53668523
L
136 Added f_truncate.\r
137 Added f_utime.\r
138 Fixed off by one error at FAT sub-type determination.\r
139 Fixed btr in f_read can be mistruncated.\r
140 Fixed cached sector is left not flushed when create and close without write.\r
141\r
70702af1 142R0.05 (August 26, 2007)\r
53668523
L
143 Changed arguments of f_read, f_write.\r
144 Changed arguments of f_mkfs. (FatFs)\r
145 Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)\r
146 Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs)\r
147\r
70702af1 148R0.04b (May 5, 2007)\r
53668523
L
149 Added _USE_NTFLAG option.\r
150 Added FSInfo support.\r
151 Fixed some problems corresponds to FAT32. (Tiny-FatFs)\r
152 Fixed DBCS name can result FR_INVALID_NAME.\r
153 Fixed short seek (<= csize) collapses the file object.\r
154\r
70702af1 155R0.04a (April 1, 2007)\r
53668523
L
156 Supported multiple partitions on a plysical drive. (FatFs)\r
157 Added minimization level 3.\r
158 Added a capability of extending file size to f_lseek.\r
159 Fixed an endian sensitive code in f_mkfs. (FatFs)\r
160 Fixed a problem corresponds to FAT32 support. (Tiny-FatFs)\r
161\r
70702af1 162R0.04 (February 4, 2007)\r
53668523
L
163 Supported multiple drive system. (FatFs)\r
164 Changed some APIs for multiple drive system.\r
165 Added f_mkfs. (FatFs)\r
166 Added _USE_FAT32 option. (Tiny-FatFs)\r
167\r
70702af1 168R0.03a (December 11, 2006)\r
53668523
L
169 Improved cluster scan algolithm to write files fast.\r
170 Fixed f_mkdir creates incorrect directory on FAT32.\r
171\r
70702af1 172R0.03 (September 22, 2006)\r
53668523
L
173 Added f_rename.\r
174 Changed option _FS_MINIMUM to _FS_MINIMIZE.\r
175\r
70702af1 176R0.02a (June 10, 2006)\r
53668523
L
177 Added a configuration option _FS_MINIMUM.\r
178\r
70702af1 179R0.02 (Jun 01, 2006)\r
53668523
L
180 Added FAT12.\r
181 Removed unbuffered mode.\r
182 Fixed a problem on small (<32M) patition.\r
183\r
70702af1 184R0.01 (April 29, 2006)\r
53668523
L
185 First release\r
186\r
70702af1 187R0.00 (February 26, 2006)\r
53668523
L
188 Prototype (not released)\r
189\r