summaryrefslogtreecommitdiff
path: root/fatfs/doc/updates.txt
diff options
context:
space:
mode:
authorLeo C2014-11-17 15:12:44 +0100
committerLeo C2014-11-17 15:12:44 +0100
commit05437fb4cdb907816a4fc3ffafa2617fcf33266a (patch)
treeb9c5c27aec894465a7741bab84a402d98839a813 /fatfs/doc/updates.txt
parent3531528ecedde37d5ebc67a330d192565290175a (diff)
parent7b78a5a287827db9e9b16286f3604aef69b37c5c (diff)
downloadz180-stamp-05437fb4cdb907816a4fc3ffafa2617fcf33266a.zip
Merge tag 'fatfs-0.10c'
Import fatfs R0.10c
Diffstat (limited to 'fatfs/doc/updates.txt')
-rw-r--r--fatfs/doc/updates.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/fatfs/doc/updates.txt b/fatfs/doc/updates.txt
index f3054ed..20f64f4 100644
--- a/fatfs/doc/updates.txt
+++ b/fatfs/doc/updates.txt
@@ -1,3 +1,9 @@
+R0.10c, Nov 09, 2014
+ Added a configuration option for the platforms without RTC. (_FS_NORTC)
+ Fixed volume label created by Mac OS X cannot be retrieved with f_getlabel().
+ Fixed a potential problem of FAT access that can appear on disk error.
+ Fixed null pointer dereference on attempting to delete the root direcotry.
+
R0.10b, May 19, 2014
Fixed a hard error in the disk I/O layer can collapse the directory entry.
Fixed LFN entry is not deleted on delete/rename an object with its lossy converted SFN.