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
This commit is contained in:
parent
60dea33346
commit
80efcd339e
3
fuse-exfat-1.4.0.tar.gz
Normal file
3
fuse-exfat-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a1cfedc55e0e7a12c184605aa0f0bf44b24a3fb272449b20b2c8bbe6edb3001e
|
||||
size 167536
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 17 17:17:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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 <zawertun@gmail.com>
|
||||
#
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user