Author: sebb
Date: Tue Mar 30 21:33:03 2010
New Revision: 929306
URL: http://svn.apache.org/viewvc?rev=929306&view=rev
Log:
Initial checkin (changes.xml needs completion, and this needs regen)
Added:
commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt (with props)
Added: 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=929306&view=auto
==============================================================================
--- commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt (added)
+++ commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt Tue Mar 30 21:33:03
2010
@@ -0,0 +1,69 @@
+
+
+ Apache Commons Net 2.1 RELEASE NOTES
+
+This is primarily a maintenance release, but it also includes new features and
enhancements.
+
+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
+
+Changes in this version include:
+
+New features:
+o NET-263: SubnetUtils / SubNetInfo toString() implementations
+o Javadoc fixes, improvements, and refactoring.
+
+Fixed Bugs:
+o Fix site reports
+o NET-285: Add support for setting external host ip/port range
+o NET-290: Add fix and testcase for DotTerminatedMessageReader
+o NET-288: Add support for IPv6 EPRT/EPSV
+o NET-305: Fix SubnetUtils for /32 subnets and add inclusive host count flag
+o NET-300: Fix NPE when listHiddenFiles was on
+o NET-215: UNIXFTPEntryParser didn't preserve trailing whitespace in files
+o NET-236: method SubnetUtils.SubnetInfo.isInRange(addr) returns incorrect
result
+o NET-242: Method createServerSocket of FTPSSocketFactory never called and
thus UseClientMode is incorrect in a secured ftp transfer using active mode.
+o NET-248: Fix inconsistent command list in FTPCommand
+o NET-250: DefaultFTPFileEntryParserFactory did not work with Netware FTP
server returning "NETWARE TYPE: L8"
+o NET-257: FTP.getReplyStrings() returned array of null Strings
+o NET-259: UnixFTPEntryParser regex did not match some directory entries
+o NET-260: SubnetUtils.SubnetInfo.isInRange(...) returned incorrect values
+o NET-262: SubnetUtils did not handle /31 and /32 CIDRs well
+o NET-265: UnixFTPEntryParser failed to parse entry in certain conditions
+o NET-266: FTPClient.listFiles() corrupted file name in certain circumstances
+o NET-256: FTPSClient should accept a pre-configured SSLContext
+o Improve NNTPClient handling of invalid articles
+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 Fix inconsistent handling of socket read/write buffer size
+o NET-294: UnixFTPEntryParser fails to parse some entries
+
+Changes:
+o NET-261: SubnetUtils.SubnetInfo.isInRange(...) behaviour not documented
+o NET-251: Moved class "ThreadContainer" from Threader.java into its own
source file
+o NET-252: Get rid of using deprecated API in VMSFTPEntryParser
+o Refactor examples package.
+
+Removed:
+o Removed the following unused fields from
org.apache.commons.net.ftp.FTPSClient:
+ KEYSTORE_ALGORITHM, PROVIDER, STORE_TYPE, TRUSTSTORE_ALGORITHM
+o Removed the field constant CODE_408 from
org.apache.commons.net.nntp.NNTPReply.
+ This was previously incorrectly used to define
AUTHENTICATION_REQUIRED, see NET-277
+
+For complete information on Commons Net, including instructions on how to
submit bug reports,
+patches, or suggestions for improvement, see the Apache Commons Net website:
+
+http://commons.apache.org/net/
+
+
Propchange: commons/proper/net/branches/NET_2_0/RELEASE-NOTES.txt
------------------------------------------------------------------------------
svn:eol-style = native