-
Notifications
You must be signed in to change notification settings - Fork 11
/
NEWS
54 lines (40 loc) · 1.34 KB
/
NEWS
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
What's new in 1.0
-----------------
- do not check events in read (slows it down too much)
- use the random read function if present to avoid using too much memory
- refresh directories on file/folder addition
- Updates live when you do add or remove files on the device/camera.
- Fixed removal protection permissions.
What's new in 0.5
-----------------
- ported to work with new libgphoto2 2.5.0 and later
What's new in 0.4
-----------------
- Statfs support
- FUSE 2.6 API
- Single threaded main loop
- Write support
- mkdir/rmdir
What's new in 0.3
-----------------
- Command line options to select a specific camera, like gphoto2.
What's new in 0.2
-----------------
- Fixed a big memory leak that happened whenever a directory
was listed.
- Report libgphoto2_port errors.
- Set UID and GID to match the user who ran gphotofs.
- This is cosmetic. The allow_root and allow_other fuse options
are what really control access.
What's new in 0.1
-----------------
* First respectable release.
- Notices libgphoto2 errors and tries to map them to errnos.
- Doesn't go into an infinite loop when attempting to stat a
nonexistent file.
What's new in 0.0
------------------
* Initial release
- Can view directory structure and read files off one camera.
(I have no idea how it will act will multiple cameras plugged in.)
- Can delete files.