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