Navigation Menu

Skip to content

Releases: libfuse/python-fuse

v1.0.7

04 Dec 08:52
Compare
Choose a tag to compare

What's Changed

  • Suppress SyntaxWarnings in python3.12
  • Doc: Minor spelling fixes by @glensc in #53

v1.0.6

12 Nov 14:07
Compare
Choose a tag to compare

Python 3.12 compatibility.

v1.0.5

25 Apr 06:31
Compare
Choose a tag to compare

Fix issue with python 3.10 (thanks to Colin Watson cjwatson@debian.org for the patch).

v1.0.4

02 May 06:54
Compare
Choose a tag to compare
  • fix object leak in open_func()
  • fix temporary objects leak

v1.0.3

19 Feb 07:27
Compare
Choose a tag to compare
  • unbreak xmp.py for python2

v1.0.2

18 Feb 07:22
Compare
Choose a tag to compare
  • fix race in xmp.py (Carl Drougge)
  • fix surrogateescape handling in fsyncdir/readdir/write (Carl Drougge)

v1.0.1

18 Jan 09:37
Compare
Choose a tag to compare

Improve path handling for Python >= 3.6 (thanks to seahawk1986 for the patch)

v1.0.0

19 Jul 04:32
Compare
Choose a tag to compare

IOCTL definitions to fix compilation on FreeBSD (patch from Mikhail Zakharov zmey20000@yahoo.com)

Add poll support (patch from David Lechner david@lechnology.com)

Use bytes objects for read and write data: please note that while this has no effect on Python 2,it is a breaking change in Python 3; it's worth it however since it fixes a serious usability bug that arbitrarily limited file content to valid UTF-8 data (patch from David Lechner david@lechnology.com)

v0.3.1

18 Apr 10:05
v0.3.1
Compare
Choose a tag to compare

IOCTL support added by Cédric Carrée

0.3.0

06 Apr 08:13
v0.3.0
Compare
Choose a tag to compare

Add Python 3 compatibility.