cpan target to push latest verison out
[perl-fuse.git] / Changes
diff --git a/Changes b/Changes
index c1115f6..69ad5c9 100644 (file)
--- 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