]> sjero.net Git - wget/blob - NEWS
[svn] Support FWTK-style proxies.
[wget] / NEWS
1 GNU Wget NEWS -- history of user-visible changes.
2
3 Copyright (C) 1997, 1998, 2000, 2001, 2002 Free Software Foundation, Inc.
4 See the end for copying conditions.
5
6 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
7 \f
8 * Changes in Wget 1.9.
9
10 ** IPv6 is experimentally supported.
11
12 ** The `--timeout' option now affects the connect timeout as well.
13 Previously it only affected reading and writing data.
14
15 ** Download speed shown by the progress bar is based on the data
16 recently read, rather than the average speed of the entire download.
17 The ETA is still based on the average speed, though.
18
19 ** It is now possible to connect to FTP servers through FWTK
20 firewalls.  Set ftp_proxy to an FTP URL, and Wget will automatically
21 log on to the proxy as "username@host".
22 \f
23 * Wget 1.8.1 is a bugfix release with no user-visible changes.
24 \f
25 * Changes in Wget 1.8.
26
27 ** A new progress indicator is now available and used by default.
28 You can choose the progress bar type with `--progress=TYPE'.  Two
29 types are available, "bar" (the new default), and "dot" (the old
30 dotted indicator).  You can permanently revert to the old progress
31 indicator by putting `progress = dot' in your `.wgetrc'.
32
33 ** You can limit the download rate of the retrieval using the
34 `--limit-rate' option.  For example, `wget --limit-rate=15k URL' will
35 tell Wget not to download the body of the URL faster than 15 kilobytes
36 per second.
37
38 ** Recursive retrieval and link conversion have been revamped:
39
40 *** Wget now traverses links breadth-first.  This makes the
41 calculation of depth much more reliable than before.  Also, recursive
42 downloads are faster and consume *significantly* less memory than
43 before.
44
45 *** Links are converted only when the entire retrieval is complete.
46 This is the only safe thing to do, as only then is it known what URLs
47 have been downloaded.
48
49 *** BASE tags are handled correctly when converting links.  Since Wget
50 already resolves <base href="..."> when resolving handling URLs, link
51 conversion now makes the BASE tags point to an empty string.
52
53 *** HTML anchors are now handled correctly.  Links to an anchor in the
54 same document (<a href="#anchorname">), which used to confuse Wget,
55 are now converted correctly.
56
57 *** When in page-requisites (-p) mode, no-parent (-np) is ignored when
58 retrieving for inline images, stylesheets, and other documents needed
59 to display the page.
60
61 *** Page-requisites (-p) mode now works with frames.  In other words,
62 `wget -p URL-THAT-USES-FRAMES' will now download the frame HTML files,
63 and all the files that they need to be displayed properly.
64
65 ** `--base' now works conjunction with `--input-file', providing a
66 base for each URL and thereby allowing the URLs in the file to be
67 relative.
68
69 ** If a host has more than one IP address, Wget uses the other
70 addresses when accessing the first one fails.
71
72 ** Host directories now contain port information if the URL is at a
73 non-standard port.
74
75 ** Wget now supports the robots.txt directives specified in
76 <http://www.robotstxt.org/wc/norobots-rfc.txt>.
77
78 ** URL parser has been fixed, especially the infamous overzealous
79 quoting.  Wget no longer dequotes reserved characters, e.g. `%3F' is
80 no longer translated to `?', nor `%2B' to `+'.  Unsafe characters
81 which are not reserved are still escaped, of course.
82
83 ** No more than 20 successive redirections are allowed.
84 \f
85 * Wget 1.7.1 is a bugfix release with no user-visible changes.
86 \f
87 * Changes in Wget 1.7.
88
89 ** SSL (`https') pages now work if you compile Wget with SSL support;
90 use the `--with-ssl' configure flag.  You need to have OpenSSL
91 installed.
92
93 ** Cookies are now supported.  Wget will accept cookies sent by the
94 server and return them in later requests.  Additionally, it can load
95 and save cookies to disk, in the same format that Netscape uses.
96
97 ** "Keep-alive" (persistent) HTTP connections are now supported.
98 Using keep-alive allows Wget to share one TCP/IP connection for
99 many retrievals, making multiple-file downloads faster and less
100 stressing for the server and the network.
101
102 ** Wget now recognizes FTP directory listings generated by NT and VMS
103 servers.
104
105 ** It is now possible to recurse through FTP sites where logging in
106 puts you in some directory other than '/'.
107
108 ** You may now use `~' to mean home directory in `.wgetrc'.  For
109 example, `load_cookies = ~/.netscape/cookies.txt' works as you would
110 expect.
111
112 ** The HTML parser has been rewritten.  The new one works more
113 reliably, allows finer-grained control over which tags and attributes
114 are detected, and has better support for some features like correctly
115 skipping comments and declarations, decoding entities, etc.  It is
116 also more general.
117
118 ** <meta name="robots"> tags are now respected.
119
120 ** Wget's internal tables now use hash tables instead of linked lists
121 where appropriate.  This results in huge speedups when retrieving
122 large sites (thousands of documents).
123
124 ** Wget now has a man page, automatically generated from the Texinfo
125 documentation.  (The last version that shipped with a man page was
126 1.4.5).  To get this, you need to have pod2man from the Perl
127 distribution installed on your system.
128 \f
129 * Changes in Wget 1.6
130
131 ** Administrative changes.
132
133 *** Maintainership.  Due to Hrvoje being plagued with a "real job",
134 Dan Harkless is the most active maintainer (not that he doesn't have a
135 real job as well).  Hrvoje still participates occasionally, and both
136 are being helped by many other people.
137
138 *** Web page.  Thanks to Jan Prikryl, Wget has an "official" web page.
139 Take a look at:
140
141     http://sunsite.dk/wget/
142
143 *** Anonymous CVS.  Thanks to ever-helpful Karsten Thygesen, Wget
144 sources are now available at an anonymous CVS server.  Take a look at
145 the web page for downloading instructions.
146
147 ** New -K / --backup-converted / backup_converted = on option causes files
148 modified due to -k to be saved with a .orig prefix before being changed.  When
149 using -N as well, it is these .orig files that are compared against the server.
150
151 ** New --follow-tags / follow_tags = ... option allows you to restrict
152 Wget to following only certain HTML tags when doing a recursive
153 retrieval.  -G / --ignore-tags / ignore_tags = ... is just the
154 opposite -- all tags but the ones you specify will be followed.
155
156 ** New --waitretry / waitretry = SECONDS option allows waiting between retries
157 of failed downloads.  Wget will use "linear" backoff, waiting 1 second after the
158 first failure, 2 after the second, up to SECONDS.  waitretry is set to 10 by
159 default in the system wgetrc.
160
161 ** New -p / --page-requisites / page_requisites = on option causes
162 Wget to download all ancillary files necessary to display a given HTML
163 page properly (e.g. inlined images).
164
165 ** New -E / --html-extension / html_extension = on option causes Wget
166 to append ".html" to text/html filenames not ending in regexp
167 "\.[Hh][Tt][Mm][Ll]?".
168
169 ** New type of .wgetrc command -- "lockable Boolean".  Can be set to on, off,
170 always, or never.  This allows the .wgetrc to override the commandline.  So far,
171 passive_ftp is the only .wgetrc command which takes a lockable Boolean.
172
173 ** A number of new translation files have been added.
174
175 ** New --bind-address / bind_address = <address> option for people on hosts 
176 bound to multiple IP addresses.
177
178 ** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
179 \f
180 * Wget 1.5.3 is a bugfix release with no user-visible changes.
181 \f
182 * Wget 1.5.2 is a bugfix release with no user-visible changes.
183 \f
184 * Wget 1.5.1 is a bugfix release with no user-visible changes.
185 \f
186 * Changes in Wget 1.5.0
187
188 ** Wget speaks many languages!
189
190 On systems with gettext(), Wget will output messages in the language
191 set by the current locale, if available.  At this time we support
192 Czech, German, Croatian, Italian, Norwegian and Portuguese.
193
194 ** Opie (Skey) is now supported with FTP.
195
196 ** HTTP Digest Access Authentication (RFC2069) is now supported.
197
198 ** The new `-b' option makes Wget go to background automatically.
199
200 ** The `-I' and `-X' options now accept wildcard arguments.
201
202 ** The `-w' option now accepts suffixes `s' for seconds, `m' for
203 minutes, `h' for hours, `d' for days and `w' for weeks.
204
205 ** Upon getting SIGHUP, the whole previous log is now copied to
206 `wget-log'.
207
208 ** Wget now understands proxy settings with explicit usernames and
209 passwords, e.g. `http://user:password@proxy.foo.com/'.
210
211 ** You can use the new `--cut-dirs' option to make Wget create less
212 directories.
213
214 ** The `;type=a' appendix to FTP URLs is now recognized.  For
215 instance, the following command will retrieve the welcoming message in
216 ASCII type transfer:
217
218     wget "ftp://ftp.somewhere.com/welcome.msg;type=a"
219
220 ** `--help' and `--version' options have been redone to to conform to
221 standards set by other GNU utilities.
222
223 ** Wget should now be compilable under MS Windows environment.  MS
224 Visual C++ and Watcom C have been used successfully.
225
226 ** If the file length is known, percentages are displayed during
227 download.
228
229 ** The manual page, now hopelessly out of date, is no longer
230 distributed with Wget.
231 \f
232 * Wget 1.4.5 is a bugfix release with no user-visible changes.
233 \f
234 * Wget 1.4.4 is a bugfix release with no user-visible changes.
235 \f
236 * Changes in Wget 1.4.3
237
238 ** Wget is now a GNU utility.
239
240 ** Can do passive FTP.
241
242 ** Reads .netrc.
243
244 ** Info documentation expanded.
245
246 ** Compiles on pre-ANSI compilers.
247
248 ** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
249
250 ** Lots of bugfixes.
251 \f
252 * Changes in Wget 1.4.2
253
254 ** New mirror site at ftp://sunsite.auc.dk/pub/infosystems/wget/,
255 thanks to Karsten Thygesen.
256
257 ** Mailing list!  Mail to wget-request@sunsite.auc.dk to subscribe.
258
259 ** New option --delete-after for proxy prefetching.
260
261 ** New option --retr-symlinks to retrieve symbolic links like plain
262 files.
263
264 ** rmold.pl -- script to remove files deleted on the remote server
265
266 ** --convert-links should work now.
267
268 ** Minor bugfixes.
269 \f
270 * Changes in Wget 1.4.1
271
272 ** Minor bugfixes.
273
274 ** Added -I (the opposite of -X).
275
276 ** Dot tracing is now customizable; try wget --dot-style=binary
277 \f
278 * Changes in Wget 1.4.0
279
280 ** Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite of
281 Geturl.  Although many things look suspiciously similar, most of the
282 stuff was rewritten, like recursive retrieval, HTTP, FTP and mostly
283 everything else.  Wget should be now easier to debug, maintain and,
284 most importantly, use.
285
286 ** Recursive HTTP should now work without glitches, even with Location
287 changes, server-generated directory listings and other naughty stuff.
288
289 ** HTTP regetting is supported on servers that support Range
290 specification. WWW authorization is supported -- try
291 wget http://user:password@hostname/
292
293 ** FTP support was rewritten and widely enhanced. Globbing should now
294 work flawlessly. Symbolic links are created locally. All the
295 information the Unix-style ls listing can give is now recognized.
296
297 ** Recursive FTP is supported, e.g.
298     wget -r ftp://gnjilux.cc.fer.hr/pub/unix/util/
299
300 ** You can specify "rejected" directories, to which you do not want to
301 enter, e.g. with wget -X /pub
302
303 ** Time-stamping is supported, with both HTTP and FTP. Try wget -N URL.
304
305 ** A new texinfo reference manual is provided.  It can be read with
306 Emacs, standalone info, or converted to HTML, dvi or postscript.
307
308 ** Fixed a long-standing bug, so that Wget now works over SLIP
309 connections.
310
311 ** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
312 default). Settings in $HOME/.wgetrc override the global ones, of
313 course :-)
314
315 ** You can set up quota in .wgetrc to prevent sucking too much
316 data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
317 sysadmin to like you).
318
319 ** Download rate is printed after retrieval.
320
321 ** Wget now sends the `Referer' header when retrieving
322 recursively.
323
324 ** With the new --no-parent option Wget can retrieve FTP recursively
325 through a proxy server.
326
327 ** HTML parser, as well as the whole of Wget was rewritten to be much
328 faster and less memory-consuming (yes, both).
329
330 ** Absolute links can be converted to relative links locally. Check
331 wget -k.
332
333 ** Wget catches hangup, filtering the output to a log file and
334 resuming work. Try kill -HUP %?wget.
335
336 ** User-defined headers can be sent.  Try
337
338     wget http://fly.cc.her.hr/ --header='Accept-Charset: iso-8859-2'
339
340 ** Acceptance/Rejection lists may contain wildcards.
341
342 ** Wget can display HTTP headers and/or FTP server response with the
343 new `-S' option.  It can save the original HTTP headers with `-s'.
344
345 ** socks library is now supported (thanks to Antonio Rosella
346 <Antonio.Rosella@agip.it>). Configure with --with-socks.
347
348 ** There is a nicer display of REST-ed output.
349
350 ** Many new options (like -x to force directory hierarchy, or -m to
351 turn on mirroring options).
352
353 ** Wget is now distributed under GNU General Public License (GPL).
354
355 ** Lots of small features I can't remember. :-)
356
357 ** A host of bugfixes.
358 \f
359 * Changes in Geturl 1.3
360
361 ** Added FTP globbing support (ftp://fly.cc.fer.hr/*)
362
363 ** Added support for no_proxy
364
365 ** Added support for ftp://user:password@host/
366
367 ** Added support for %xx in URL syntax
368
369 ** More natural command-line options
370
371 ** Added -e switch to execute .geturlrc commands from the command-line
372
373 ** Added support for robots.txt
374
375 ** Fixed some minor bugs
376 \f
377 * Geturl 1.2 is a bugfix release with no user-visible changes.
378 \f
379 * Changes in Geturl 1.1
380
381 ** REST supported in FTP
382
383 ** Proxy servers supported
384
385 ** GNU getopt used, which enables command-line arguments to be ordered
386 as you wish, e.g.  geturl http://fly.cc.fer.hr/ -vo log is the same as
387 geturl -vo log http://fly.cc.fer.hr/
388
389 ** Netscape-compatible URL syntax for HTTP supported: host[:port]/dir/file
390
391 ** NcFTP-compatible colon URL syntax for FTP supported: host:/dir/file
392
393 ** <base href="xxx"> supported
394
395 ** autoconf supported
396 \f
397 ----------------------------------------------------------------------
398 Copyright information:
399
400 Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
401
402    Permission is granted to anyone to make or distribute verbatim
403    copies of this document as received, in any medium, provided that
404    the copyright notice and this permission notice are preserved, thus
405    giving the recipient permission to redistribute in turn.
406
407    Permission is granted to distribute modified versions of this
408    document, or of portions of it, under the above conditions,
409    provided also that they carry prominent notices stating who last
410    changed them.