- update to 2.9.9:

* Added OpenAFS to whitelist (so users can now mount FUSE filesystems on mountpoints within OpenAFS filesystems).
  * Added a test of seekdir to test_syscalls.
  * Fixed readdir bug when non-zero offsets are given to filler and the
  filesystem client, after reading a whole directory, re-reads it from a
  non-zero offset e. g. by calling seekdir followed by readdir.

OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse?expand=0&rev=75
This commit is contained in:
2020-08-16 15:17:09 +00:00
committed by Git OBS Bridge
parent 558613951f
commit 54c31e3f32
6 changed files with 34 additions and 24 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Aug 16 15:15:40 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- update to 2.9.9:
* Added OpenAFS to whitelist (so users can now mount FUSE filesystems on mountpoints within OpenAFS filesystems).
* Added a test of seekdir to test_syscalls.
* Fixed readdir bug when non-zero offsets are given to filler and the
filesystem client, after reading a whole directory, re-reads it from a
non-zero offset e. g. by calling seekdir followed by readdir.
-------------------------------------------------------------------
Wed Apr 24 08:59:55 UTC 2019 - Martin Liška <mliska@suse.cz>