You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by rw...@apache.org on 2009/06/11 19:41:47 UTC

svn commit: r783862 - /commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml

Author: rwinston
Date: Thu Jun 11 17:41:47 2009
New Revision: 783862

URL: http://svn.apache.org/viewvc?rev=783862&view=rev
Log:
Update xdoc

Modified:
    commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml

Modified: commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml?rev=783862&r1=783861&r2=783862&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/site/xdoc/changes.xml Thu Jun 11 17:41:47 2009
@@ -81,6 +81,24 @@
 			<action dev="sebb" type="add">
 				Javadoc fixes, improvements, and refactoring.
 			</action>
+			<action dev="rwinston" type="fix" issue="NET-245">
+				Apply MFMT patch 
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-279">
+				Fix copying of reply lines collection
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-277">
+				Fix incorrect NNTP constant
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-276">
+				Use long instead of int for newsgroup counts
+			</action>
+			<action dev="rwinston" type="fix" issue="NET-274">
+				Restore socket state after CCC command
+			</action>
+			<action dev="rwinston" type="fix">
+				Fix inconsistent handling of socket read/write buffer size
+			</action>
 		</release>
 
 		<release version="2.0" date="October 20, 2008" description="Java 5.0 release">