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