updates.txt 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. R0.06, Apr 01, 2008
  2. Added f_forward. (Tiny-FatFs)
  3. Added string functions: fgets, fputc, fputs and fprintf.
  4. Improved performance of f_lseek on moving to the same or following cluster.
  5. R0.05a, Feb 03, 2008
  6. Added f_truncate.
  7. Added f_utime.
  8. Fixed off by one error at FAT sub-type determination.
  9. Fixed btr in f_read can be mistruncated.
  10. Fixed cached sector is left not flushed when create and close without write.
  11. R0.05, Aug 26, 2007
  12. Changed arguments of f_read, f_write.
  13. Changed arguments of f_mkfs. (FatFs)
  14. Fixed f_mkfs on FAT32 creates incorrect FSInfo. (FatFs)
  15. Fixed f_mkdir on FAT32 creates incorrect directory. (FatFs)
  16. R0.04b, May 05, 2007
  17. Added _USE_NTFLAG option.
  18. Added FSInfo support.
  19. Fixed some problems corresponds to FAT32. (Tiny-FatFs)
  20. Fixed DBCS name can result FR_INVALID_NAME.
  21. Fixed short seek (<= csize) collapses the file object.
  22. R0.04a, Apr 01, 2007
  23. Supported multiple partitions on a plysical drive. (FatFs)
  24. Added minimization level 3.
  25. Added a capability of extending file size to f_lseek.
  26. Fixed an endian sensitive code in f_mkfs. (FatFs)
  27. Fixed a problem corresponds to FAT32 support. (Tiny-FatFs)
  28. R0.04, Feb 04, 2007
  29. Supported multiple drive system. (FatFs)
  30. Changed some APIs for multiple drive system.
  31. Added f_mkfs. (FatFs)
  32. Added _USE_FAT32 option. (Tiny-FatFs)
  33. R0.03a, Dec 11, 2006
  34. Improved cluster scan algolithm to write files fast.
  35. Fixed f_mkdir creates incorrect directory on FAT32.
  36. R0.02a, Jun 10, 2006
  37. Added a configuration option _FS_MINIMUM.
  38. R0.02, Jun 01, 2006
  39. Added FAT12.
  40. Removed unbuffered mode.
  41. Fixed a problem on small (<32M) patition.
  42. R0.03, Sep 22, 2006
  43. Added f_rename.
  44. Changed option _FS_MINIMUM to _FS_MINIMIZE.
  45. R0.01, Apr 29, 2006
  46. First release
  47. R0.00, Feb 26, 2006
  48. Prototype (not released)