ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / NEWS
1 gnome-vfs 2.3.8
2
3         * Bugs fixed:
4                 + CDE menu fixes
5                 + IPV6 build fixes for non-linux
6                 + removed usage of ngettext (for now)
7                 + fix fam crash
8         * Featurelets:
9                 + add dav schema for webdav usage
10                 + Make gnome_vfs_make_uri_from_input be smarter about
11                   when to make http: uris
12
13 gnome-vfs 2.3.7
14
15         * Bugs fixed:
16                 + Test fixes
17                 + translation fixes
18         * Featurelets:
19                 + ignore_hosts gconf key for proxies
20
21 gnome-vfs 2.3.6
22
23         * Bugs fixed:
24                 + Fixes in CDE menu handling
25                 + Shrink default gnome-vfs stack size
26                 + Small API doc updates
27                 + Properly read .mime and .keys file not ending with \n
28                 + Compilation fixes when using gcc 3.3
29                 + Compilation fixes for Solaris
30                 + Leak fixes in URI and mime-type handling
31                 + When an unknown app is added to a mime-type short list, 
32                   also add it to this mime-type global list
33
34         * Featurelets:
35                 + Added an Accessibility submenu in the Applications menu
36                 + Improve parsing of URIs (wrongly) containing UTF-8 chars
37                 + Translation updates
38
39 gnome-vfs 2.3.5:
40         * Features:
41                 + added a startup notification application registry key
42         * Bugs fixed:
43                 + Fix memory handling in mime handlers.
44                 + Make job_private static in gnome-vfs-job.c
45                 + Fixed CDE menu crash
46
47 gnome-vfs 2.3.4:
48         * Bugs fixed:
49                + Get Names of vfolder directories right
50         
51 gnome-vfs 2.3.3:
52         * Bugs fixed:
53                + Fix potential crashes for uris with %2F in them
54                + solaris libnsl/libsocket build fixes
55                + Fix fam threadsafe issue
56                + Handle fam connection going away better
57                + Fixed doc building
58
59 gnome-vfs 2.3.2
60         * Features:
61                + ipv6 uris supported
62                + add some command line applications for gnome-vfs
63
64         * Bugs fixed:
65                + mp3 mimetype is audio/mpeg, not audio/x-mp3
66                + build issues fixed
67                + fix ncpfs filesystem
68         
69 gnome-vfs 2.3.1
70         * Features:
71                + New API gnome_vfs_url_show() and related calls
72                + New function gnome_vfs_make_uri_from_input_with_dirs
73                + Cygwin port
74                + IPV6 support
75                
76         * Bugs fixed:
77                + Some mime fixes
78                + Correctly handle symlinks to symlinks
79                + hpux fixes
80                + CDE menu translation fixes
81                + Webdav PROPFIND details
82                + Fixed locale aliases handling
83                + call bindtextlocale to get translation working
84                + Fixes to mtab handling
85
86 gnome-vfs 2.2.4
87
88         * Bugs fixed:
89                + Remove spew in destroy_notify (Dave Camp)
90                + Throttle FAM change even rate to avoid applications
91                  using 100% cpu when a file is written
92                + Don't silently fail whole operation when symlink copy
93                  fails
94                + Fix for crash when canceling in bug-buddy
95                + Fix bug in sample program (Murray Cumming)
96                + Fix gnome_vfs_get_volume_free_space to work on NFS mounts
97                + Fix start directory on some ftp servers (Christophe Fergeau)
98                + Look for user-installed modules in ~/.gnome2/vfs/modules
99                  instead of ~/.gnome/vfs/modules
100         * Featurelets
101                + Some translation updates.
102
103 gnome-vfs 2.2.3
104
105         * Bugs fixed:
106                + Fix Strange smb: crash with module callbacks
107                + Fix for systems without readdir_r
108                + Fix race in monitor code
109                + Handle ogg files with id3 data in mp3 sniffer
110                + Use cached data data for get_info_from_handle in the
111                  http method
112                + Various ssh-method fixes (Bastien Nocera)
113                + Fix memleak (Frederic Crozat)
114         * Featurelets
115                + Try pkg-config to detect openssl if installed
116                + add --enable-gnutls switch to allow you to enable the
117                  new gnutls code
118                  
119         
120 gnome-vfs 2.2.2
121
122         * Bugs fixed:
123                + fixed memleak in monitors
124                + fixed some ssh method problems
125                + fixed some vfs moniker bugs
126
127 gnome-vfs 2.2.1
128
129         * Bugs fixed:
130                + Fixed deadlock wrt fam while adding many monitors
131                + fixed memleak
132
133 gnome-vfs 2.2.0
134
135         * Bugs fixed:
136                + races and bugs in the GIOChannel support (Josh Parsons)
137         * Featurelets
138                + Added (disabled for now) gnutls ssl lib (Andrew McDonald)
139                  This will be enabled later when its been tested more.
140
141 gnome-vfs 2.1.91
142
143         * Bugs fixed:
144                + gzip header creation time
145                + gnome_vfs_uri_extract_dirname crash
146                + gnome_vfs_socket_buffer_peekc corrected
147
148 gnome-vfs 2.1.6
149
150         * Bugs fixed:
151                + fixed -lpthreads build failure (Owen Taylor)
152                + Handle directory moves overwriting themselves (Alex Larsson)
153                + Correct libdir handling (Frederic Crozat)
154         * Featurelets
155                + Deprecated gnome_vfs_mime_shutdown, gnome_vfs_loadinit,
156                  gnome_vfs_preinit and gnome_vfs_postinit. (Alex Larsson)
157                + Lots of docs updates (Diego Gonzalez)
158                + _ prefix internal functions. (Tim Janik)
159
160 gnome-vfs 2.1.5
161
162         * Featurelets
163                 + Added GNOME_VFS_ERROR_NO_MASTER_BROWSER to GnomeVFSResult
164
165 gnome-vfs 2.1.4
166
167         * Featurelets
168                 + gnome_vfs_open_fd() replaced console: method (Giovanni Corriga)
169         * Bugs fixed:
170                 + Avoid polling when user mime dir doesn't exist (Frederic Crozat)
171                 + Fix memleak in mime data directory handling (Frederic Crozat)
172
173 gnome-vfs 2.1.2,3
174
175         * Featurelets
176                 + vfolder re-write (Alex Graveley)
177                 + add access check API (Christophe Fergeau)
178                 + funky network: scheme (Bastien Nocera)
179                 + symlink following cp -R (Colin Walters)
180                 + async performance improvements (Brian Cameron)
181                 + favorites updates (Seth Nickell)
182                 + eel vfs utils merged (James Willcox)
183                 + 'uses_gnomevfs' in .application (Christophe Fergeau)
184                 + update docs (Ian McKellar)
185         * Bugs fixed
186                 + URI canonicalization (Frederic Crozat)
187                 + config source fix (Ian McKellar)
188                 + vfolder misc, lots. (Alex, Damon Chaplin)
189                 + turn off vfolder debug (Mark McLouglin)
190                 + CDE integration fixes (Stephen Browne,
191                   Arvind Samptur, HideToshi Tajima)
192                 + remove hard-coding (Seth)
193                 + ssh quoting fixes (Christophe)
194                 + several ERROR_EOF fixes (Christophe)
195                 + buffer overflow fix (Christophe)
196                 + http fd leak (Ghee Teo)
197                 + OP_XFER leak fix (Jody Goldberg)
198                 + fix trash locking, and IO (Michael Meeks)
199                 + g_memory management fix (Dave Camp)
200                 + newer findutils fixes (Federico Mena)
201                 + build fixes (Michael, Yanko Kaneti, Jacob Berkman)
202
203 gnome-vfs 2.0.2
204
205         * Bugs fixed
206                 + gcc 3.1 build (Frederic Crozat)
207                 + don't leak async pipes (Frederic)
208                 + kill 5 second bug (Jody Goldberg, Michael Meeks)
209                 + major locking re-hash (Jacob Berkman, Michael)
210                 + cancellation efficiency (Michael)
211                 + init threads earlier (Michael)
212                 + URI canonicalization (Frederic)
213                 + more trash security (Rohit R, Laavanya KR)
214                 + 40% MIME parsing speedup (Michael)
215                 + O_TRUNC fixage, UMR fix (Alex Larsson)
216                 + CDE desktop method updates (Stephen Browne)
217                 + async job map locking fixes (Damon Chaplin)
218                 + MIME file monitoring tracking (Jody)
219                 + configure cleans (Michael)
220                 + async job / dirinfo on cancel leaks (Michael)
221
222         * Featurelets
223                 + more / fixed auto-regression tests (Michael)
224                 + doc update (Dave Camp)
225
226 gnome-vfs 2.0.1
227
228         * Bugs fixed
229                 + monitor failure mode fix (Damon Chaplin)
230                 + i18n fix (Alex Graveley)
231                 + module link fixage (James Henstridge)
232                 + ~/.gnome init fixes (Alex)
233                 + Trash security fix (Damon)
234
235         * Featurelets
236                 + ABI padding (Seth)
237
238 gnome-vfs 2.0.0
239 ---------------
240
241 What's New:
242
243  * NNTP method for browsing network news
244  * "vfolder" method for handling the panel's virtual menu structure
245  * TAR method can read into tarballs
246  * Control Center now based on preferences module
247  * Support for file monitoring through FAM
248  * Support for Portuguese and Malay locales
249  * FreeBSD support
250
251 What's Changed:
252
253  * Ported to the GNOME 2 platform
254  * API cleanups and consistency fixes
255  * Split header files between module APIs and public APIs
256  * Better API coverage in documentation
257  * 64-bit clean
258  * Better Solaris support
259  * Don't leak memory!
260  * Trash doesn't cause performance problems on NFS
261  * Performance and memory improvements to the file & ftp modules
262  * Dramatic performance improvements to the ssh module
263  * Removed GDK dependency
264  * Split MIME data into a seperate module (gnome-mime-data)
265  * Various bug fixes to the MIME database including loading much faster
266  * Authentication prompts less, caches better
267  * XFer more accurately reports progress throughout operations