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