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