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 2014/01/02 22:37:27 UTC

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

Author: sebb
Date: Thu Jan  2 21:37:26 2014
New Revision: 1554927

URL: http://svn.apache.org/r1554927
Log:
Missing spaces

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=1554927&r1=1554926&r2=1554927&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml [utf-8] (original)
+++ commons/proper/net/trunk/src/changes/changes.xml [utf-8] Thu Jan  2 21:37:26 2014
@@ -123,7 +123,7 @@ This is mainly a bug-fix release. See fu
             The previous fix caused performance problems.
             Added new getters and setters for the SO_SNDBUF and SO_RCVBUF values to be used on the data socket.
             </action>
-            <action issue="NET-496" dev="sebb"type="add">
+            <action issue="NET-496" dev="sebb" type="add">
             Util copyReader/copyStream classes should use default buffer size for non-positive buffer size parameters.
             </action>
             <action issue="NET-310" dev="sebb" type="add">
@@ -132,7 +132,7 @@ This is mainly a bug-fix release. See fu
             <action issue="NET-480" dev="sebb" due-to="Peter Naber" type="fix">
             Wrong passivHost when using FTPHTTPClient with EPSV
             </action>
-            <action issue="NET-494" dev="sebb"type="fix">
+            <action issue="NET-494" dev="sebb" type="fix">
             FTPClient.CSL.cleanUp() fails to restore timeout value on exception
             </action>
             <action issue="NET-492" dev="sebb" due-to="Tomasz Jedrzejewski" type="fix">