File: NEWS

package info (click to toggle)
afuse 0.5.0-0.2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 340 kB
  • sloc: ansic: 2,368; makefile: 15; sh: 9
file content (40 lines) | stat: -rw-r--r-- 1,126 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Version 0.5.0
-------------

* Adds the -o mount_dir=DIR option, which allows users to specify a directory
  under which all temporary mounts are made.

Version 0.4.1
-------------
* Fix bug where afuse crashes on release

Version 0.4
-----------
* Mac OS X 10.6+ and FreeBSD are supported.
* Added ability to filter paths from auto-mounting via a file of patterns.
* The path 'autorun.inf' is hard-coded as a filter to fix a problem in
  Ubuntu/GNOME 3 desktop environments where a lookup occurs as soon as any afuse
  mount is made.
* Ability to populate root directory using output from an external process.
* Added 'exact_getattr' option.

Version 0.2
-----------
* New features:
  + Timeout-based unmounting.
  + Forced immediate unmounting by removing root directory of
    auto mounts.
* Fixes/optimisations:
  + Minor performance tweaks.
  + Better handling of filesystems which are unexpectedly
    unmounted.

Version 0.1.1
-------------
* Backward compatibility with FUSE 2.3 (to 2.5).
* Internal bug fixes.
* Moved to SVN due to SourceForge CVS being perpetually broken.

Version 0.1
-----------
* Initial release