X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=Changes;h=69ad5c9e35340184beed7b5bf7f1814d61e952cf;hb=b02f8c81d003341fbf6c839b572ef9ec3c46cb94;hp=c1115f6508effd90d192ae4b58742d0825b6635b;hpb=9861a89831605d25668432a6bb1bff6adad08de1;p=perl-fuse.git diff --git a/Changes b/Changes index c1115f6..69ad5c9 100644 --- a/Changes +++ b/Changes @@ -39,3 +39,17 @@ Revision history for Perl extension Fuse. as possible (currently, non-threaded mode). - testsuite uses a multithreaded loopback.pl, when available. - Update docs accordingly. Update examples accordingly. + - Works on FreeBSD with fuse4bsd http://fuse4bsd.creo.hu/ + +0.08 Wed Nov 29 14:24:39 CET 2006 + - fix race condition in test/s/mount.t + - allow Fuse to be run from a non-master thread + - CPANPLUS doesn't report errors anymore if fuse isn't installed + - fix to test helper + +0.09 + - support dh-make-perl with fakeroot + - added fuse_get_context + - works with MacFUSE http://code.google.com/p/macfuse/ + - added example filter_attr_fs.pl + - fix 2Gb file bug, RT #32639, RT #33903