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