summaryrefslogtreecommitdiff
path: root/NEWS
blob: c1282f9f92962e6e28feccdf39ef2cb0d2f506d3 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Major changes in 0.2.2:
* Respect the giomoduledir provided in gio package config file
* Better mount icon and name for archive backend
* Fix crashes with cancelled stream ops
* Fix race that caused a mount to hang for a client
* Implement async query_filesystem_info
* Fix minor leaks
* trash: Correct display names for directories
* sftp: Kerberos support
* smb: Port to new samba 3.2.0 API (backwards compat)
* sftp: Handle overwrites correctly (was silent overwrite)

Major changes in 0.2.1:
* Added archive backend
* Implement most of the async functions in GDaemonFile
* Correctly handle usernames in uris for ftp://
* Ftp fixes
* Webdav fixes
* Add gvfs-rename command line utility
* Fix cancellation
* OpenBSD fixes
* smb: hide dot files
* Enviroment variable to disable fuse backend at runtime

Major changes in 0.2.0:
* Fix crashes
* Build and portability fixes
* Better mime icons for remote shares
* Don't show mounts and volumes outside /media
* Don't automount gphoto mounts
* Translate cd disc names
* ftp: Updates
* obex: Give better error message on broken phones
* sftp: Allow setting permissions
* dav: Correct mount name, file icons and file types

Major changes in 0.1.11:
* Correctly free mounts
* Disable debug log

Major changes in 0.1.10:
* Fix volume monitor change reporting
* Fix timeout during automount

Major changes in 0.1.9:
* Added ftp backend
* Added obexftp backend
* Locking fixed for volume monitors
* Better bash completion
* Better webdav support
* Allow backends to specify uri details in .mount file
* Fix leaks and crashes
* Fix icon for audio cds

Major changes in 0.1.8:
* Update for gio API changes
* Add gphoto2 backend
* Add network: and dns-sd: backend support
* Http and webdav backend updates
* Keyring support
* Fix crashes and deadlocks
* Add trash::item-count attribute to trash:///
* Fix smb reads > 65535 bytes breaking on some servers
* Fix cancellation race in reading
* Fill in thumbnail info for backends
* sftp: Handle host identity changes
* Enable translations everywhere
* Add bash completion support for command line apps
* Fix handling of blank cds and audio cds
* Support port in sftp uris

Major changes in 0.1.7:
* Update for gio API changes
* Add gconf based implementation of
  g_app_info_get_default_for_uri_scheme
* Fix crashes
* Allow navigation with http uris
* Better file read performance with readahead and
  large block reads
* Lots of bugs fixed in trash backend
* Pick up cdrom icons from autorun.inf
* Add "filesystem" file to computer://
* Fix renaming in sftp and smb

Major changes in 0.1.6:
* Add files missing in the released 0.1.5 tarball

Major changes in 0.1.5:
* Update to work with latest glib
* Fix sftp error handling on reading directories
* Use correct file info attribute name style
* Add gvfs-mkdir app
* hal: Don't show drives if all volumes are hidden
* Enable translations

Major changes in 0.1.4:
* Update to work with latest glib
* Fix compiler warnings

Major changes in 0.1.3:
* Various fixes to hal volume monitor
* Make gvfsd reload config on SIGUSR1
* Updates to http/dav backends
* Port http backend to libsoup 2.4.
* Initial burn:/// backend
* Add ssh: alias for sftp:
* Fix fuse mount
* Automount fuse on startup of daemon
* Various bugfixes

Major changes in 0.1.2:
* Switch to intltool fro translation setup
* Update to latest gio APIS
* Add mount list option to gvfs-mount
* Specify fallback icons in hal backend
* Implement more of computer: backend
* Initial http backend
* Fix get_relative_path bug on root paths

Major changes in 0.1.1:
* Use gio from glib (glib 2.15.1 required)
* Fix translation issues
* Fix various sftp backend issues
* Move .mount files to /usr/share/gvfs/mounts
* Add initial computer:/// backend

Major changes in 0.1.0:
* Use gio from glib (glib 2.15.0 required)
* Update to API changes in gio
* add cdda backend
* add hal volume monitor

Major changes in 0.0.2:
* Updated to work win gio-standalone 0.1.2
* Build fixes on various platforms
* Don't link client lib to libgvfscommon.so
* Change how the uri mapper works
* Integrate standard uri mappers (i.e. smb) into client libs
  (You might need to remove $prefix/lib/gvfs/modules/libsmb.so
   from an older version if you install this)
* Cleanly handle when gvfs daemons die, without
  crashing the app
* Implement unmounting
* Rename master daemon to "gvfsd" and mount daemons to
  names like "gvfsd-sftp".