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