You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -159,99 +216,99 @@ limitations under the License.
159
216
<actiondev="rwinston"type="fix"issue="NET-198">
160
217
Allow FTPTimestampParserImpl to take a predefined Calendar instance representing current time.
161
218
</action>
162
-
<actiondev="sebb"type="fix"issue="NET-194">
163
-
Replace Exception with IOException
164
-
</action>
165
-
<actiondev="sebb"type="update"issue="NET-214">
166
-
VMS file permission parsing
167
-
</action>
168
-
<actiondev="sebb"type="fix"issue="NET-208">
169
-
TelnetInputStream swallows interruptedexception as IOException
170
-
</action>
171
-
<actiondev="sebb"type="fix"issue="NET-223">
172
-
the data connection socket is not closed when an IOException occurred
173
-
</action>
174
-
<actiondev="sebb"type="fix"issue="NET-230">
175
-
ParserInitializationException when connecting to a Unix FTP server: comparison string must be upper case
176
-
</action>
177
-
<actiondev="sebb"type="fix"issue="NET-225">
178
-
FTPFileEntryParserImpl.preParse() doesn't remove unparsable entries at the end of the file list
179
-
</action>
219
+
<actiondev="sebb"type="fix"issue="NET-194">
220
+
Replace Exception with IOException
221
+
</action>
222
+
<actiondev="sebb"type="update"issue="NET-214">
223
+
VMS file permission parsing
224
+
</action>
225
+
<actiondev="sebb"type="fix"issue="NET-208">
226
+
TelnetInputStream swallows interruptedexception as IOException
227
+
</action>
228
+
<actiondev="sebb"type="fix"issue="NET-223">
229
+
the data connection socket is not closed when an IOException occurred
230
+
</action>
231
+
<actiondev="sebb"type="fix"issue="NET-230">
232
+
ParserInitializationException when connecting to a Unix FTP server: comparison string must be upper case
233
+
</action>
234
+
<actiondev="sebb"type="fix"issue="NET-225">
235
+
FTPFileEntryParserImpl.preParse() doesn't remove unparsable entries at the end of the file list
236
+
</action>
180
237
</release>
181
238
182
239
183
240
<releaseversion="1.5.0"date=""description="">
184
241
<actiondev="dfs"type="fix"issue="NET-3">
185
242
TelnetInputStream.java: Applied Rob
186
-
Hasselbaum's
243
+
Hasselbaum's
187
244
rhasselbaum@alumni.ithaca.edu
188
245
patch for PR 38688 fixing a
189
246
TelnetInputStream hang.
190
247
</action>
191
248
<actiondev="rwinston"type="fix"
192
-
issue="NET-73">
249
+
issue="NET-73">
193
250
TelnetInputStream.java: Fixing another
194
-
potential deadlock for
195
-
telnet and FTP (patch courtesy Rob Hasselbaum).
251
+
potential deadlock for
252
+
telnet and FTP (patch courtesy Rob Hasselbaum).
196
253
</action>
197
254
<actiondev="dfs"type="update"issue="NET-57">
198
255
FTP.java: Exposed control connection of
199
-
FTP
256
+
FTP
200
257
class via _controlInput_ and
201
-
_controlOutput_
258
+
_controlOutput_
202
259
protected member variables in response
203
260
to PR 38309 reported by
204
261
josejuan.montiel@gmail.com.
205
262
</action>
206
263
<actiondev="rwinston"type="fix"
207
-
issue="NET-68">
264
+
issue="NET-68">
208
265
TFTPClient.java: Fix bug causing final
209
-
packets
266
+
packets
210
267
to not be sent.
211
268
</action>
212
269
<actiondev="rwinston"type="fix"
213
-
issue="NET-161">
270
+
issue="NET-161">
214
271
TFTPClient.java: Fix sendFile() (related
215
-
to NET-68).
272
+
to NET-68).
216
273
</action>
217
274
<actiondev="rwinston"type="fix"
218
-
issue="NET-181">
275
+
issue="NET-181">
219
276
TFTPClient.java: block number
220
-
wraparound.
277
+
wraparound.
221
278
</action>
222
279
<actiondev="scohen"type="fix"issue="NET-16">
223
280
UNIXFTPEntryParser.java: support for
224
-
group names with
225
-
spaces (patch courtesy D. Kilzer).
281
+
group names with
282
+
spaces (patch courtesy D. Kilzer).
226
283
</action>
227
284
<actiondev="scohen"type="fix"issue="NET-62">
228
285
DefaultFTPFileEntryParserFactory.java:
229
-
Wrap
230
-
NoClassDefFoundError in FTP parser exception
231
-
when ORO is not available.
286
+
Wrap
287
+
NoClassDefFoundError in FTP parser exception
288
+
when ORO is not available.
232
289
</action>
233
290
<actiondev="rwinston"type="add"
234
-
issue="NET-33">
291
+
issue="NET-33">
235
292
FTPClient.java: Fix closing FTP
236
-
ServerSocket after timeout
293
+
ServerSocket after timeout
237
294
</action>
238
295
<actiondev="rwinston"type="add">
239
296
FTPClientConfig.java: Added an FTP
240
-
parser for Netware FTP servers.
241
-
Tested on Novell Netware 6.5.
297
+
parser for Netware FTP servers.
298
+
Tested on Novell Netware 6.5.
242
299
</action>
243
300
<actiondev="rwinston"type="fix"
244
-
issue="NET-188">
301
+
issue="NET-188">
245
302
FTPTimestampParserImpl.java: Fix leap
246
-
year date parsing bug.
303
+
year date parsing bug.
247
304
</action>
248
305
<actiondev="rwinston"type="fix">
249
306
Article.java: Fix minor issues with NNTP
250
-
parsing.
307
+
parsing.
251
308
</action>
252
309
</release>
253
310
254
-
311
+
255
312
256
313
<releaseversion="1.4.1"date="December 3, 2005"description="fix release to restore jdk 1.3 compatability">
257
314
<actiondev="scohen"type="fix">
@@ -261,7 +318,7 @@ parsing.
261
318
Applied patches for defect 37522. updated project.xml to correct compatibility level.
262
319
</action>
263
320
</release>
264
-
321
+
265
322
<releaseversion="1.4.0"date="May 7, 2005"description="Some additions and enhancements">
266
323
<actiondev="dfs"type="fix">
267
324
Fixed typo in method name.
@@ -294,7 +351,7 @@ parsing.
294
351
Added functionality for extensible parsing of FTP responses, using a configurable format string. This should enable the FTP client to operate across many different locales and date formats.
295
352
</action>
296
353
</release>
297
-
354
+
298
355
<releaseversion="1.3.0"date="December 15, 2004"description="many fixes and enhancements">
299
356
<actiondev="rwinston"type="fix">
300
357
Applied patch for PR 31793. Thanks to mario@ops.co.at
0 commit comments