14
0

- Update to 2.0.0:

* Changed open handler to return the new FileInfo struct to allow
    for modification of certain kernel file attributes, e.g. direct_io.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyfuse3?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2019-10-10 08:30:39 +00:00
committed by Git OBS Bridge
parent 852874776e
commit 353f19df28
4 changed files with 12 additions and 5 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 10 08:27:37 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.0.0:
* Changed open handler to return the new FileInfo struct to allow
for modification of certain kernel file attributes, e.g. direct_io.
-------------------------------------------------------------------
Tue Jul 23 08:46:49 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>