/[fuse.before_github]/perl/trunk/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

Annotation of /perl/trunk/Changes

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations)
Tue Dec 27 12:47:00 2005 UTC (18 years, 3 months ago) by dpavlin
File size: 1706 byte(s)
Changes from Mark Glines in preparation for 0.07
- Remove the FUSE_DEBUG constant; we never actually implemented
  it to begin with.
- "make test" now uses the version of Fuse you've just built,
  not the one installed in /usr/lib/perl5.
- getattr test now allows blksize to vary between host and fuse
  fs, as this is not a bug.
- Add experimental support for threading.  The following minor
  API changes accommodate this:
- The nonexistent (yet documented) "unthreaded=>1" attribute
  has been replaced with the "threaded=>1" attribute, and this
  time it actually exists.
- Symbolic refs like "main::e_getattr" are now allowed for
  callbacks, because threaded mode needs to share() the
  callbacks, yet perl 5.8.7 does not allow share()ing code
  refs yet.  Direct code-refs are still supported as much
  as possible (currently, non-threaded mode).
- testsuite uses a multithreaded loopback.pl, when available.
- Update docs accordingly.  Update examples accordingly.

1 mszeredi 4 Revision history for Perl extension Fuse.
2    
3     0.01 Wed Nov 28 21:45:20 2001
4     - original version; created by h2xs 1.21 with options
5     include/fuse.h
6    
7     0.02 Sun Dec 2 18:59:56 2001
8     - works well enough to release, but still needs testing
9    
10     0.03 Wed Dec 5 02:17:52 2001
11     - changed getattr() to smell like perl's stat()
12     - fleshed out the documentation a bit
13 dpavlin 7
14     0.04 Thu Nov 18 13:51:56 CET 2004
15     - new maintainer, Dobrica Pavlinusic <dpavlin@rot13.org>
16     - updated to work with current CVS version of fuse
17    
18 richdawe 14 0.06 Sun Apr 03 16:15:00 BST 2005
19     - Add support for operations supported by FUSE 2.2.1
20     (flush, release, fsync, extended attributes)
21 dpavlin 17 - add mount options
22 dpavlin 19
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.

  ViewVC Help
Powered by ViewVC 1.1.26