From 80efcd339ed5b377e86b16d12006701b4e4c6e8a277c92339c5f06d385fbf05f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 22 Mar 2023 09:53:36 +0000 Subject: [PATCH] Accepting request 1072707 from home:dirkmueller:Factory - 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 --- fuse-exfat-1.4.0.tar.gz | 3 +++ fuse-exfat.changes | 20 ++++++++++++++++++++ fuse-exfat.spec | 4 ++-- 3 files changed, 25 insertions(+), 2 deletions(-) create mode 100644 fuse-exfat-1.4.0.tar.gz 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