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