Skip to content

Commit 0372fde

Browse files
committed
Bump version to 1.4.0 and update changelog.
1 parent cf2d9bd commit 0372fde

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Android.bp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

ChangeLog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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+
120
1.3.0 (2018-09-15)
221

322
* exfatfsck can now repair some errors.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#
2222

2323
AC_INIT([Free exFAT implementation],
24-
[1.3.0],
24+
[1.4.0],
2525
2626
[exfat],
2727
[https://github.com/relan/exfat])

0 commit comments

Comments
 (0)