diff --git a/fuse-exfat-1.2.4.tar.gz b/fuse-exfat-1.2.4.tar.gz deleted file mode 100644 index 906b813..0000000 --- a/fuse-exfat-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9312d23a5d82543ad2e9ab7f0a0b471aea53eeb8eae664451c881b46d849756e -size 136048 diff --git a/fuse-exfat-1.2.7.tar.gz b/fuse-exfat-1.2.7.tar.gz new file mode 100644 index 0000000..c13f8e7 --- /dev/null +++ b/fuse-exfat-1.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82c3cd328179fd1ab8c5e9f1a10b831c2d67c1cf15a7b9b361fc35d02c63c035 +size 135447 diff --git a/fuse-exfat.changes b/fuse-exfat.changes index 75c64b9..a35446f 100644 --- a/fuse-exfat.changes +++ b/fuse-exfat.changes @@ -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. diff --git a/fuse-exfat.spec b/fuse-exfat.spec index 0768ae5..5e1ef26 100644 --- a/fuse-exfat.spec +++ b/fuse-exfat.spec @@ -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 # # 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+