"SfR Fresh" - the SfR Freeware/Shareware Archive 
Member "wget-1.11.4/tests/ChangeLog" of archive wget-1.11.4.tar.gz:
As a special service "SfR Fresh" has tried to format the requested source page into HTML format using source code syntax highlighting with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
That can be also achieved for any archive member file by clicking within an archive contents listing on the first character of the file(path) respectively on the according byte size field.
1 2008-04-26 Micah Cowan <micah@cowan.name>
2
3 * Makefile.in, Test-proxied-https-auth.px: Added a test for
4 accessing password-protected HTTPS URLs through a proxy (via
5 CONNECT).
6
7 2008-04-10 Micah Cowan <micah@cowan.name>
8
9 * Makefile.in, Test-proxy-auth-basic.px: Added a test for
10 accessing password-protected URLs through a proxy.
11
12 2008-01-25 Micah Cowan <micah@cowan.name>
13
14 * Makefile.in: Updated copyright year.
15
16 2007-11-28 Micah Cowan <micah@cowan.name>
17
18 * Makefile.in: Updated license exception for OpenSSL, per the
19 SFLC.
20
21 2007-09-25 Micah Cowan <micah@cowan.name>
22
23 * Makefile.in: Use EXEEXT instead of exeext.
24
25 2007-08-21 Mauro Tortonesi <mauro@ferrara.linux.it>
26
27 * WgetTest.pm.in: Added support for timestamping of pre-existing
28 files.
29
30 * Test-N-current.px: Fixed broken test logic.
31
32 * Makefile.in: Updated list of automatically run tests.
33
34 * Test-HTTP-Content-Disposition.px: Added -e contentdisposition=on
35 option, since now HTTP Content-Disposition header support is turned
36 off by default.
37
38 * Test-HTTP-Content-Disposition-1.px: Ditto.
39
40 2007-08-10 Mauro Tortonesi <mauro@ferrara.linux.it>
41
42 * Test--spider--no-content-disposition-trivial.px: Added new tests for
43 validation of HTTP Content-Disposition header support logic. In
44 particular, these tests check wget's behavior for every combination of
45 --spider [-r] and -e contentdisposition=on/off options.
46
47 * Test--spider-r-HTTP-Content-Disposition.px: Ditto.
48
49 * Test--spider-HTTP-Content-Disposition.px: Ditto.
50
51 * Test--spider--no-content-disposition.px: Ditto.
52
53 * Test--spider-r--no-content-disposition-trivial.px: Ditto.
54
55 * Test--spider-r--no-content-disposition.px: Ditto.
56
57 2007-07-25 Micah Cowan <micah@cowan.name>
58
59 * HTTPServer.pm (run, send_response): Farmed out some logic from
60 the run method into a separate one named send_response, which
61 was then modified to handle simple authentication testing.
62 (handle_auth): Added to handle simple authentication testing.
63 (verify_auth_basic): Checks to make sure Basic credentials are
64 valid.
65 (verify_auth_digest): Stub added; always fails test.
66 * Makefile.in: Added Test-auth-basic.px to list of automatically
67 run tests.
68 * Test-auth-basic: Simple basic authentication test; mainly just
69 lets the server do its testing. Its current purpose is just to
70 ensure that correct basic creds are sent, but never until a
71 challenge has been sent.
72
73 2007-07-10 Mauro Tortonesi <mauro@ferrara.linux.it>
74
75 * Test--no-content-disposition.px: Added new tests for validation of
76 HTTP Content-Disposition header support logic. In particular, these
77 tests check wget's behavior for every combination of -N/-O and -e
78 contentdisposition=on/off options.
79
80 * Test--no-content-disposition-trivial.px: Ditto.
81
82 * Test-N-HTTP-Content-Disposition.px: Ditto.
83
84 * Test-N--no-content-disposition.px: Ditto.
85
86 * Test-N--no-content-disposition-trivial.px: Ditto.
87
88 * Test-O-HTTP-Content-Disposition.px: Ditto.
89
90 * Test-O--no-content-disposition.px: Ditto.
91
92 * Test-O--no-content-disposition-trivial.px: Ditto.
93
94 2007-07-05 Micah Cowan <micah@cowan.name>
95
96 * Makefile.in:
97 Updated GPL reference to version 3 or later, removed FSF
98 address.
99
100 2007-06-14 Mauro Tortonesi <mauro@ferrara.linux.it>
101
102 * FTPServer.pm: Added FTP testing support.
103
104 * FTPTest.pm: Ditto.
105
106 * Test-ftp.px: Ditto.
107
108 2006-12-22 Mauro Tortonesi <mauro@ferrara.linux.it>
109
110 * HTTPTest.pm: Don't ignore initial '/' character in requested URLs.
111
112 2006-11-10 Mauro Tortonesi <mauro@ferrara.linux.it>
113
114 * Test-np.px: Added test for -np.
115
116 * HTTPTest.pm: Ignore initial '/' character in requested URLs.
117
118 2006-10-12 Mauro Tortonesi <mauro@ferrara.linux.it>
119
120 * Test1.px: Renamed to Test-noop.px.
121
122 * Test-noop.px: Ditto.
123
124 * Test2.px: Renamed to Test-N.px.
125
126 * Test-N.px: Ditto.
127
128 * Test3.px: Renamed to Test-nonexisting-quiet.px.
129
130 * Test-nonexisting-quiet.px: Ditto.
131
132 * Test4.px: Renamed to Test-O-nonexisting.px.
133
134 * Test-O-nonexisting.px: Ditto.
135
136 * Test5.px: Renamed to Test-HTTP-Content-Disposition.px.
137
138 * Test-HTTP-Content-Disposition.px: Ditto.
139
140 * Test6.px: Renamed to Test-HTTP-Content-Disposition-1.px.
141
142 * Test-HTTP-Content-Disposition-1.px: Ditto.
143
144 * Test7.px: Renamed to Test-HTTP-Content-Disposition-2.px.
145
146 * Test-HTTP-Content-Disposition-2.px: Ditto.
147
148 * Test8.px: Replaced by Test--spider-r.px.
149
150 * Test9.px: Renamed to Test-Restrict-Lowercase.px.
151
152 * Test-Restrict-Lowercase.px: Ditto.
153
154 * Test10.px: Renamed to Test-Restrict-Uppercase.px.
155
156 * Test-Restrict-Uppercase.px: Ditto.
157
158 * Test--spider.px: Added test for spider mode.
159
160 * Test--spider-fail.px: Added failing test for spider mode.
161
162 * Test--spider-r.px: Added test for recursive spider mode.
163
164 * Test-c.px: Added test for --continue mode.
165
166 * Test-c-full.px: Added test for --continue mode.
167
168 * Test-c-partial.px: Added test for --continue mode.
169
170 * Test-O.px: Added test for -O.
171
172 * Test-N-current.px: Added test for -N.
173
174 * Test-N-old.px: Added test for -N.
175
176 * Test-E-k.px: Added test for -E -k.
177
178 * Test-E-k-K.px: Added test for -E -k -K.
179
180 2006-08-17 Mauro Tortonesi <mauro@ferrara.linux.it>
181
182 * HTTPServer.pm: Added support for Range header.
183
184 2006-07-14 Mauro Tortonesi <mauro@ferrara.linux.it>
185
186 * Test4.px: Fixed wrong expected behaviour.
187
188 2006-06-13 Mauro Tortonesi <mauro@ferrara.linux.it>
189
190 * Test9.px: Added test for --restrict-file-names=lowercase option.
191
192 * Test10.px: Added test for --restrict-file-names=uppercase option.
193
194 2006-05-26 Mauro Tortonesi <mauro@ferrara.linux.it>
195
196 * HTTPServer.pm: Added synchronization between client and server
197 processes to prevent the test to start before the server is ready.
198
199 * HTTPTest.pm: Ditto.
200
201 * Test.pm: Ditto.
202
203 * Test1.px: Removed unneeded ../src/ from command line.
204
205 * Test2.px: Ditto.
206
207 * Test3.px: Ditto.
208
209 * Test4.px: Ditto.
210
211 * Test5.px: Ditto.
212
213 * Test6.px: Ditto.
214
215 * Test7.px: Ditto.
216
217 * Test8.px: Added test for recursive spider mode.
218
219 2006-05-26 Mauro Tortonesi <mauro@ferrara.linux.it>
220
221 * HTTPServer.pm: Fixed bug when returning 404. Improved logging.
222
223 * Test.pm: Added support for command lines which use an absolute path
224 for the Wget binary.
225
226 2006-04-28 Mauro Tortonesi <mauro@ferrara.linux.it>
227
228 * Test5.px: Added test for HTTP Content-Disposition support.
229
230 * Test6.px: Ditto.
231
232 * Test7.px: Ditto.
233
234 2006-04-27 Mauro Tortonesi <mauro@ferrara.linux.it>
235
236 * HTTPServer.pm: Serve index.html if no filename is given.
237
238 * Test.pm: Added support for pre-existing files.
239
240 2006-01-24 Mauro Tortonesi <mauro@ferrara.linux.it>
241
242 * HTTPServer.pm: Enhanced logging support.
243
244 * HTTPTest.pm: Updated to new test format.
245
246 * Test.pm: Improved test setup, verification and cleanup. Major
247 refactoring.
248
249 * Test1.px: Updated to new test format.
250
251 * Test2.px: Updated to new test format.
252
253 * Test3.px: Added new test for quiet download of nonexistent URL.
254
255 * Test4.px: Added new test for quiet download of nonexistent URL with
256 --output-document option.
257
258 2005-12-05 Mauro Tortonesi <mauro@ferrara.linux.it>
259
260 * HTTPServer.pm: Refactored as a subclass of HTTP::Daemon.
261 Removed the old run method and renamed the old run_daemon
262 method to run. Added support for partial
263
264 * Testing.pm: Renamed to HTTPTest.pm.
265
266 * HTTPTest.pm: Refactored as a subclass of Test. Renamed
267 Run_HTTP_Test to run, verify_download to _verify_download
268 and added support for timestamp checking.
269
270 * Test.pm: Added Test class as the super class of every
271 testcase.
272
273 * test1: Renamed to Test1.px.
274
275 * Test1.px: Refactored as an instance of the HTTPTest class.
276
277 * Test2.px: Added -N HTTP test.
278
279 2005-11-02 Mauro Tortonesi <mauro@ferrara.linux.it>
280
281 * HTTPServer.pm: Added basic support for HTTP testing.
282
283 * Testing.pm: Added basic support for feature testing (only HTTP
284 testing is supported at the moment).
285
286 * test1: Added basic HTTP test.
287