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/26 16:00:17 UTC

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

Author: sebb
Date: Sat Feb 26 15:00:17 2011
New Revision: 1074863

URL: http://svn.apache.org/viewvc?rev=1074863&view=rev
Log:
NET-252 Get rid of using deprecated API in VMSFTPEntryParser

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=1074863&r1=1074862&r2=1074863&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Sat Feb 26 15:00:17 2011
@@ -52,6 +52,9 @@ The <action> type attribute can be add,u
 
     <body>
         <release version="2.3" date="TBA" description="TBA">
+            <action issue="NET-252" dev="sebb" type="fix">
+            Get rid of using deprecated API in VMSFTPEntryParser.
+            </action>
             <action issue="NET-330" dev="sebb" type="fix">
             The method VMSFTPEntryParser.parseFileList(InputStream listStream) should not be present.
             </action>