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