]> sjero.net Git - wget/blob - NEWS
[svn] Allow --foo=yes/no in addition to --foo=on/off.
[wget] / NEWS
1 GNU Wget NEWS -- history of user-visible changes.
2
3 Copyright (C) 1997, 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
4 See the end for copying conditions.
5
6 Please send GNU Wget bug reports to <bug-wget@gnu.org>.
7 \f
8 * Changes in Wget 1.9.
9
10 ** The build process now requires Autoconf 2.5x.
11
12 ** It is now possible to specify that POST method be used for HTTP
13 requests.  For example, `wget --post-data="id=foo&data=bar" URL' will
14 send a POST request with the specified contents.
15
16 ** IPv6 is experimentally supported.
17
18 ** The `--timeout' option now affects the connect timeout as well.
19 Previously it only affected reading and writing data.
20
21 ** Download speed shown by the progress bar is based on the data
22 recently read, rather than the average speed of the entire download.
23 The ETA is still based on the average speed, though.
24
25 ** It is now possible to connect to FTP servers through FWTK
26 firewalls.  Set ftp_proxy to an FTP URL, and Wget will automatically
27 log on to the proxy as "username@host".
28
29 ** The new option `--retry-connrefused' makes Wget retry downloads
30 even in the face of refused connections, which are otherwise
31 considered a fatal error.
32
33 ** The new option `--dns-cache=off' may be used to prevent Wget from
34 caching DNS lookups.
35 \f
36 * Wget 1.8.1 is a bugfix release with no user-visible changes.
37 \f
38 * Changes in Wget 1.8.
39
40 ** A new progress indicator is now available and used by default.
41 You can choose the progress bar type with `--progress=TYPE'.  Two
42 types are available, "bar" (the new default), and "dot" (the old
43 dotted indicator).  You can permanently revert to the old progress
44 indicator by putting `progress = dot' in your `.wgetrc'.
45
46 ** You can limit the download rate of the retrieval using the
47 `--limit-rate' option.  For example, `wget --limit-rate=15k URL' will
48 tell Wget not to download the body of the URL faster than 15 kilobytes
49 per second.
50
51 ** Recursive retrieval and link conversion have been revamped:
52
53 *** Wget now traverses links breadth-first.  This makes the
54 calculation of depth much more reliable than before.  Also, recursive
55 downloads are faster and consume *significantly* less memory than
56 before.
57
58 *** Links are converted only when the entire retrieval is complete.
59 This is the only safe thing to do, as only then is it known what URLs
60 have been downloaded.
61
62 *** BASE tags are handled correctly when converting links.  Since Wget
63 already resolves <base href="..."> when resolving handling URLs, link
64 conversion now makes the BASE tags point to an empty string.
65
66 *** HTML anchors are now handled correctly.  Links to an anchor in the
67 same document (<a href="#anchorname">), which used to confuse Wget,
68 are now converted correctly.
69
70 *** When in page-requisites (-p) mode, no-parent (-np) is ignored when
71 retrieving for inline images, stylesheets, and other documents needed
72 to display the page.
73
74 *** Page-requisites (-p) mode now works with frames.  In other words,
75 `wget -p URL-THAT-USES-FRAMES' will now download the frame HTML files,
76 and all the files that they need to be displayed properly.
77
78 ** `--base' now works conjunction with `--input-file', providing a
79 base for each URL and thereby allowing the URLs in the file to be
80 relative.
81
82 ** If a host has more than one IP address, Wget uses the other
83 addresses when accessing the first one fails.
84
85 ** Host directories now contain port information if the URL is at a
86 non-standard port.
87
88 ** Wget now supports the robots.txt directives specified in
89 <http://www.robotstxt.org/wc/norobots-rfc.txt>.
90
91 ** URL parser has been fixed, especially the infamous overzealous
92 quoting.  Wget no longer dequotes reserved characters, e.g. `%3F' is
93 no longer translated to `?', nor `%2B' to `+'.  Unsafe characters
94 which are not reserved are still escaped, of course.
95
96 ** No more than 20 successive redirections are allowed.
97 \f
98 * Wget 1.7.1 is a bugfix release with no user-visible changes.
99 \f
100 * Changes in Wget 1.7.
101
102 ** SSL (`https') pages now work if you compile Wget with SSL support;
103 use the `--with-ssl' configure flag.  You need to have OpenSSL
104 installed.
105
106 ** Cookies are now supported.  Wget will accept cookies sent by the
107 server and return them in later requests.  Additionally, it can load
108 and save cookies to disk, in the same format that Netscape uses.
109
110 ** "Keep-alive" (persistent) HTTP connections are now supported.
111 Using keep-alive allows Wget to share one TCP/IP connection for
112 many retrievals, making multiple-file downloads faster and less
113 stressing for the server and the network.
114
115 ** Wget now recognizes FTP directory listings generated by NT and VMS
116 servers.
117
118 ** It is now possible to recurse through FTP sites where logging in
119 puts you in some directory other than '/'.
120
121 ** You may now use `~' to mean home directory in `.wgetrc'.  For
122 example, `load_cookies = ~/.netscape/cookies.txt' works as you would
123 expect.
124
125 ** The HTML parser has been rewritten.  The new one works more
126 reliably, allows finer-grained control over which tags and attributes
127 are detected, and has better support for some features like correctly
128 skipping comments and declarations, decoding entities, etc.  It is
129 also more general.
130
131 ** <meta name="robots"> tags are now respected.
132
133 ** Wget's internal tables now use hash tables instead of linked lists
134 where appropriate.  This results in huge speedups when retrieving
135 large sites (thousands of documents).
136
137 ** Wget now has a man page, automatically generated from the Texinfo
138 documentation.  (The last version that shipped with a man page was
139 1.4.5).  To get this, you need to have pod2man from the Perl
140 distribution installed on your system.
141 \f
142 * Changes in Wget 1.6
143
144 ** Administrative changes.
145
146 *** Maintainership.  Due to Hrvoje being plagued with a "real job",
147 Dan Harkless is the most active maintainer (not that he doesn't have a
148 real job as well).  Hrvoje still participates occasionally, and both
149 are being helped by many other people.
150
151 *** Web page.  Thanks to Jan Prikryl, Wget has an "official" web page.
152 Take a look at:
153
154     http://sunsite.dk/wget/
155
156 *** Anonymous CVS.  Thanks to ever-helpful Karsten Thygesen, Wget
157 sources are now available at an anonymous CVS server.  Take a look at
158 the web page for downloading instructions.
159
160 ** New -K / --backup-converted / backup_converted = on option causes files
161 modified due to -k to be saved with a .orig prefix before being changed.  When
162 using -N as well, it is these .orig files that are compared against the server.
163
164 ** New --follow-tags / follow_tags = ... option allows you to restrict
165 Wget to following only certain HTML tags when doing a recursive
166 retrieval.  -G / --ignore-tags / ignore_tags = ... is just the
167 opposite -- all tags but the ones you specify will be followed.
168
169 ** New --waitretry / waitretry = SECONDS option allows waiting between retries
170 of failed downloads.  Wget will use "linear" backoff, waiting 1 second after the
171 first failure, 2 after the second, up to SECONDS.  waitretry is set to 10 by
172 default in the system wgetrc.
173
174 ** New -p / --page-requisites / page_requisites = on option causes
175 Wget to download all ancillary files necessary to display a given HTML
176 page properly (e.g. inlined images).
177
178 ** New -E / --html-extension / html_extension = on option causes Wget
179 to append ".html" to text/html filenames not ending in regexp
180 "\.[Hh][Tt][Mm][Ll]?".
181
182 ** New type of .wgetrc command -- "lockable Boolean".  Can be set to on, off,
183 always, or never.  This allows the .wgetrc to override the commandline.  So far,
184 passive_ftp is the only .wgetrc command which takes a lockable Boolean.
185
186 ** A number of new translation files have been added.
187
188 ** New --bind-address / bind_address = <address> option for people on hosts 
189 bound to multiple IP addresses.
190
191 ** wget now accepts (illegal per HTTP spec) relative URLs in HTTP redirects.
192 \f
193 * Wget 1.5.3 is a bugfix release with no user-visible changes.
194 \f
195 * Wget 1.5.2 is a bugfix release with no user-visible changes.
196 \f
197 * Wget 1.5.1 is a bugfix release with no user-visible changes.
198 \f
199 * Changes in Wget 1.5.0
200
201 ** Wget speaks many languages!
202
203 On systems with gettext(), Wget will output messages in the language
204 set by the current locale, if available.  At this time we support
205 Czech, German, Croatian, Italian, Norwegian and Portuguese.
206
207 ** Opie (Skey) is now supported with FTP.
208
209 ** HTTP Digest Access Authentication (RFC2069) is now supported.
210
211 ** The new `-b' option makes Wget go to background automatically.
212
213 ** The `-I' and `-X' options now accept wildcard arguments.
214
215 ** The `-w' option now accepts suffixes `s' for seconds, `m' for
216 minutes, `h' for hours, `d' for days and `w' for weeks.
217
218 ** Upon getting SIGHUP, the whole previous log is now copied to
219 `wget-log'.
220
221 ** Wget now understands proxy settings with explicit usernames and
222 passwords, e.g. `http://user:password@proxy.foo.com/'.
223
224 ** You can use the new `--cut-dirs' option to make Wget create less
225 directories.
226
227 ** The `;type=a' appendix to FTP URLs is now recognized.  For
228 instance, the following command will retrieve the welcoming message in
229 ASCII type transfer:
230
231     wget "ftp://ftp.somewhere.com/welcome.msg;type=a"
232
233 ** `--help' and `--version' options have been redone to to conform to
234 standards set by other GNU utilities.
235
236 ** Wget should now be compilable under MS Windows environment.  MS
237 Visual C++ and Watcom C have been used successfully.
238
239 ** If the file length is known, percentages are displayed during
240 download.
241
242 ** The manual page, now hopelessly out of date, is no longer
243 distributed with Wget.
244 \f
245 * Wget 1.4.5 is a bugfix release with no user-visible changes.
246 \f
247 * Wget 1.4.4 is a bugfix release with no user-visible changes.
248 \f
249 * Changes in Wget 1.4.3
250
251 ** Wget is now a GNU utility.
252
253 ** Can do passive FTP.
254
255 ** Reads .netrc.
256
257 ** Info documentation expanded.
258
259 ** Compiles on pre-ANSI compilers.
260
261 ** Global wgetrc now goes to /usr/local/etc (i.e. $sysconfdir).
262
263 ** Lots of bugfixes.
264 \f
265 * Changes in Wget 1.4.2
266
267 ** New mirror site at ftp://sunsite.auc.dk/pub/infosystems/wget/,
268 thanks to Karsten Thygesen.
269
270 ** Mailing list!  Mail to wget-request@sunsite.auc.dk to subscribe.
271
272 ** New option --delete-after for proxy prefetching.
273
274 ** New option --retr-symlinks to retrieve symbolic links like plain
275 files.
276
277 ** rmold.pl -- script to remove files deleted on the remote server
278
279 ** --convert-links should work now.
280
281 ** Minor bugfixes.
282 \f
283 * Changes in Wget 1.4.1
284
285 ** Minor bugfixes.
286
287 ** Added -I (the opposite of -X).
288
289 ** Dot tracing is now customizable; try wget --dot-style=binary
290 \f
291 * Changes in Wget 1.4.0
292
293 ** Wget 1.4.0 [formerly known as Geturl] is an extensive rewrite of
294 Geturl.  Although many things look suspiciously similar, most of the
295 stuff was rewritten, like recursive retrieval, HTTP, FTP and mostly
296 everything else.  Wget should be now easier to debug, maintain and,
297 most importantly, use.
298
299 ** Recursive HTTP should now work without glitches, even with Location
300 changes, server-generated directory listings and other naughty stuff.
301
302 ** HTTP regetting is supported on servers that support Range
303 specification. WWW authorization is supported -- try
304 wget http://user:password@hostname/
305
306 ** FTP support was rewritten and widely enhanced. Globbing should now
307 work flawlessly. Symbolic links are created locally. All the
308 information the Unix-style ls listing can give is now recognized.
309
310 ** Recursive FTP is supported, e.g.
311     wget -r ftp://gnjilux.cc.fer.hr/pub/unix/util/
312
313 ** You can specify "rejected" directories, to which you do not want to
314 enter, e.g. with wget -X /pub
315
316 ** Time-stamping is supported, with both HTTP and FTP. Try wget -N URL.
317
318 ** A new texinfo reference manual is provided.  It can be read with
319 Emacs, standalone info, or converted to HTML, dvi or postscript.
320
321 ** Fixed a long-standing bug, so that Wget now works over SLIP
322 connections.
323
324 ** You can have a system-wide wgetrc (/usr/local/lib/wgetrc by
325 default). Settings in $HOME/.wgetrc override the global ones, of
326 course :-)
327
328 ** You can set up quota in .wgetrc to prevent sucking too much
329 data. Try `quota = 5M' in .wgetrc (or quota = 100K if you want your
330 sysadmin to like you).
331
332 ** Download rate is printed after retrieval.
333
334 ** Wget now sends the `Referer' header when retrieving
335 recursively.
336
337 ** With the new --no-parent option Wget can retrieve FTP recursively
338 through a proxy server.
339
340 ** HTML parser, as well as the whole of Wget was rewritten to be much
341 faster and less memory-consuming (yes, both).
342
343 ** Absolute links can be converted to relative links locally. Check
344 wget -k.
345
346 ** Wget catches hangup, filtering the output to a log file and
347 resuming work. Try kill -HUP %?wget.
348
349 ** User-defined headers can be sent.  Try
350
351     wget http://fly.cc.her.hr/ --header='Accept-Charset: iso-8859-2'
352
353 ** Acceptance/Rejection lists may contain wildcards.
354
355 ** Wget can display HTTP headers and/or FTP server response with the
356 new `-S' option.  It can save the original HTTP headers with `-s'.
357
358 ** socks library is now supported (thanks to Antonio Rosella
359 <Antonio.Rosella@agip.it>). Configure with --with-socks.
360
361 ** There is a nicer display of REST-ed output.
362
363 ** Many new options (like -x to force directory hierarchy, or -m to
364 turn on mirroring options).
365
366 ** Wget is now distributed under GNU General Public License (GPL).
367
368 ** Lots of small features I can't remember. :-)
369
370 ** A host of bugfixes.
371 \f
372 * Changes in Geturl 1.3
373
374 ** Added FTP globbing support (ftp://fly.cc.fer.hr/*)
375
376 ** Added support for no_proxy
377
378 ** Added support for ftp://user:password@host/
379
380 ** Added support for %xx in URL syntax
381
382 ** More natural command-line options
383
384 ** Added -e switch to execute .geturlrc commands from the command-line
385
386 ** Added support for robots.txt
387
388 ** Fixed some minor bugs
389 \f
390 * Geturl 1.2 is a bugfix release with no user-visible changes.
391 \f
392 * Changes in Geturl 1.1
393
394 ** REST supported in FTP
395
396 ** Proxy servers supported
397
398 ** GNU getopt used, which enables command-line arguments to be ordered
399 as you wish, e.g.  geturl http://fly.cc.fer.hr/ -vo log is the same as
400 geturl -vo log http://fly.cc.fer.hr/
401
402 ** Netscape-compatible URL syntax for HTTP supported: host[:port]/dir/file
403
404 ** NcFTP-compatible colon URL syntax for FTP supported: host:/dir/file
405
406 ** <base href="xxx"> supported
407
408 ** autoconf supported
409 \f
410 ----------------------------------------------------------------------
411 Copyright information:
412
413 Copyright (C) 1997, 1998, 2000, 2001 Free Software Foundation, Inc.
414
415    Permission is granted to anyone to make or distribute verbatim
416    copies of this document as received, in any medium, provided that
417    the copyright notice and this permission notice are preserved, thus
418    giving the recipient permission to redistribute in turn.
419
420    Permission is granted to distribute modified versions of this
421    document, or of portions of it, under the above conditions,
422    provided also that they carry prominent notices stating who last
423    changed them.