14
0
forked from pool/python-fuse

- update to 1.0.4:

* Improve path handling for Python >= 3.6
  * fix race in xmp.py
  * fix surrogateescape handling in fsyncdir/readdir/write
  * unbreak xmp.py for python2
  * fix object leak in open_func()
  * fix temporary objects leak

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fuse?expand=0&rev=13
This commit is contained in:
2022-01-23 16:22:04 +00:00
committed by Git OBS Bridge
parent 4a059fbd48
commit 18c1298a78
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 23 16:21:16 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 1.0.4:
* Improve path handling for Python >= 3.6
* fix race in xmp.py
* fix surrogateescape handling in fsyncdir/readdir/write
* unbreak xmp.py for python2
* fix object leak in open_func()
* fix temporary objects leak
-------------------------------------------------------------------
Sat Dec 5 08:38:10 UTC 2020 - andy great <andythe_great@pm.me>