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