/[fuse.before_github]/perl-llin/Changes
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /perl-llin/Changes

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 17 by dpavlin, Wed Jun 22 16:20:33 2005 UTC revision 19 by dpavlin, Tue Dec 27 12:47:00 2005 UTC
# Line 19  Revision history for Perl extension Fuse Line 19  Revision history for Perl extension Fuse
19      - Add support for operations supported by FUSE 2.2.1      - Add support for operations supported by FUSE 2.2.1
20        (flush, release, fsync, extended attributes)        (flush, release, fsync, extended attributes)
21      - add mount options      - add mount options
22    
23    0.07 Sun Dec 25 10:37:00 PST 2005
24        - Remove the FUSE_DEBUG constant; we never actually implemented
25          it to begin with.
26        - "make test" now uses the version of Fuse you've just built,
27          not the one installed in /usr/lib/perl5.
28        - getattr test now allows blksize to vary between host and fuse
29          fs, as this is not a bug.
30        - Add experimental support for threading.  The following minor
31          API changes accommodate this:
32        - The nonexistent (yet documented) "unthreaded=>1" attribute
33          has been replaced with the "threaded=>1" attribute, and this
34          time it actually exists.
35        - Symbolic refs like "main::e_getattr" are now allowed for
36          callbacks, because threaded mode needs to share() the
37          callbacks, yet perl 5.8.7 does not allow share()ing code
38          refs yet.  Direct code-refs are still supported as much
39          as possible (currently, non-threaded mode).
40        - testsuite uses a multithreaded loopback.pl, when available.
41        - Update docs accordingly.  Update examples accordingly.

Legend:
Removed from v.17  
changed lines
  Added in v.19

  ViewVC Help
Powered by ViewVC 1.1.26