-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathNEWS
26 lines (20 loc) · 815 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
exfatprogs 1.0.2 - released 2020-04-23
======================================
CHANGES :
* Rename project name to exfatprogs.
* Replace iconv library by standard C functions mbstowcs() and wcrtomb().
NEW FEATURES :
* Add support for Android build system.
* label.exfat: Add support for label.exfat to set/get exfat volume label.
BUG FIXES :
* Fix the build warnings/errors and add warning options.
* Fix several bugs(memory leak, wrong endian conversion, zero out beyond
end of file) and cleanup codes
* Fix issues on big endian system and on 32bit system.
exfatprogs 1.0.1 - released 2020-04-09
======================================
NEW FEATURES :
* mkfs.exfat: quick/full format support
* mkfs.exfat: specify cluster size
* mkfs.exfat: set volume label
* fsck.exfat: consistency check support