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:
parent
cbb774c4e1
commit
9a662f5187
@ -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
3
fuse-exfat-1.2.7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:82c3cd328179fd1ab8c5e9f1a10b831c2d67c1cf15a7b9b361fc35d02c63c035
|
||||
size 135447
|
@ -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
|
||||
|
||||
|
@ -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+
|
||||
|
Loading…
Reference in New Issue
Block a user