]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/documents/updates.txt
Import fatfs R0.13b
[z180-stamp.git] / fatfs / documents / updates.txt
similarity index 76%
rename from fatfs/doc/updates.txt
rename to fatfs/documents/updates.txt
index ebb6026abcab6680053307e2a75e05c94021ebaf..a0fb2730e67e0f0b6f35759b470c021098a81d73 100644 (file)
@@ -1,9 +1,40 @@
+R0.13b (April 07, 2018)\r
+  Added support for UTF-32 encoding on the API. (FF_LFN_UNICODE = 3)\r
+  Added support for Unix style volume ID. (FF_STR_VOLUME_ID = 2)\r
+  Fixed accesing any object on the exFAT root directory beyond the cluster boundary can fail. (appeared at R0.12c)\r
+  Fixed f_setlabel() does not reject some invalid characters. (appeared at R0.09b)\r
+\r
+R0.13a (October 14, 2017)\r
+  Added support for UTF-8 encoding on the API. (FF_LFN_UNICODE = 2)\r
+  Added options for file name output buffer. (FF_LFN_BUF, FF_SFN_BUF).\r
+  Added dynamic memory allocation option for working buffer of f_mkfs() and f_fdisk().\r
+  Fixed f_fdisk() and f_mkfs() create the partition table with wrong CHS parameters. (appeared at R0.09)\r
+  Fixed f_unlink() can cause lost clusters at fragmented file on the exFAT volume. (appeared at R0.12c)\r
+  Fixed f_setlabel() rejects some valid characters for exFAT volume. (appeared at R0.12)\r
+\r
+R0.13 (May 21, 2017)\r
+  Changed heading character of configuration keywords "_" to "FF_".\r
+  Removed ASCII-only configuration, FF_CODE_PAGE = 1. Use FF_CODE_PAGE = 437 instead.\r
+  Added f_setcp(), run-time code page configuration. (FF_CODE_PAGE = 0)\r
+  Improved cluster allocation time on stretch a deep buried cluster chain.\r
+  Improved processing time of f_mkdir() with large cluster size by using FF_USE_LFN = 3.\r
+  Improved NoFatChain flag of the fragmented file to be set after it is truncated and got contiguous.\r
+  Fixed archive attribute is left not set when a file on the exFAT volume is renamed. (appeared at R0.12)\r
+  Fixed exFAT FAT entry can be collapsed when write or lseek operation to the existing file is done. (appeared at R0.12c)\r
+  Fixed creating a file can fail when a new cluster allocation to the exFAT directory occures. (appeared at R0.12c)\r
+\r
+R0.12c (March 04, 2017)\r
+  Improved write throughput at the fragmented file on the exFAT volume.\r
+  Made memory usage for exFAT be able to be reduced as decreasing _MAX_LFN.\r
+  Fixed successive f_getfree() can return wrong count on the FAT12/16 volume. (appeared at R0.12)\r
+  Fixed configuration option _VOLUMES cannot be set 10. (appeared at R0.10c)\r
+\r
 R0.12b (September 4, 2016)\r
-  Improved f_rename() to be able to rename objects with the same name but case.\r
+  Made f_rename() be able to rename objects with the same name but case.\r
   Fixed an error in the case conversion teble of code page 866. (ff.c)\r
   Fixed writing data is truncated at the file offset 4GiB on the exFAT volume. (appeared at R0.12)\r
   Fixed creating a file in the root directory of exFAT volume can fail. (appeared at R0.12)\r
-  Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. (appeared at R0.12)\r
+  Fixed f_mkfs() creating exFAT volume with too small cluster size can collapse unallocated memory. (appeared at R0.12a)\r
   Fixed wrong object name can be returned when read directory at Unicode cfg. (appeared at R0.12)\r
   Fixed large file allocation/removing on the exFAT volume collapses allocation bitmap. (appeared at R0.12)\r
   Fixed some internal errors in f_expand() and f_lseek(). (appeared at R0.12)\r