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