]> sjero.net Git - wget/blob - NEWS
b625a81332c8336062d12eff66b375d9410731bc
[wget] / NEWS
1 GNU Wget NEWS -- history of user-visible changes.
2
3 Copyright (C) 2005 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.10.
9
10 ** Downloading files greater than 2GB, also known as "large files",
11 now works on systems that support them.  This includes most modern
12 Unix variants, as well as Windows.
13
14 ** IPv6 is now supported by Wget.  Unlike the experimental code in
15 1.9, this version has no problems with dual-family systems.  The new
16 flags `--inet4' and `--inet6' (or `-4' and `-6' for short) force the
17 use of IPv4 and IPv6 respectively.  Unfortunately the IPv6 support
18 still does not work on Windows.
19
20 ** Talking to SSL servers over proxies now actually works.  Previous
21 versions of Wget erroneously sent GET requests for SSL URLs.  Wget
22 1.10 utilizes the CONNECT method designed for this purpose.
23
24 ** Microsoft's proprietary "NTLM" method of HTTP authentication is now
25 supported.  This authentication method is undocumented and only used
26 by IIS.  Note that *proxy* authentication is not supported in this
27 release; you can only authenticate to the target web site.
28
29 ** Wget no longer truncates partially downloaded files when download
30 has to start over because the server doesn't support Range.  Instead,
31 with such servers Wget now simply ignores the data up to the byte
32 where the last attempt left off, and only then continues appending to
33 the file.  That way the downloaded file never shrinks, and download
34 retries from servers without support for partial downloads work even
35 when downloading to stdout.
36
37 ** Passive FTP is now the default FTP transfer mode.  Use
38 `--no-passive-ftp' or specify `passive_ftp = off' in your init file to
39 revert to the old behavior.
40
41 ** The `--header' option can now be used to override generated
42 headers.  For example, `wget --header="Host: foo.bar"
43 http://127.0.0.1' tells Wget to connect to localhost, but to specify
44 "foo.bar" in the `Host' header.  In previous versions such use of
45 `--header' lead to duplicate headers in HTTP requests.
46
47 ** The responses without headers, aka "HTTP 0.9" responses, are
48 detected and handled.  Although HTTP 0.9 has long been obsolete, it is
49 still occasionally used, sometimes by accident.
50
51 ** The progress bar is now updated regularly even when the data does
52 not arrive from the network.
53
54 ** Wget no longer preserves permissions of files retrieved by FTP by
55 default.  Anonymous FTP servers frequently use permissions like "664",
56 which might not be what the user wants.  The new option
57 `--preserve-permissions' and the corresponding `.wgetrc' variable can
58 be used to revert to the old behavior.
59
60 ** The new option `--protocol-directories' instructs Wget to also use
61 the protocol name as a directory component of local file names.
62
63 ** Many options that previously unconditionally set or unset various
64 flags are now boolean options that can be invoked as either `--OPTION'
65 or `--no-OPTION'.  Options that required an argument "on" or "off"
66 have also been changed this way, but they still accept the old syntax
67 for backward compatibility.  For example, instead of `--glob=off' you
68 can write `--no-glob'.
69
70 Allowing `--no-OPTION' for every `--OPTION' and the other way around
71 is useful because it allows the user to override non-default behavior
72 specified via `.wgetrc'.
73
74 ** The new option `--keep-session-cookies' causes `--save-cookies' to
75 save session cookies (normally only kept in memory) along with the
76 permanent ones.  Many sites track important information, such as
77 whether the user has authenticated, using session cookies.  Using this
78 option option allows multiple Wget runs to be treated as a single
79 browser session.
80
81 * `wget -b' now works correctly under Windows.
82 \f
83 * Wget 1.9.1 is a bugfix release with no user-visible changes.
84 \f
85 * Changes in Wget 1.9.
86
87 ** It is now possible to specify that POST method be used for HTTP
88 requests.  For example, `wget --post-data="id=foo&data=bar" URL' will
89 send a POST request with the specified contents.
90
91 ** IPv6 support is available, although it's still experimental.
92
93 ** The `--timeout' option now also affects DNS lookup and establishing
94 the TCP connection.  Previously it only affected reading and writing
95 data.  Those three timeouts can be set separately using
96 `--dns-timeout', `--connection-timeout', and `--read-timeout',
97 respectively.
98
99 ** Download speed shown by the progress bar is based on the data
100 recently read, rather than the average speed of the entire download.
101 The ETA projection is still based on the overall average.
102
103 ** It is now possible to connect to FTP servers through FWTK
104 firewalls.  Set ftp_proxy to an FTP URL, and Wget will automatically
105 log on to the proxy as "username@host".
106
107 ** The new option `--retry-connrefused' makes Wget retry downloads
108 even in the face of refused connections, which are otherwise
109 considered a fatal error.
110
111 ** The new option `--dns-cache=off' may be used to prevent Wget from
112 caching DNS lookups.
113
114 ** Wget no longer escapes characters in local file names based on
115 whether they're appropriate in URLs.  Escaping can still occur for
116 nonprintable characters or for '/', but no longer for frequent
117 characters such as space.  You can use the new option
118 --restrict-file-names to relax or strengthen these rules, which can be
119 useful if you dislike the default or if you're downloading to
120 non-native partitions.
121
122 ** Handling of HTML comments has been dumbed down to conform to what
123 users expect and other browsers do: instead of being treated as SGML
124 declaration, a comment is terminated at the first occurrence of "-->".
125 Use `--strict-comments' to revert to the old behavior.
126
127 ** Wget now correctly handles relative URIs that begin with "//", such
128 as "//img.foo.com/foo.jpg".
129
130 ** Boolean options in `.wgetrc' and on the command line now accept
131 values "yes" and "no" along with the traditional "on" and "off".
132
133 ** It is now possible to specify decimal values for timeouts, waiting
134 periods, and download rate.  For instance, `--wait=0.5' now works as
135 expected, as does `--dns-timeout=0.5' and even `--limit-rate=2.5k'.
136 \f
137 * Wget 1.8.2 is a bugfix release with no user-visible changes.
138 \f
139 * Wget 1.8.1 is a bugfix release with no user-visible changes.
140 \f
141 * Changes in Wget 1.8.
142
143 ** A new progress indicator is now available and used by default.
144 You can choose the progress bar type with `--progress=TYPE'.  Two
145 types are available, "bar" (the new default), and "dot" (the old
146 dotted indicator).  You can permanently revert to the old progress
147 indicator by putting `progress = dot' in your `.wgetrc'.
148
149 ** You can limit the download rate of the retrieval using the
150 `--limit-rate' option.  For example, `wget --limit-rate=15k URL' will
151 tell Wget not to download the body of the URL faster than 15 kilobytes
152 per second.
153
154 ** Recursive retrieval and link conversion have been revamped:
155
156 *** Wget now traverses links breadth-first.  This makes the
157 calculation of depth much more reliable than before.  Also, recursive
158 downloads are faster and consume *significantly* less memory than
159 before.
160
161 *** Links are converted only when the entire retrieval is complete.
162 This is the only safe thing to do, as only then is it known what URLs
163 have been downloaded.
164
165 *** BASE tags are handled correctly when converting links.  Since Wget
166 already resolves <base href="..."> when resolving handling URLs, link
167 conversion now makes the BASE tags point to an empty string.
168
169 *** HTML anchors are now handled correctly.  Links to an anchor in the
170 same document (<a href="#anchorname">), which used to confuse Wget,
171 are now converted correctly.
172
173 *** When in page-requisites (-p) mode, no-parent (-np) is ignored when
174 retrieving for inline images, stylesheets, and other documents needed
175 to display the page.
176
177 *** Page-requisites (-p) mode now works with frames.  In other words,
178 `wget -p URL-THAT-USES-FRAMES' will now download the frame HTML files,
179 and all the files that they need to be displayed properly.
180
181 ** `--base' now works conjunction with `--input-file', providing a
182 base for each URL and thereby allowing the URLs in the file to be
183 relative.
184
185 ** If a host has more than one IP address, Wget uses the other
186 addresses when accessing the first one fails.
187
188 ** Host directories now contain port information if the URL is at a
189 non-standard port.
190
191 ** Wget now supports the robots.txt directives specified in
192 <http://www.robotstxt.org/wc/norobots-rfc.txt>.
193
194 ** URL parser has been fixed, especially the infamous overzealous
195 quoting.  Wget no longer dequotes reserved characters, e.g. `%3F' is
196 no longer translated to `?', nor `%2B' to `+'.  Unsafe characters
197 which are not reserved are still escaped, of course.
198
199 ** No more than 20 successive redirections are allowed.
200 \f
201 * Wget 1.7.1 is a bugfix release with no user-visible changes.
202 \f
203 * Changes in Wget 1.7.
204
205 ** SSL (`https') pages now work if you compile Wget with SSL support;
206 use the `--with-ssl' configure flag.  You need to have OpenSSL
207 installed.
208
209 ** Cookies are now supported.  Wget will accept cookies sent by the
210 server and return them in later requests.  Additionally, it can load
211 and save cookies to disk, in the same format that Netscape uses.
212
213 ** "Keep-alive" (persistent) HTTP connections are now supported.
214 Using keep-alive allows Wget to share one TCP/IP connection for
215 many retrievals, making multiple-file downloads faster and less
216 stressing for the server and the network.
217
218 ** Wget now recognizes FTP directory listings generated by NT and VMS
219 servers.
220
221 ** It is now possible to recurse through FTP sites where logging in
222 puts you in some directory other than '/'.
223
224 ** You may now use `~' to mean home directory in `.wgetrc'.  For
225 example, `load_cookies = ~/.netscape/cookies.txt' works as you would
226 expect.
227
228 ** The HTML parser has been rewritten.  The new one works more
229 reliably, allows finer-grained control over which tags and attributes
230 are detected, and has better support for some features like correctly
231 skipping comments and declarations, decoding entities, etc.  It is
232 also more general.
233
234 ** <meta name="robots"> tags are now respected.
235
236 ** Wget's internal tables now use hash tables instead of linked lists
237 where appropriate.  This results in huge speedups when retrieving
238 large sites (thousands of documents).
239
240 ** Wget now has a man page, automatically generated from the Texinfo
241 documentation.  (The last version that shipped with a man page was
242 1.4.5).  To get this, you need to have pod2man from the Perl
243 distribution installed on your system.
244 \f
245 * Changes in Wget 1.6
246
247 ** Administrative changes.
248
249 *** Maintainership.  Due to Hrvoje being plagued with a "real job",
250 Dan Harkless is the most active maintainer (not that he doesn't have a
251 real job as well).  Hrvoje still participates occasionally, and both
252 are being helped by many other people.
253
254 *** Web page.  Thanks to Jan Prikryl, Wget has an "official" web page.
255 Take a look at:
256
257     http://sunsite.dk/wget/
258
259 *** Anonymous CVS.  Thanks to ever-helpful Karsten Thygesen, Wget
260 sources are now available at an anonymous CVS server.  Take a look at
261 the web page for downloading instructions.
262
263 ** New -K / --backup-converted / backup_converted = on option causes files
264 modified due to -k to be saved with a .orig prefix before being changed.  When
265 using -N as well, it is these .orig files that are compared against the server.
266
267 ** New --follow-tags / follow_tags = ... option allows you to restrict
268 Wget to following only certain HTML tags when doing a recursive
269 retrieval.  -G / --ignore-tags / ignore_tags = ... is just the
270 opposite -- all tags but the ones you specify will be followed.
271
272 ** New --waitretry / waitretry = SECONDS option allows waiting between retries
273 of failed downloads.  Wget will use "linear" backoff, waiting 1 second after the
274 first failure, 2 after the second, up to SECONDS.  waitretry is set to 10 by
275 default in the system wgetrc.
276
277 ** New -p / --page-requisites / page_requisites = on option causes
278 Wget to download all ancillary files necessary to display a given HTML
279 page properly (e.g. inlined images).
280
281 ** New -E / --html-extension / html_extension = on option causes Wget
282 to append ".html" to text/html filenames not ending in regexp
283 "\.[Hh][Tt][Mm][Ll]?".
284
285 ** New type of .wgetrc command -- "lockable Boolean".  Can be set to on, off,
286 always, or never.  This allows the .wgetrc to override the commandline.  So far,
287 passive_ftp is the only .wgetrc command which takes a lockable Boolean.
288
289 ** A number of new translation files have been added.
290
291 ** New --bind-address / bind_address = <address> option for people on hosts 
292 bound to multiple IP addresses.
293
294 ** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
295 \f
296 * Wget 1.5.3 is a bugfix release with no user-visible changes.
297 \f
298 * Wget 1.5.2 is a bugfix release with no user-visible changes.
299 \f
300 * Wget 1.5.1 is a bugfix release with no user-visible changes.
301 \f
302 * Changes in Wget 1.5.0
303
304 ** Wget speaks many languages!
305
306 On systems with gettext(), Wget will output messages in the language
307 set by the current locale, if available.  At this time we support
308 Czech, German, Croatian, Italian, Norwegian and Portuguese.
309
310 ** Opie (Skey) is now supported with FTP.
311
312 ** HTTP Digest Access Authentication (RFC2069) is now supported.
313
314 ** The new `-b' option makes Wget go to background automatically.
315
316 ** The `-I' and `-X' options now accept wildcard arguments.
317
318 ** The `-w' option now accepts suffixes `s' for seconds, `m' for
319 minutes, `h' for hours, `d' for days and `w' for weeks.
320
321 ** Upon getting SIGHUP, the whole previous log is now copied to
322 `wget-log'.
323
324 ** Wget now understands proxy settings with explicit usernames and
325 passwords, e.g. `http://user:password@proxy.foo.com/'.
326
327 ** You can use the new `--cut-dirs' option to make Wget create less
328 directories.
329
330 ** The `;type=a' appendix to FTP URLs is now recognized.  For
331 instance, the following command will retrieve the welcoming message in
332 ASCII type transfer:
333
334     wget "ftp://ftp.somewhere.com/welcome.msg;type=a"
335
336 ** `--help' and `--version' options have been redone to to conform to
337 standards set by other GNU utilities.
338
339 ** Wget should now be compilable under MS Windows environment.  MS
340 Visual C++ and Watcom C have been used successfully.
341
342 ** If the file length is known, percentages are displayed during
343 download.
344
345 ** The manual page, now hopelessly out of date, is no longer
346 distributed with Wget.
347 \f
348 * Wget 1.4.5 is a bugfix release with no user-visible changes.
349 \f
350 * Wget 1.4.4 is a bugfix release with no user-visible changes.
351 \f
352 * Changes in Wget 1.4.3
353
354 ** Wget is now a GNU utility.
355
356 ** Can do passive FTP.
357
358 ** Reads .netrc.
359
360 ** Info documentation expanded.
361
362 ** Compiles on pre-ANSI compilers.
363
364 ** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
365
366 ** Lots of bugfixes.
367 \f
368 * Changes in Wget 1.4.2
369
370 ** New mirror site at ftp://sunsite.auc.dk/pub/infosystems/wget/,
371 thanks to Karsten Thygesen.
372
373 ** Mailing list!  Mail to wget-request@sunsite.auc.dk to subscribe.
374
375 ** New option --delete-after for proxy prefetching.
376
377 ** New option --retr-symlinks to retrieve symbolic links like plain
378 files.
379
380 ** rmold.pl -- script to remove files deleted on the remote server
381
382 ** --convert-links should work now.
383
384 ** Minor bugfixes.
385 \f
386 * Changes in Wget 1.4.1
387
388 ** Minor bugfixes.
389
390 ** Added -I (the opposite of -X).
391
392 ** Dot tracing is now customizable; try wget --dot-style=binary
393 \f
394 * Changes in Wget 1.4.0
395
396 ** Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite of
397 Geturl.  Although many things look suspiciously similar, most of the
398 stuff was rewritten, like recursive retrieval, HTTP, FTP and mostly
399 everything else.  Wget should be now easier to debug, maintain and,
400 most importantly, use.
401
402 ** Recursive HTTP should now work without glitches, even with Location
403 changes, server-generated directory listings and other naughty stuff.
404
405 ** HTTP regetting is supported on servers that support Range
406 specification. WWW authorization is supported -- try
407 wget http://user:password@hostname/
408
409 ** FTP support was rewritten and widely enhanced. Globbing should now
410 work flawlessly. Symbolic links are created locally. All the
411 information the Unix-style ls listing can give is now recognized.
412
413 ** Recursive FTP is supported, e.g.
414     wget -r ftp://gnjilux.cc.fer.hr/pub/unix/util/
415
416 ** You can specify "rejected" directories, to which you do not want to
417 enter, e.g. with wget -X /pub
418
419 ** Time-stamping is supported, with both HTTP and FTP. Try wget -N URL.
420
421 ** A new texinfo reference manual is provided.  It can be read with
422 Emacs, standalone info, or converted to HTML, dvi or postscript.
423
424 ** Fixed a long-standing bug, so that Wget now works over SLIP
425 connections.
426
427 ** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
428 default). Settings in $HOME/.wgetrc override the global ones, of
429 course :-)
430
431 ** You can set up quota in .wgetrc to prevent sucking too much
432 data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
433 sysadmin to like you).
434
435 ** Download rate is printed after retrieval.
436
437 ** Wget now sends the `Referer' header when retrieving
438 recursively.
439
440 ** With the new --no-parent option Wget can retrieve FTP recursively
441 through a proxy server.
442
443 ** HTML parser, as well as the whole of Wget was rewritten to be much
444 faster and less memory-consuming (yes, both).
445
446 ** Absolute links can be converted to relative links locally. Check
447 wget -k.
448
449 ** Wget catches hangup, filtering the output to a log file and
450 resuming work. Try kill -HUP %?wget.
451
452 ** User-defined headers can be sent.  Try
453
454     wget http://fly.cc.her.hr/ --header='Accept-Charset: iso-8859-2'
455
456 ** Acceptance/Rejection lists may contain wildcards.
457
458 ** Wget can display HTTP headers and/or FTP server response with the
459 new `-S' option.  It can save the original HTTP headers with `-s'.
460
461 ** socks library is now supported (thanks to Antonio Rosella
462 <Antonio.Rosella@agip.it>). Configure with --with-socks.
463
464 ** There is a nicer display of REST-ed output.
465
466 ** Many new options (like -x to force directory hierarchy, or -m to
467 turn on mirroring options).
468
469 ** Wget is now distributed under GNU General Public License (GPL).
470
471 ** Lots of small features I can't remember. :-)
472
473 ** A host of bugfixes.
474 \f
475 * Changes in Geturl 1.3
476
477 ** Added FTP globbing support (ftp://fly.cc.fer.hr/*)
478
479 ** Added support for no_proxy
480
481 ** Added support for ftp://user:password@host/
482
483 ** Added support for %xx in URL syntax
484
485 ** More natural command-line options
486
487 ** Added -e switch to execute .geturlrc commands from the command-line
488
489 ** Added support for robots.txt
490
491 ** Fixed some minor bugs
492 \f
493 * Geturl 1.2 is a bugfix release with no user-visible changes.
494 \f
495 * Changes in Geturl 1.1
496
497 ** REST supported in FTP
498
499 ** Proxy servers supported
500
501 ** GNU getopt used, which enables command-line arguments to be ordered
502 as you wish, e.g.  geturl http://fly.cc.fer.hr/ -vo log is the same as
503 geturl -vo log http://fly.cc.fer.hr/
504
505 ** Netscape-compatible URL syntax for HTTP supported: host[:port]/dir/file
506
507 ** NcFTP-compatible colon URL syntax for FTP supported: host:/dir/file
508
509 ** <base href="xxx"> supported
510
511 ** autoconf supported
512 \f
513 ----------------------------------------------------------------------
514 Copyright information:
515
516 Copyright (C) 2005 Free Software Foundation, Inc.
517
518    Permission is granted to anyone to make or distribute verbatim
519    copies of this document as received, in any medium, provided that
520    the copyright notice and this permission notice are preserved, thus
521    giving the recipient permission to redistribute in turn.
522
523    Permission is granted to distribute modified versions of this
524    document, or of portions of it, under the above conditions,
525    provided also that they carry prominent notices stating who last
526    changed them.