--- perl/trunk/Changes 2005/12/27 12:47:00 19 +++ perl-llin/Changes 2008/03/16 13:51:26 121 @@ -39,3 +39,17 @@ 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