Author: sebb
Date: Thu Mar 17 17:03:39 2011
New Revision: 1082597
URL: http://svn.apache.org/viewvc?rev=1082597&view=rev
Log:
NET-373 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=1082597&r1=1082596&r2=1082597&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Thu Mar 17 17:03:39 2011
@@ -60,7 +60,10 @@ The <action> type attribute can be add,u
<action issue="NET-377" dev="sebb" type="update">
NLST does not take notice of HiddenFiles setting.
</action>
- <action issue="NET-375" dev="sebb" type="fix">
+ <action issue="NET-373" dev="sebb" type="update">
+ NNTP Listgroups not working - broken server implementation.
+ </action>
+ <action issue="NET-375" dev="sebb" type="update">
DotTerminatedMessageReader should extend BufferedReader, rather
than Reader.
</action>
<action issue="NET-374" dev="sebb" type="update">