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