summaryrefslogtreecommitdiff
path: root/filesystems/py-fuse-bindings/patches/patch-fuseparts___fusemodule.c
AgeCommit message (Collapse)AuthorFilesLines
2022-01-22Conditionalise workarounds for old NetBSD librefusepho1-15/+19
2021-11-30Update to fuse-python-1.0.4; now it supports Python 3pho1-32/+157
* v1.0.3 unbreak xmp.py for python2 * v1.0.2 fix race in xmp.py (Carl Drougge) fix surrogateescape handling in fsyncdir/readdir/write (Carl Drougge) * v1.0.1 Improve path handling for Python >= 3.6 (thanks to seahawk1986 for the patch) * 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) * v0.3.1 IOCTL support added by Cédric Carrée * 0.3.0 Add Python 3 compatibility.
2011-12-16Update to 0.2.1. Note in DESCR that this is what GNU/Linux callsgdt1-0/+52
"fuse-python". Upstream does not provide NEWS. Perusal of Changelog leads to the conclusion that there are many bugfixes and minor enhancements, but no major changes. (Tested with "bup fuse" and ../fuse-wikipediafs on NetBSD 5.1_STABLE.)