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