Releases: libfuse/python-fuse
Releases · libfuse/python-fuse
v1.0.9
What's Changed
- Update AUTHORS by @jepler in #78
- Demonstrate basic possibility to test with pytest by @jepler in #80
- When getting string size, count UTF8 bytes by @jepler in #79
- CI: add python 3.13 by @sdelafond in #81
- pull PyCapsule_New() into the PYLOCK() section in poll_func() by @brgl in #83
New Contributors
Full Changelog: v1.0.8...v1.0.9
v1.0.8
What's Changed
- Add README.cups.md by @glensc in #56
- Do not unilaterally import distutils in setup.py by @s-t-e-v-e-n-k in #58
- Add support for objects that support buffer protocol for "read" calls by @ericpruitt in #62
- Remove trailing space on files by @glensc in #65
- CI: Add workflow to build Python wheels by @glensc in #66
- Fix setup.py uninitialized variables issue by @glensc in #68
- Build sdist in CI by @glensc in #69
- Add cp310 wheel to CI by @glensc in #72
- CI: Add workaround for broken py 3.5 in GitHub Actions. by @glensc in #73
New Contributors
- @s-t-e-v-e-n-k made their first contribution in #58
- @ericpruitt made their first contribution in #62
Full Changelog: v1.0.7...v1.0.8
v1.0.7
v1.0.6
v1.0.5
Fix issue with python 3.10 (thanks to Colin Watson cjwatson@debian.org for the patch).
v1.0.4
v1.0.3
v1.0.2
v1.0.1
v1.0.0
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)