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