Author: sebb
Date: Wed Mar 2 21:47:08 2011
New Revision: 1076409
URL: http://svn.apache.org/viewvc?rev=1076409&view=rev
Log:
NET-270 fixed
Modified:
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1076409&r1=1076408&r2=1076409&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Wed Mar 2 21:47:08 2011
@@ -54,8 +54,11 @@ The <action> type attribute can be add,u
<body>
<release version="3.0" date="TBA" description="TBA">
+ <action issue="NET-270" dev="sebb" type="fix">
+ Incorrect error handling in method initiateListParsing of
FTPClient.
+ </action>
<action issue="NET-352" dev="sebb" type="add" due-to="Bogdan
Drozdowski" due-to-email="bogdandr # op . pl">
- SASL PLAIN & CRAM-MD5 authentication.
+ SASL PLAIN and CRAM-MD5 authentication.
</action>
<action issue="NET-357" dev="sebb" type="add" due-to="Bogdan
Drozdowski" due-to-email="bogdandr # op . pl">
The POP3 client does not support SSL/TLS connections.