]> sjero.net Git - wget/blob - NEWS
be845d1bce2285a27741be915bc29232d07d8b2b
[wget] / NEWS
1 GNU Wget NEWS -- history of user-visible changes.
2
3 Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
4 2006, 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
5 See the end for copying conditions.
6
7 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
8 \f
9 * Changes in Wget X.Y.Z
10
11 ** Add support for file names longer than MAX_FILE.
12
13 \f
14 * Changes in Wget 1.14
15
16 ** Add support for content-on-error.  It allows to store the HTTP
17    payload on 4xx or 5xx errors.
18
19 ** Add support for WARC files.
20
21 ** Fix a memory leak problem in the GNU TLS backend.
22
23 ** Autoreconf works again for distributed tarballs.
24
25 ** Print some diagnostic messages to stderr not to stdout.
26
27 ** Report stdout close errors.
28
29 ** Accept the --report-speed option.
30
31 ** Enable client certificates when GNU TLS is used.
32
33 ** Add support for TLS Server Name Indication.
34
35 ** Accept the arguments --accept-reject and --reject-regex.
36
37 ** The GNU TLS backend honors correctly the timeout value.
38
39 ** Add support for RFC 2617 Digest Access Authentication.
40 \f
41 * Changes in Wget 1.13.4
42
43 ** Now --version and --help work again.
44
45 ** Fix a build error on solaris 10 sparc.
46
47 ** Now --timestamping and --continue work well together.
48
49 ** Return a network failure when FTP downloads fail and --timestamping
50    is specified.
51
52 ** Fix a segfault on an incomplete STYLE tag.
53 \f
54 * Changes in Wget 1.13.3
55
56 ** Support HTTP/1.1
57
58 ** Now by default the GNU TLS library for secure connections, instead of
59    OpenSSL.
60
61 ** Fix some portability issues.
62
63 ** Handle properly malformed status line in a HTTP response.
64
65 ** Ignore zero length domains in $no_proxy.
66
67 ** Set new cookies after an authorization failure.
68
69 ** Exit with failure if -k is specified and -O is not a regular file.
70
71 ** Cope better with unclosed html tags.
72
73 ** Print diagnostic messages to stderr, not stdout.
74
75 ** Do not use an additional HEAD request when --content-disposition is used,
76    but use directly GET.
77
78 ** Report the average transfer speed correctly when multiple URL's are specified
79    and -c influences the transferred data amount.
80
81 ** GNU TLS backend works again.
82
83 ** Now --timestamping and --continue works well together.
84
85 ** By default, on server redirects, use the original URL to get the
86    local file name. Close CVE-2010-2252.  This introduces a
87    backward-incompatibility; any script that relies on the old
88    behaviour must use --trust-server-names.
89
90 ** Fix a problem when -k is used and some URLs are specified trough
91    CSS.
92
93 ** Convert correctly URLs that need to be encoded to local files when following
94    links.
95
96 ** Use persistent connections with proxies supporting them.
97
98 ** Print the total download time as part of the summary for recursive downloads.
99
100 ** Now it is possible to specify a different startup configuration file trough
101    the --config option.
102
103 ** Fix an infinite loop with the error '<filename> has sprung into existence'
104    on a network error and -nc is used.
105
106 ** Now --adjust-extension does not modify the file extension if the file ends
107    in .htm.
108
109 ** Support HTTP/1.1 307 redirects keep request method.
110
111 ** Now --no-parent doesn't fetch undesired files if HTTP and HTTPS are used
112    by the same host on different pages.
113
114 ** Do not attempt to remove the file if it is not in the accept rules but
115    it is the output destination file.
116
117 ** Introduce `show_all_dns_entries' to print all IP addresses corresponding to
118    a DNS name when it is resolved.
119 \f
120 * Changes in Wget 1.12
121
122 ** Mailing list MOVED to bug-wget@gnu.org
123
124 ** SECURITY FIX: It had been possible to trick Wget into accepting
125 SSL certificates that don't match the host name, through the trick of
126 embedding NUL characters into the certs' common name. Fixed by Joao
127 Ferreira <joao@joaoff.com>.
128
129 ** Added support for CSS. This includes:
130      - Parsing links from CSS files, and from CSS content found in HTML
131        style tags and attributes.
132      - Supporting conversion of links found within CSS content, when
133        --convert-links is specified.
134      - Ensuring that CSS files end in the ".css" filename extension,
135        when --convert-links is specified.
136
137    CSS support in Wget is thanks to Ted Mielczarek
138    <ted.mielczarek@gmail.com>.
139
140 ** Added support for Internationalized Resource Identifiers (IRIs, RFC
141 3987). When support is enabled (requires libidn and libiconv), links
142 with non-ASCII bytes are translated from their source encoding to UTF-8
143 before percent-encoding.  IRI support was added by Saint Xavier
144 <wget@sxav.eu>, as his project for the Google Summer of Code.
145
146 ** Wget now provides more sensible exit status codes when downloads
147 don't proceed as expected (see the manual).
148
149 ** --default-page option (and associated wgetrc command) added to
150 support alternative default names for index.html.
151
152 ** --ask-password option (and associated wgetrc command) added to
153 support password prompts at the console.
154
155 ** The --input-file option now also handles retrieving links from
156 an external file.
157
158 ** The output generated by the --version option now includes
159 information on how it was built, and the set of configure-time options
160 that were selected.
161
162 ** --html-extension has been renamed to --adjust-extension, to reflect
163 the fact that it now also applies to CSS content. --html-extension is
164 still acceptable, but is now deprecated.
165
166 ** An "ascii" specifier is now accepted by --restrict-file-names, which
167 forces the percent-encoding of all non-ASCII bytes
168
169 ** Several previously existing, but undocumented .wgetrc options are
170 now documented: save_headers, spider, and user_agent,
171 auth_no_challenge, and keep_session_cookies. Also added documentation
172 for the "lowercase" and "uppercase" values for --restrict-file-names, which had been present since Wget 1.11.
173 \f
174 * Changes in Wget 1.11.4
175
176 ** Fixed an issue (apparently a regression) where -O would refuse to
177 download when -nc was given, even though the file didn't exist.
178
179 ** Fixed a situation where Wget could abort with --continue if the
180 remote server gives a content-length of zero when the file exists
181 locally with content.
182
183 ** Fixed a crash on some systems, due to Wget casting a pointer-to-long
184 to a pointer-to-time_t.
185
186 ** Translation updates for Catalan.
187 \f
188 * Changes in Wget 1.11.3
189
190 ** Downgraded -N with -O to a warning, rather than an error.
191
192 ** Translation updates
193 \f
194 * Changes in Wget 1.11.2
195
196 ** Fixed a problem in authenticating over HTTPS through a proxy.
197 (Regression in 1.11 over 1.10.2.)
198
199 ** The combination of -r or -p with -O, which was disallowed in 1.11,
200 has been downgraded to a warning in 1.11.2. (-O and -N, which was never
201 meaningful, is still an error.)
202
203 ** Further improvements to progress bar displays in non-English locales
204 (too many spaces could be inserted, causing the display to scroll).
205
206 ** Successive invocations of Wget on FTP URLS, with --no-remove-listing
207 and --continue, was causing Wget to append, rather than replace,
208 information in the .listing file, and thereby download the same files
209 multiple times. This has been fixed in 1.11.2.
210
211 ** Wget 1.11 no longer allowed ".." to persist at the beginning of URLs,
212 for improved conformance with RFC 3986. However, this behavior presents
213 problems for some FTP setups, and so they are now preserved again, for
214 FTP URLs only.
215 \f
216 * Changes in Wget 1.11.1.
217
218 ** Interrupted downloads no longer result in renaming the file
219 (regression in 1.11 over 1.10.2).
220
221 ** Progress bar now displays correctly in non-English locales (and a
222 related assertion failure was fixed).
223
224 ** Wget no longer issues a GET request over HTTP for files it should
225 know it's not going to download (regression in 1.11 over 1.10.2).
226
227 ** Added option --auth-no-challenge, to support broken pre-1.11
228 authentication-before-server-challenge, which turns out to still be
229 useful for some limited cases.
230
231 ** Documentation of accept/reject lists in the manual's "Types of
232 Files" section now explains various aspects of their behavior that may
233 be surprising, and notes that they may change in the future.
234
235 ** Documentation of --no-parents now explains how a trailing slash, or
236 lack thereof, in the specified URL, will affect behavior.
237 \f
238 * Changes in Wget 1.11.
239
240 ** Timestamping now uses the value from the most recent HTTP response,
241 rather than the first one it got.
242
243 ** Authentication information is no longer sent as part of the Referer
244 header in recursive fetches.
245
246 ** No authentication credentials are sent until a challenge is issued,
247 for improved security. Authentication handling is still not
248 RFC-compliant, as once a Basic challenge has been received, it will
249 assume it can send credentials to any URL at that same host, and not
250 just the ones at or below the original authenticated location.
251 Credentials for Digest authentication are still never saved or issued
252 automatically, and continue to require a challenge for each resource.
253
254 ** Added --max-redirect option, allowing the user to specify what should
255 be the maximum number of HTTP redirects to follow.
256
257 ** Wget now supports saving HTTP downloads using file names specified by
258 the `Content-Disposition' header.  This is a standard way of specifying
259 the file name used by many web dynamically generated pages. However, the
260 current implementation is inefficient, and known to have bugs. It is
261 EXPERIMENTAL only, and not enabled by default. Use --content-disposition
262 to enable it.
263
264 ** The new option `--ignore-case' makes Wget ignore case when
265 matching files, directories, and wildcards.  This affects the -X, -I,
266 -A, and -R options, as well as globbing in FTP URLs.
267
268 ** ETA projection is now displayed in "dot" progress output as well as
269 in the default progress bar.  (The dot progress is used by default when
270 logging Wget's output to file using the `-o' option.)
271
272 ** The "lockable boolean" argument type is no longer supported.  It
273 was only used by the passive_ftp .wgetrc setting.  If you're running
274 broken scripts or Perl modules that unconditionally specify
275 `--passive-ftp' and your firewall disallows it, you can override them
276 by replacing wget with a script that execs wget "$@" --no-passive-ftp.
277
278 ** The source code has been migrated to Mercurial. The repositories are
279 available at http://hg.addictivecode.org/. Prior to this, the source
280 code was hosted on Subversion (migrated from the original CVS); you can
281 still get access to older tags and branches for Wget in the Subversion
282 repository at http://addictivecode.org/svn/wget/.
283 \f
284 * Changes in Wget 1.10.
285
286 ** Downloading files larger than 2GB, sometimes referred to as "large
287 files", now works on systems that support them.  This includes the
288 majority of modern Unixes, as well as MS Windows.
289
290 ** IPv6 is now supported by Wget.  Unlike the experimental code in
291 1.9, this version supports dual-family systems.  The new flags
292 `--inet4' and `--inet6' (or `-4' and `-6' for short) force the use of
293 IPv4 and IPv6 respectively.  Note that IPv6 support has not yet been
294 tested on Windows.
295
296 ** Microsoft's proprietary "NTLM" method of HTTP authentication is now
297 supported.  This authentication method is undocumented and only used
298 by IIS.  Note that *proxy* authentication is not supported in this
299 release; you can only authenticate to the target web site.
300
301 ** Wget no longer truncates partially downloaded files when download
302 has to start over because the server doesn't support Range.  Instead,
303 with such servers Wget now simply ignores the data up to the byte
304 where the last attempt left off, and only then continues appending to
305 the file.  That way the downloaded file never shrinks, and download
306 retries from servers without support for partial downloads work even
307 when downloading to stdout.
308
309 ** SSL/TLS changes:
310
311 *** SSL/TLS downloads now attempt to verify the server's certificate
312 against the recognized certificate authorities.  This requires CA
313 certificates to have been installed in a location visible to the
314 OpenSSL library.  If this is not the case, you can get the bundle
315 yourself from a source you trust (for example, the bundle extracted
316 from Mozilla available at http://curl.haxx.se/docs/caextract.html),
317 and point Wget to the PEM file using the `--ca-certificate'
318 command-line option or the corresponding `.wgetrc' command.
319
320 *** Secure downloads now verify that the host name in the URL matches
321 the "common name" in the certificate presented by the server.
322
323 *** Although the above checks provide more secure downloads, they
324 unavoidably break interoperability with some sites that worked with
325 previous versions, particularly those using self-signed, expired, or
326 otherwise invalid certificates.  If you encounter "certificate
327 verification" errors or complaints that "common name doesn't match
328 requested host name" and are convinced of the site's authenticity, you
329 can use `--no-check-certificate' to bypass both checks.
330
331 *** Talking to SSL/TLS servers over proxies now actually works.
332 Previous versions of Wget erroneously sent GET requests for https
333 URLs.  Wget 1.10 utilizes the CONNECT method designed for this
334 purpose.
335
336 *** The SSL/TLS-related options have been redesigned and, for the
337 first time, documented in the manual.  The old, undocumented, options
338 are no longer supported.
339
340 ** Passive FTP is now the default FTP transfer mode.  Use
341 `--no-passive-ftp' or specify `passive_ftp = off' in your init file to
342 revert to the old behavior.
343
344 ** The `--header' option can now be used to override generated
345 headers.  For example, `wget --header="Host: foo.bar"
346 http://127.0.0.1' tells Wget to connect to localhost, but to specify
347 "foo.bar" in the `Host' header.  In previous versions such use of
348 `--header' lead to duplicate headers in HTTP requests.
349
350 ** The responses without headers, aka "HTTP 0.9" responses, are
351 detected and handled.  Although HTTP 0.9 has long been obsolete, it is
352 still occasionally used, sometimes by accident.
353
354 ** The progress bar is now updated regularly even when the data does
355 not arrive from the network.
356
357 ** Wget no longer preserves permissions of files retrieved by FTP by
358 default.  Anonymous FTP servers frequently use permissions like "664",
359 which might not be what the user wants.  The new option
360 `--preserve-permissions' and the corresponding `.wgetrc' variable can
361 be used to revert to the old behavior.
362
363 ** The new option `--protocol-directories' instructs Wget to also use
364 the protocol name as a directory component of local file names.
365
366 ** Options that previously unconditionally set or unset various flags
367 are now boolean options that can be invoked as either `--OPTION' or
368 `--no-OPTION'.  Options that required an argument "on" or "off" have
369 also been changed this way, but they still accept the old syntax for
370 backward compatibility.  For example, instead of `--glob=off' you can
371 write `--no-glob'.
372
373 Allowing `--no-OPTION' for every `--OPTION' and the other way around
374 is useful because it allows the user to override non-default behavior
375 specified via `.wgetrc'.
376
377 ** The new option `--keep-session-cookies' causes `--save-cookies' to
378 save session cookies (normally only kept in memory) along with the
379 permanent ones.  This is useful because many sites track important
380 information, such as whether the user has authenticated, in session
381 cookies.  With this option multiple Wget runs are treated as a single
382 browser session.
383
384 ** Wget now supports the --ftp-user and --ftp-password command
385 switches to set username and password for FTP, and the --user and
386 --password command switches to set username and password for both FTP
387 and HTTP.  The --http-passwd and --proxy-passwd command switches have
388 been renamed to --http-password and --proxy-password respectively, and
389 the related http_passwd and proxy_passwd .wgetrc commands to
390 http_password and proxy_password respectively.  The login and passwd
391 .wgetrc commands have been deprecated.
392
393 * `wget -b' now works correctly under Windows.
394 \f
395 * Wget 1.9.1 is a bugfix release with no user-visible changes.
396 \f
397 * Changes in Wget 1.9.
398
399 ** It is now possible to specify that POST method be used for HTTP
400 requests.  For example, `wget --post-data="id=foo&data=bar" URL' will
401 send a POST request with the specified contents.
402
403 ** IPv6 support is available, although it's still experimental.
404
405 ** The `--timeout' option now also affects DNS lookup and establishing
406 the TCP connection.  Previously it only affected reading and writing
407 data.  Those three timeouts can be set separately using
408 `--dns-timeout', `--connection-timeout', and `--read-timeout',
409 respectively.
410
411 ** Download speed shown by the progress bar is based on the data
412 recently read, rather than the average speed of the entire download.
413 The ETA projection is still based on the overall average.
414
415 ** It is now possible to connect to FTP servers through FWTK
416 firewalls.  Set ftp_proxy to an FTP URL, and Wget will automatically
417 log on to the proxy as "username@host".
418
419 ** The new option `--retry-connrefused' makes Wget retry downloads
420 even in the face of refused connections, which are otherwise
421 considered a fatal error.
422
423 ** The new option `--no-dns-cache' may be used to prevent Wget from
424 caching DNS lookups.
425
426 ** Wget no longer escapes characters in local file names based on
427 whether they're appropriate in URLs.  Escaping can still occur for
428 nonprintable characters or for '/', but no longer for frequent
429 characters such as space.  You can use the new option
430 --restrict-file-names to relax or strengthen these rules, which can be
431 useful if you dislike the default or if you're downloading to
432 non-native partitions.
433
434 ** Handling of HTML comments has been dumbed down to conform to what
435 users expect and other browsers do: instead of being treated as SGML
436 declaration, a comment is terminated at the first occurrence of "-->".
437 Use `--strict-comments' to revert to the old behavior.
438
439 ** Wget now correctly handles relative URIs that begin with "//", such
440 as "//img.foo.com/foo.jpg".
441
442 ** Boolean options in `.wgetrc' and on the command line now accept
443 values "yes" and "no" along with the traditional "on" and "off".
444
445 ** It is now possible to specify decimal values for timeouts, waiting
446 periods, and download rate.  For instance, `--wait=0.5' now works as
447 expected, as does `--dns-timeout=0.5' and even `--limit-rate=2.5k'.
448 \f
449 * Wget 1.8.2 is a bugfix release with no user-visible changes.
450 \f
451 * Wget 1.8.1 is a bugfix release with no user-visible changes.
452 \f
453 * Changes in Wget 1.8.
454
455 ** A new progress indicator is now available and used by default.
456 You can choose the progress bar type with `--progress=TYPE'.  Two
457 types are available, "bar" (the new default), and "dot" (the old
458 dotted indicator).  You can permanently revert to the old progress
459 indicator by putting `progress = dot' in your `.wgetrc'.
460
461 ** You can limit the download rate of the retrieval using the
462 `--limit-rate' option.  For example, `wget --limit-rate=15k URL' will
463 tell Wget not to download the body of the URL faster than 15 kilobytes
464 per second.
465
466 ** Recursive retrieval and link conversion have been revamped:
467
468 *** Wget now traverses links breadth-first.  This makes the
469 calculation of depth much more reliable than before.  Also, recursive
470 downloads are faster and consume *significantly* less memory than
471 before.
472
473 *** Links are converted only when the entire retrieval is complete.
474 This is the only safe thing to do, as only then is it known what URLs
475 have been downloaded.
476
477 *** BASE tags are handled correctly when converting links.  Since Wget
478 already resolves <base href="..."> when resolving handling URLs, link
479 conversion now makes the BASE tags point to an empty string.
480
481 *** HTML anchors are now handled correctly.  Links to an anchor in the
482 same document (<a href="#anchorname">), which used to confuse Wget,
483 are now converted correctly.
484
485 *** When in page-requisites (-p) mode, no-parent (-np) is ignored when
486 retrieving for inline images, stylesheets, and other documents needed
487 to display the page.
488
489 *** Page-requisites (-p) mode now works with frames.  In other words,
490 `wget -p URL-THAT-USES-FRAMES' will now download the frame HTML files,
491 and all the files that they need to be displayed properly.
492
493 ** `--base' now works conjunction with `--input-file', providing a
494 base for each URL and thereby allowing the URLs in the file to be
495 relative.
496
497 ** If a host has more than one IP address, Wget uses the other
498 addresses when accessing the first one fails.
499
500 ** Host directories now contain port information if the URL is at a
501 non-standard port.
502
503 ** Wget now supports the robots.txt directives specified in
504 <http://www.robotstxt.org/wc/norobots-rfc.txt>.
505
506 ** URL parser has been fixed, especially the infamous overzealous
507 quoting.  Wget no longer dequotes reserved characters, e.g. `%3F' is
508 no longer translated to `?', nor `%2B' to `+'.  Unsafe characters
509 which are not reserved are still escaped, of course.
510
511 ** No more than 20 successive redirections are allowed.
512 \f
513 * Wget 1.7.1 is a bugfix release with no user-visible changes.
514 \f
515 * Changes in Wget 1.7.
516
517 ** SSL (`https') pages now work if you compile Wget with SSL support;
518 use the `--with-ssl' configure flag.  You need to have OpenSSL
519 installed.
520
521 ** Cookies are now supported.  Wget will accept cookies sent by the
522 server and return them in later requests.  Additionally, it can load
523 and save cookies to disk, in the same format that Netscape uses.
524
525 ** "Keep-alive" (persistent) HTTP connections are now supported.
526 Using keep-alive allows Wget to share one TCP/IP connection for
527 many retrievals, making multiple-file downloads faster and less
528 stressing for the server and the network.
529
530 ** Wget now recognizes FTP directory listings generated by NT and VMS
531 servers.
532
533 ** It is now possible to recurse through FTP sites where logging in
534 puts you in some directory other than '/'.
535
536 ** You may now use `~' to mean home directory in `.wgetrc'.  For
537 example, `load_cookies = ~/.netscape/cookies.txt' works as you would
538 expect.
539
540 ** The HTML parser has been rewritten.  The new one works more
541 reliably, allows finer-grained control over which tags and attributes
542 are detected, and has better support for some features like correctly
543 skipping comments and declarations, decoding entities, etc.  It is
544 also more general.
545
546 ** <meta name="robots"> tags are now respected.
547
548 ** Wget's internal tables now use hash tables instead of linked lists
549 where appropriate.  This results in huge speedups when retrieving
550 large sites (thousands of documents).
551
552 ** Wget now has a man page, automatically generated from the Texinfo
553 documentation.  (The last version that shipped with a man page was
554 1.4.5).  To get this, you need to have pod2man from the Perl
555 distribution installed on your system.
556 \f
557 * Changes in Wget 1.6
558
559 ** Administrative changes.
560
561 *** Maintainership.  Due to Hrvoje being plagued with a "real job",
562 Dan Harkless is the most active maintainer (not that he doesn't have a
563 real job as well).  Hrvoje still participates occasionally, and both
564 are being helped by many other people.
565
566 *** Web page.  Thanks to Jan Prikryl, Wget has an "official" web page.
567 Take a look at:
568
569     http://sunsite.dk/wget/
570
571 *** Anonymous CVS.  Thanks to ever-helpful Karsten Thygesen, Wget
572 sources are now available at an anonymous CVS server.  Take a look at
573 the web page for downloading instructions.
574
575 ** New -K / --backup-converted / backup_converted = on option causes files
576 modified due to -k to be saved with a .orig prefix before being changed.  When
577 using -N as well, it is these .orig files that are compared against the server.
578
579 ** New --follow-tags / follow_tags = ... option allows you to restrict
580 Wget to following only certain HTML tags when doing a recursive
581 retrieval.  -G / --ignore-tags / ignore_tags = ... is just the
582 opposite -- all tags but the ones you specify will be followed.
583
584 ** New --waitretry / waitretry = SECONDS option allows waiting between retries
585 of failed downloads.  Wget will use "linear" backoff, waiting 1 second after the
586 first failure, 2 after the second, up to SECONDS.  waitretry is set to 10 by
587 default in the system wgetrc.
588
589 ** New -p / --page-requisites / page_requisites = on option causes
590 Wget to download all ancillary files necessary to display a given HTML
591 page properly (e.g. inlined images).
592
593 ** New -E / --html-extension / html_extension = on option causes Wget
594 to append ".html" to text/html filenames not ending in regexp
595 "\.[Hh][Tt][Mm][Ll]?".
596
597 ** New type of .wgetrc command -- "lockable Boolean".  Can be set to on, off,
598 always, or never.  This allows the .wgetrc to override the commandline.  So far,
599 passive_ftp is the only .wgetrc command which takes a lockable Boolean.
600
601 ** A number of new translation files have been added.
602
603 ** New --bind-address / bind_address = <address> option for people on hosts
604 bound to multiple IP addresses.
605
606 ** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
607 \f
608 * Wget 1.5.3 is a bugfix release with no user-visible changes.
609 \f
610 * Wget 1.5.2 is a bugfix release with no user-visible changes.
611 \f
612 * Wget 1.5.1 is a bugfix release with no user-visible changes.
613 \f
614 * Changes in Wget 1.5.0
615
616 ** Wget speaks many languages!
617
618 On systems with gettext(), Wget will output messages in the language
619 set by the current locale, if available.  At this time we support
620 Czech, German, Croatian, Italian, Norwegian and Portuguese.
621
622 ** Opie (Skey) is now supported with FTP.
623
624 ** HTTP Digest Access Authentication (RFC2069) is now supported.
625
626 ** The new `-b' option makes Wget go to background automatically.
627
628 ** The `-I' and `-X' options now accept wildcard arguments.
629
630 ** The `-w' option now accepts suffixes `s' for seconds, `m' for
631 minutes, `h' for hours, `d' for days and `w' for weeks.
632
633 ** Upon getting SIGHUP, the whole previous log is now copied to
634 `wget-log'.
635
636 ** Wget now understands proxy settings with explicit usernames and
637 passwords, e.g. `http://user:password@proxy.foo.com/'.
638
639 ** You can use the new `--cut-dirs' option to make Wget create less
640 directories.
641
642 ** The `;type=a' appendix to FTP URLs is now recognized.  For
643 instance, the following command will retrieve the welcoming message in
644 ASCII type transfer:
645
646     wget "ftp://ftp.somewhere.com/welcome.msg;type=a"
647
648 ** `--help' and `--version' options have been redone to to conform to
649 standards set by other GNU utilities.
650
651 ** Wget should now be compilable under MS Windows environment.  MS
652 Visual C++ and Watcom C have been used successfully.
653
654 ** If the file length is known, percentages are displayed during
655 download.
656
657 ** The manual page, now hopelessly out of date, is no longer
658 distributed with Wget.
659 \f
660 * Wget 1.4.5 is a bugfix release with no user-visible changes.
661 \f
662 * Wget 1.4.4 is a bugfix release with no user-visible changes.
663 \f
664 * Changes in Wget 1.4.3
665
666 ** Wget is now a GNU utility.
667
668 ** Can do passive FTP.
669
670 ** Reads .netrc.
671
672 ** Info documentation expanded.
673
674 ** Compiles on pre-ANSI compilers.
675
676 ** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
677
678 ** Lots of bugfixes.
679 \f
680 * Changes in Wget 1.4.2
681
682 ** New mirror site at ftp://sunsite.auc.dk/pub/infosystems/wget/,
683 thanks to Karsten Thygesen.
684
685 ** Mailing list!  Mail to wget-request@sunsite.auc.dk to subscribe.
686
687 ** New option --delete-after for proxy prefetching.
688
689 ** New option --retr-symlinks to retrieve symbolic links like plain
690 files.
691
692 ** rmold.pl -- script to remove files deleted on the remote server
693
694 ** --convert-links should work now.
695
696 ** Minor bugfixes.
697 \f
698 * Changes in Wget 1.4.1
699
700 ** Minor bugfixes.
701
702 ** Added -I (the opposite of -X).
703
704 ** Dot tracing is now customizable; try wget --dot-style=binary
705 \f
706 * Changes in Wget 1.4.0
707
708 ** Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite of
709 Geturl.  Although many things look suspiciously similar, most of the
710 stuff was rewritten, like recursive retrieval, HTTP, FTP and mostly
711 everything else.  Wget should be now easier to debug, maintain and,
712 most importantly, use.
713
714 ** Recursive HTTP should now work without glitches, even with Location
715 changes, server-generated directory listings and other naughty stuff.
716
717 ** HTTP regetting is supported on servers that support Range
718 specification. WWW authorization is supported -- try
719 wget http://user:password@hostname/
720
721 ** FTP support was rewritten and widely enhanced. Globbing should now
722 work flawlessly. Symbolic links are created locally. All the
723 information the Unix-style ls listing can give is now recognized.
724
725 ** Recursive FTP is supported, e.g.
726     wget -r ftp://gnjilux.cc.fer.hr/pub/unix/util/
727
728 ** You can specify "rejected" directories, to which you do not want to
729 enter, e.g. with wget -X /pub
730
731 ** Time-stamping is supported, with both HTTP and FTP. Try wget -N URL.
732
733 ** A new texinfo reference manual is provided.  It can be read with
734 Emacs, standalone info, or converted to HTML, dvi or postscript.
735
736 ** Fixed a long-standing bug, so that Wget now works over SLIP
737 connections.
738
739 ** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
740 default). Settings in $HOME/.wgetrc override the global ones, of
741 course :-)
742
743 ** You can set up quota in .wgetrc to prevent sucking too much
744 data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
745 sysadmin to like you).
746
747 ** Download rate is printed after retrieval.
748
749 ** Wget now sends the `Referer' header when retrieving
750 recursively.
751
752 ** With the new --no-parent option Wget can retrieve FTP recursively
753 through a proxy server.
754
755 ** HTML parser, as well as the whole of Wget was rewritten to be much
756 faster and less memory-consuming (yes, both).
757
758 ** Absolute links can be converted to relative links locally. Check
759 wget -k.
760
761 ** Wget catches hangup, filtering the output to a log file and
762 resuming work. Try kill -HUP %?wget.
763
764 ** User-defined headers can be sent.  Try
765
766     wget http://fly.cc.her.hr/ --header='Accept-Charset: iso-8859-2'
767
768 ** Acceptance/Rejection lists may contain wildcards.
769
770 ** Wget can display HTTP headers and/or FTP server response with the
771 new `-S' option.  It can save the original HTTP headers with `-s'.
772
773 ** socks library is now supported (thanks to Antonio Rosella
774 <Antonio.Rosella@agip.it>). Configure with --with-socks.
775
776 ** There is a nicer display of REST-ed output.
777
778 ** Many new options (like -x to force directory hierarchy, or -m to
779 turn on mirroring options).
780
781 ** Wget is now distributed under GNU General Public License (GPL).
782
783 ** Lots of small features I can't remember. :-)
784
785 ** A host of bugfixes.
786 \f
787 * Changes in Geturl 1.3
788
789 ** Added FTP globbing support (ftp://fly.cc.fer.hr/*)
790
791 ** Added support for no_proxy
792
793 ** Added support for ftp://user:password@host/
794
795 ** Added support for %xx in URL syntax
796
797 ** More natural command-line options
798
799 ** Added -e switch to execute .geturlrc commands from the command-line
800
801 ** Added support for robots.txt
802
803 ** Fixed some minor bugs
804 \f
805 * Geturl 1.2 is a bugfix release with no user-visible changes.
806 \f
807 * Changes in Geturl 1.1
808
809 ** REST supported in FTP
810
811 ** Proxy servers supported
812
813 ** GNU getopt used, which enables command-line arguments to be ordered
814 as you wish, e.g.  geturl http://fly.cc.fer.hr/ -vo log is the same as
815 geturl -vo log http://fly.cc.fer.hr/
816
817 ** Netscape-compatible URL syntax for HTTP supported: host[:port]/dir/file
818
819 ** NcFTP-compatible colon URL syntax for FTP supported: host:/dir/file
820
821 ** <base href="xxx"> supported
822
823 ** autoconf supported
824 \f
825 ----------------------------------------------------------------------
826 Copyright information:
827
828 Copyright (C) 1997-2005 Free Software Foundation, Inc.
829
830    Permission is granted to anyone to make or distribute verbatim
831    copies of this document as received, in any medium, provided that
832    the copyright notice and this permission notice are preserved, thus
833    giving the recipient permission to redistribute in turn.
834
835    Permission is granted to distribute modified versions of this
836    document, or of portions of it, under the above conditions,
837    provided also that they carry prominent notices stating who last
838    changed them.