File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cc_defaults {
2525 " -Wno-error" ,
2626 " -D_FILE_OFFSET_BITS=64" ,
2727 " -DPACKAGE=\" exfat\" " ,
28- " -DVERSION=\" 1.3 .0\" " ,
28+ " -DVERSION=\" 1.4 .0\" " ,
2929 ],
3030 shared_libs : [" liblog" ],
3131}
Original file line number Diff line number Diff line change 1+ 1.4.0 (2023-03-02)
2+
3+ * Added exfatattrib utility which prints or changes file attributes [Will
4+ Thompson].
5+ * Added FUSE 3 support. FUSE 2 continues to be supported.
6+ * Added support for timezone offsets [Nathan Hunsperger].
7+ * Fixed device opening error being reported as FS error.
8+ * Fixed possible data leakage when uninitialized clusters were allocated using
9+ NtSetInformationFile() call under Windows and FS was not unmounted correctly.
10+ * Improved compatibility with autoconf 2.70.
11+ * Fixed disk size reading on NetBSD [Dave Vasilevsky].
12+ * Fixed "automounted" option handling on FreeBSD [Iouri V. Ivliev].
13+ * Allowed to specify the "nonempty" mount option.
14+ * Fixed file data contiguity handling bug which could cause performance
15+ degradation [noctis].
16+ * Fixed possible crashes on invalid UTF-8 sequences.
17+ * Fixed a situation when FS could be erroneously marked as dirty (not cleanly
18+ unmounted).
19+
1201.3.0 (2018-09-15)
221
322* exfatfsck can now repair some errors.
Original file line number Diff line number Diff line change 2121#
2222
2323AC_INIT ( [ Free exFAT implementation] ,
24- [ 1.3 .0] ,
24+ [ 1.4 .0] ,
25252626 [ exfat] ,
2727 [ https://github.com/relan/exfat] )
You can’t perform that action at this time.
0 commit comments