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