diff --git a/fuse-exfat-1.3.0.tar.gz b/fuse-exfat-1.3.0.tar.gz deleted file mode 100644 index 6a8ba2f..0000000 --- a/fuse-exfat-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:07652136064da5e4d32df5555f88c138ffa4835a23b88a5bae2015f21006e0d3 -size 161278 diff --git a/fuse-exfat-1.4.0.tar.gz b/fuse-exfat-1.4.0.tar.gz new file mode 100644 index 0000000..2586d59 --- /dev/null +++ b/fuse-exfat-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e +size 167536 diff --git a/fuse-exfat.changes b/fuse-exfat.changes index e4f21d4..7128f11 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Mar 17 17:17:27 UTC 2023 - Dirk Müller + +- 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). + ------------------------------------------------------------------- Mon Aug 15 19:58:39 UTC 2022 - Dirk Müller diff --git a/fuse-exfat.spec b/fuse-exfat.spec index df47e78..22ed18e 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -1,7 +1,7 @@ # # spec file for package fuse-exfat # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013 Sidlovsky, Yaroslav # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: fuse-exfat -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: exFAT file system implementation License: GPL-2.0-or-later