- update to 1.4.0:
* Added exfatattrib utility which prints or changes file
attributes
* Added FUSE 3 support. FUSE 2 continues to be supported.
* Added support for timezone offsets
* Fixed device opening error being reported as FS error.
* Fixed possible data leakage when uninitialized clusters were
allocated using NtSetInformationFile() call under Windows
and FS was not unmounted correctly.
* Improved compatibility with autoconf 2.70.
* Allowed to specify the "nonempty" mount option.
* Fixed file data contiguity handling bug which could cause
performance degradation
* Fixed possible crashes on invalid UTF-8 sequences.
* Fixed a situation when FS could be erroneously marked as
dirty (not cleanly unmounted).
OBS-URL: https://build.opensuse.org/request/show/1072707
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=16
* Fixed handling of two last clusters: operations with files that occupy these clusters could fail.
* Fixed crash when started with stdin, stdout or stderr closed.
[1.2.6]
* Operations with directories (except initial listing) now make less read/write system calls.
* Fixed handling of files with optional tail entries (0xe0-0xff): videoclip files created by Sony cameras were missing.
* Write operations now correctly return ENOSPC (instead of EIO) when there is no free disk space left.
* Fixed max file name length: it's 255 16-bit code units (not 256).
[1.2.5]
* Added an option for dumpexfat to show file fragments [Daniel Drake].
* Fixed crash when directory starts with an invalid cluster.
* Daylight saving time in now properly reflected in file timestamps.
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=7