SHA256
1
0
forked from pool/fuse-exfat

- Update to 1.2.7.

* Fixed handling of two last clusters: operations with files that occupy these clusters could fail.
  * Fixed crash when started with stdin, stdout or stderr closed.
  [1.2.6]
  * Operations with directories (except initial listing) now make less read/write system calls.
  * Fixed handling of files with optional tail entries (0xe0-0xff): videoclip files created by Sony cameras were missing.
  * Write operations now correctly return ENOSPC (instead of EIO) when there is no free disk space left.
  * Fixed max file name length: it's 255 16-bit code units (not 256).
  [1.2.5]
  * Added an option for dumpexfat to show file fragments [Daniel Drake].
  * Fixed crash when directory starts with an invalid cluster.
  * Daylight saving time in now properly reflected in file timestamps.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse-exfat?expand=0&rev=7
This commit is contained in:
David Sterba 2017-08-29 13:10:46 +00:00 committed by Git OBS Bridge
parent cbb774c4e1
commit 9a662f5187
4 changed files with 23 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9312d23a5d82543ad2e9ab7f0a0b471aea53eeb8eae664451c881b46d849756e
size 136048

3
fuse-exfat-1.2.7.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:82c3cd328179fd1ab8c5e9f1a10b831c2d67c1cf15a7b9b361fc35d02c63c035
size 135447

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sat Aug 19 13:18:17 UTC 2017 - asarai@suse.com
- Update to 1.2.7.
* Fixed handling of two last clusters: operations with files that occupy these clusters could fail.
* Fixed crash when started with stdin, stdout or stderr closed.
[1.2.6]
* Operations with directories (except initial listing) now make less read/write system calls.
* Fixed handling of files with optional tail entries (0xe0-0xff): videoclip files created by Sony cameras were missing.
* Write operations now correctly return ENOSPC (instead of EIO) when there is no free disk space left.
* Fixed max file name length: it's 255 16-bit code units (not 256).
[1.2.5]
* Added an option for dumpexfat to show file fragments [Daniel Drake].
* Fixed crash when directory starts with an invalid cluster.
* Daylight saving time in now properly reflected in file timestamps.
-------------------------------------------------------------------
Sun Jun 5 18:19:07 UTC 2016 - dap.darkness@gmail.com
@ -21,9 +37,9 @@ Sun Jan 17 12:55:18 UTC 2016 - mpluskal@suse.com
Fri Dec 11 12:27:44 UTC 2015 - mpluskal@suse.com
- Update to 1.2.2
* Improved reliability in case of a sudden unplug: FS will be in
* Improved reliability in case of a sudden unplug: FS will be in
a clean state after closing all files and performing sync(1).
* Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd
* Fixed compilation on Debian GNU/kFreeBSD and GNU/Hurd
platforms.
* Updated mount.exfat-fuse man page.

View File

@ -1,7 +1,7 @@
#
# spec file for package fuse-exfat
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# 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.2.4
Version: 1.2.7
Release: 0
Summary: Free exFAT file system implementation
License: GPL-2.0+