Author: sebb
Date: Tue Nov 9 01:39:42 2010
New Revision: 1032806
URL: http://svn.apache.org/viewvc?rev=1032806&view=rev
Log:
Remove NET-276 from changes
Modified:
commons/proper/net/trunk/RELEASE-NOTES.txt
commons/proper/net/trunk/src/changes/changes.xml
Modified: commons/proper/net/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/RELEASE-NOTES.txt?rev=1032806&r1=1032805&r2=1032806&view=diff
==============================================================================
--- commons/proper/net/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/net/trunk/RELEASE-NOTES.txt Tue Nov 9 01:39:42 2010
@@ -7,8 +7,6 @@ Users of version 2.0 are encouraged to u
See the detailed list of changes below for full description of all bug fixes
and enhancements.
- TO BE COMPLETED
-
Changes in this version include:
New features:
@@ -60,7 +58,6 @@ o Improve NNTPClient handling of invalid
o NET-245: Apply MFMT patch
o NET-279: Fix copying of reply lines collection
o NET-277: Fix incorrect NNTP constant
-o NET-276: Use long instead of int for newsgroup counts
o NET-274: Restore socket state after CCC command
o NET-275: Example code in FTPClient doesn't compile
o Fix inconsistent handling of socket read/write buffer size
Modified: commons/proper/net/trunk/src/changes/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1032806&r1=1032805&r2=1032806&view=diff
==============================================================================
--- commons/proper/net/trunk/src/changes/changes.xml (original)
+++ commons/proper/net/trunk/src/changes/changes.xml Tue Nov 9 01:39:42 2010
@@ -58,8 +58,7 @@ This is primarily a maintenance release,
Users of version 2.0 are encouraged to upgrade to 2.2, as this release
includes some important bug fixes.
See the detailed list of changes below for full description of all bug fixes
and enhancements.
-
- TO BE COMPLETED
+
">
<action issue="NET-334" dev="sebb" type="fix">
FromNetASCIIInputStream can throw a NullPointerException
@@ -196,9 +195,6 @@ This is primarily a maintenance release,
<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>