Author: sebb
Date: Sat Jul 10 16:44:53 2010
New Revision: 962885

URL: http://svn.apache.org/viewvc?rev=962885&view=rev
Log:
Synch. changes

Modified:
    commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt
    commons/proper/net/branches/NET_2_0/src/changes/changes.xml

Modified: commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt?rev=962885&r1=962884&r2=962885&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt (original)
+++ commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt Sat Jul 10 16:44:53 
2010
@@ -1,5 +1,4 @@
 
-
               Apache Commons Net 2.1 RELEASE NOTES
 
 This is primarily a maintenance release, but it also includes new features and 
enhancements.
@@ -8,12 +7,7 @@ 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.
 
-This release contains some API compatibility breaks with version 2.0 (see also 
the clirr report):
- Removed 4 unused fields from oacn.ftp.FTPSClient: KEYSTORE_ALGORITHM, 
PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
- Removed the field constant CODE_408 from org.apache.commons.net.nntp.NNTPReply
-
-
-TO BE COMPLETED
+ TO BE COMPLETED
 
 Changes in this version include:
 
@@ -22,6 +16,7 @@ o NET-263:  SubnetUtils / SubNetInfo toS
 o Javadoc fixes, improvements, and refactoring. 
 
 Fixed Bugs:
+o NET-283:  SocketClient should ensure input and output streams are closed 
 o NET-302:  FTP: initiateListParsing should not cache entryParser 
 o NET-264:  Telnet spyStream NullPointerException 
 o Fix site reports 

Modified: commons/proper/net/branches/NET_2_0/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/changes/changes.xml?rev=962885&r1=962884&r2=962885&view=diff
==============================================================================
--- commons/proper/net/branches/NET_2_0/src/changes/changes.xml (original)
+++ commons/proper/net/branches/NET_2_0/src/changes/changes.xml Sat Jul 10 
16:44:53 2010
@@ -58,13 +58,12 @@ This is primarily a maintenance release,
   Users of version 2.0 are encouraged to upgrade to 2.1, as this release 
includes some important bug fixes.
 
   See the detailed list of changes below for full description of all bug fixes 
and enhancements.
-
-  This release contains some API compatibility breaks with version 2.0 (see 
also the clirr report):
-  Removed 4 unused fields from oacn.ftp.FTPSClient: KEYSTORE_ALGORITHM, 
PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
-  Removed the field constant CODE_408 from 
org.apache.commons.net.nntp.NNTPReply
-  
+ 
   TO BE COMPLETED
 ">
+            <action issue="NET-283" dev="sebb" type="fix">
+                SocketClient should ensure input and output streams are closed
+            </action>
             <action issue="NET-302" dev="sebb" type="fix">
                 FTP: initiateListParsing should not cache entryParser
             </action>


Reply via email to