]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - fatfs/source/00history.txt
Merge branch 'chan-fatfs' into fatfs-integration
[z180-stamp.git] / fatfs / source / 00history.txt
similarity index 75%
rename from fatfs/src/00history.txt
rename to fatfs/source/00history.txt
index 49aac282b2312104a756c14c98b62d895884f382..2cf6fbf68eb64c05a0d819fe6b0fafc8f0272780 100644 (file)
@@ -212,7 +212,7 @@ R0.10a (January 15, 2014)
 R0.10b (May 19, 2014)\r
 \r
   Fixed a hard error in the disk I/O layer can collapse the directory entry.\r
-  Fixed LFN entry is not deleted on delete/rename an object with lossy converted SFN. (appeared at R0.07)\r
+  Fixed LFN entry is not deleted when delete/rename an object with lossy converted SFN. (appeared at R0.07)\r
 \r
 \r
 \r
@@ -268,7 +268,7 @@ R0.12a (July 10, 2016)
 \r
 R0.12b (September 04, 2016)\r
 \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
@@ -277,3 +277,48 @@ R0.12b (September 04, 2016)
   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
 \r
+\r
+\r
+R0.12c (March 04, 2017)\r
+\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
+\r
+\r
+R0.13 (May 21, 2017)\r
+\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
+\r
+\r
+R0.13a (October 14, 2017)\r
+\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
+\r
+\r
+R0.13b (April 07, 2018)\r
+\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
+\r
+\r