You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2011/02/24 03:03:50 UTC

svn commit: r1074014 - /commons/proper/net/trunk/src/changes/changes.xml

Author: sebb
Date: Thu Feb 24 02:03:49 2011
New Revision: 1074014

URL: http://svn.apache.org/viewvc?rev=1074014&view=rev
Log:
Add a missing change

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=1074014&r1=1074013&r2=1074014&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Thu Feb 24 02:03:49 2011
@@ -53,18 +53,22 @@ The <action> type attribute can be add,u
 
     <body>
         <release version="2.3" date="TBA" description="TBA">
-            <action issue="NET-356" dev="sebb" type="add" dueTo="Bogdan Drozdowski">
-            The SMTP client does not support SSL/TLS connections
+            <action issue="NET-356" dev="sebb" type="add" due-to="Bogdan Drozdowski">
+            The SMTP client does not support SSL/TLS connections.
             </action>
             <action issue="NET-358" dev="sebb" type="add">
-            Implement copy Listener in FTPClient file operations
+            Implement copy Listener in FTPClient file operations.
             </action>
             <action issue="NET-359" dev="sebb" type="fix">
-            CopyStreamAdapter unconditionally resets the CopyStreamEvent source and is inefficient
+            CopyStreamAdapter unconditionally resets the CopyStreamEvent source and is inefficient.
             </action>
             <action issue="NET-355" dev="sebb" type="fix">
             examples.nntp.NNTPUtils does not compile
             </action>
+            <action issue="NET-351" dev="sebb" type="add" due-to="Bogdan Drozdowski">
+            APOP authentication fails most of the time.
+            Fix by adding leading 0 if necessary.
+            </action>
         </release>
         <release version="2.2" date="Nov 2010" description="
 This is primarily a maintenance release, but it also includes new features and enhancements.