Author: sebb
Date: Fri May 16 15:38:51 2008
New Revision: 657236
URL: http://svn.apache.org/viewvc?rev=657236&view=rev
Log:
Add recent fixes
Tidy oddly wrapped entries
Modified:
commons/proper/net/trunk/xdocs/changes.xml
Modified: commons/proper/net/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/changes.xml?rev=657236&r1=657235&r2=657236&view=diff
==============================================================================
--- commons/proper/net/trunk/xdocs/changes.xml (original)
+++ commons/proper/net/trunk/xdocs/changes.xml Fri May 16 15:38:51 2008
@@ -25,72 +25,48 @@
<release version="1.5.0" date="" description="">
<action dev="dfs" type="fix" issue="NET-3">
- TelnetInputStream.java: Applied Rob
-Hasselbaum's
+ TelnetInputStream.java: Applied Rob Hasselbaum's
<rhasselbaum -> alumni.ithaca.edu>
- patch for PR 38688 fixing a
- TelnetInputStream hang.
+ patch for PR 38688 fixing a TelnetInputStream
hang.
</action>
- <action dev="rwinston" type="fix"
-issue="NET-73">
- TelnetInputStream.java: Fixing another
-potential deadlock for
+ <action dev="rwinston" type="fix" issue="NET-73">
+ TelnetInputStream.java: Fixing another
potential deadlock for
telnet and FTP (patch courtesy Rob Hasselbaum).
</action>
<action dev="dfs" type="update" issue="NET-57">
- FTP.java: Exposed control connection of
-FTP
- class via _controlInput_ and
-_controlOutput_
+ FTP.java: Exposed control connection of FTP
+ class via _controlInput_ and _controlOutput_
protected member variables in response
- to PR 38309 reported by
- <[EMAIL PROTECTED]>.
+ to PR 38309 reported by <[EMAIL
PROTECTED]>.
</action>
- <action dev="rwinston" type="fix"
-issue="NET-68">
- TFTPClient.java: Fix bug causing final
-packets
- to not be sent.
- </action>
- <action dev="rwinston" type="fix"
-issue="NET-161">
- TFTPClient.java: Fix sendFile() (related
-to NET-68).
- </action>
- <action dev="rwinston" type="fix"
-issue="NET-181">
- TFTPClient.java: block number
-wraparound.
+ <action dev="rwinston" type="fix" issue="NET-68">
+ TFTPClient.java: Fix bug causing final packets
to not be sent.
+ </action>
+ <action dev="rwinston" type="fix" issue="NET-161">
+ TFTPClient.java: Fix sendFile() (related to
NET-68).
+ </action>
+ <action dev="rwinston" type="fix" issue="NET-181">
+ TFTPClient.java: block number wraparound.
</action>
<action dev="scohen" type="fix" issue="NET-16">
- UNIXFTPEntryParser.java: support for
-group names with
- spaces (patch courtesy D. Kilzer).
+ UNIXFTPEntryParser.java: support for group
names with spaces (patch courtesy D. Kilzer).
</action>
<action dev="scohen" type="fix" issue="NET-62">
- DefaultFTPFileEntryParserFactory.java:
-Wrap
- NoClassDefFoundError in FTP parser exception
- when ORO is not available.
- </action>
- <action dev="rwinston" type="add"
-issue="NET-33">
- FTPClient.java: Fix closing FTP
-ServerSocket after timeout
+ DefaultFTPFileEntryParserFactory.java:
+ Wrap NoClassDefFoundError in FTP parser
exception when ORO is not available.
+ </action>
+ <action dev="rwinston" type="add" issue="NET-33">
+ FTPClient.java: Fix closing FTP ServerSocket
after timeout
</action>
<action dev="rwinston" type="add">
- FTPClientConfig.java: Added an FTP
-parser for Netware FTP servers.
+ FTPClientConfig.java: Added an FTP parser for
Netware FTP servers.
Tested on Novell Netware 6.5.
</action>
- <action dev="rwinston" type="fix"
-issue="NET-188">
- FTPTimestampParserImpl.java: Fix leap
-year date parsing bug.
+ <action dev="rwinston" type="fix" issue="NET-188">
+ FTPTimestampParserImpl.java: Fix leap year date
parsing bug.
</action>
<action dev="rwinston" type="fix">
- Article.java: Fix minor issues with NNTP
-parsing.
+ Article.java: Fix minor issues with NNTP
parsing.
</action>
<action dev="sebb" type="fix" issue="NET-195">
NtpV3Impl.java: Avoid double-checked locking
@@ -110,6 +86,12 @@
<action dev="sebb" type="fix" issue="NET-211">
FTPTimestampParserImpl.java: Fix lenient future
dates at year boundary
</action>
+ <action dev="sebb" type="fix" issue="NET-194">
+ Replace Exception with IOException
+ </action>
+ <action dev="sebb" type="update" issue="NET-214">
+ VMS file permission parsing
+ </action>
</release>
<release version="1.4.1" date="December 3, 2005"
description="fix release to restore jdk 1.3 compatability">