X-Git-Url: http://git.sven.stormbind.net/?a=blobdiff_plain;f=NEWS;h=055343af05a1d8d4a027fa41b2af9c82753ebace;hb=fa2bd7b968e130b5833bb0bebffda6c14c34de31;hp=f845397154c665cae2eb31cb82a433ae2955517c;hpb=03290761e3849db9b13d2d3b176b36ab31c395bb;p=sven%2Fexfatprogs.git diff --git a/NEWS b/NEWS index f845397..055343a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,27 @@ +exfatprogs 1.2.2 - released 2023-10-26 +====================================== + +CHANGES : + * exfat2img: Allow dumps for read-only devices. + * fsck.exfat: Revert Repairing zero size directory. + +NEW FEATURES : + * fsck.exfat: Repair duplicated filename. + * mkfs.exfat: Add the option "q" to print only error messages. + * mkfs.exfat: Add the option "U" to set volume GUID. + * tune.exfat: Add the option "U" / "-u" to set or print volume GUID. + +BUG FIXES: + * fsck.exfat: Fix some out-of-bounds memory accesses. + * fsck.exfat: Change not to delete volume GUID directory entry. + +exfatprogs 1.2.1 - released 2023-05-17 +====================================== + +CHANGES : + * fsck.exfat: Repair zero size directory. + * fsck.exfat: Four small clean-ups. + exfatprogs 1.2.0 - released 2022-10-28 ======================================