dfs 2002/11/21 11:02:03
Modified: net/xdocs changes.xml
Log:
Recorded NNTP.removeProtocolCommandListener typo fix.
Revision Changes Path
1.2 +16 -7 jakarta-commons-sandbox/net/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/net/xdocs/changes.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- changes.xml 1 Oct 2002 13:10:08 -0000 1.1
+++ changes.xml 21 Nov 2002 19:02:03 -0000 1.2
@@ -7,17 +7,26 @@
<body>
<release version="1.0" date="in CVS">
+ <action dev="dfs" type="fix" due-to-email="[EMAIL PROTECTED]">
+ Fixed typo in NNTP.removeProtocolCommandListener() method name. It
+ was missing an L.
+ </action>
<action dev="brekke" type="add">
- Various site updates including this changes doc and publish date
information.
+ Various site updates including this changes doc and publish
+ date information.
</action>
- <action dev="dfs" type="fix" due-to="Tapan Karecha"
due-to-email="[EMAIL PROTECTED]">
- Patch for restarting FTP file transfers. The offset was not being sent
immediately
- before the data transfer command on account. The bug was apparently
introduced in
- NetComponents when it was decided to always send a PORT command before each
data
+ <action dev="dfs" type="fix" due-to="Tapan Karecha"
+ due-to-email="[EMAIL PROTECTED]">
+ Patch for restarting FTP file transfers. The offset was not
+ being sent immediately before the data transfer command on
+ account. The bug was apparently introduced in NetComponents
+ when it was decided to always send a PORT command before each data
transfer to avoid socket reuse problems on Windows.
</action>
- <action dev="dfs" type="fix" due-to="Tapan Karecha"
due-to-email="[EMAIL PROTECTED]">
- Applied a fix for potential deadlock in TelnetInputStream by changing a
wait() to a wait(100).
+ <action dev="dfs" type="fix" due-to="Tapan Karecha"
+ due-to-email="[EMAIL PROTECTED]">
+ Applied a fix for potential deadlock in TelnetInputStream by
+ changing a wait() to a wait(100).
</action>
<action dev="dfs" type="update">
FTP examples now use passive ftp connections.
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>