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