This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-net.git.


    from 96603df  Bump to next development version
     add e08beb9  Ignore site-content.
     add 9bd71f2  Bump actions/setup-java from v1.4.2 to v1.4.3
     add 49dc193  Merge pull request #62 from 
apache/dependabot/github_actions/actions/setup-java-v1.4.3
     add bcfb125  Bump actions/setup-java from v1.4.2 to v1.4.3 #62.
     add 7827f05  [NET-689] Hostname is not set on the SSLSocket causing 
isEndpointCheckingEnabled to fail. The main side of this commit is from 
https://github.com/apache/commons-net/pull/63 but the test side has been 
rewritten to test endpoint checking as both enabled and disabled.
     add 52dc334  Copy-paste error
     add b40a232  Fix possible socket and input stream leak on socket exception 
in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, 
OutputStream).
     add a7ab3e3  Remove trailing whitespace.
     add 958f53b  Fix possible socket and input stream leak on socket exception 
in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, 
OutputStream).
     add 63614fb  [NET-690] Performance issue when using the FTPClient to 
retrieve files #65.
     add c8d0851  Typo.
     add c61765a  Bump junit from 4.13 to 4.13.1 #67.
     add a32e77d  Bump junit from 4.13 to 4.13.1
     add c86dd82  Merge pull request #67 from 
apache/dependabot/maven/junit-junit-4.13.1
     add b1a3ac5  Merge branch 'master' of 
https://gitbox.apache.org/repos/asf/commons-net
     add 3cc36ac  [NET-691] Improve Javadoc for IMAPSClient
     add 6be7a84  [NET-691] Improve Javadoc for IMAPSClient
     add 694159d  Merge pull request #68 from lewismc/NET-691
     add d5eca1e  Improve Javadoc for IMAPSClient #68.
     add 150268a  Format nit.
     add 9d8ce4f  Better ivar name.
     add abfb10f  Better name, Javadoc, suppress compiler warnings.
     add 24e7f0f  Trailing spaces.
     add c5a8ed1  Update FindBugs to SpotBuugs. Prepare for next release.
     add d3f8466  Prepare for next release.
     add 6b6aa6a  Prepare for next release.
     add deeb863  Update POM version numbers for Apache Commons Net release 
3.7.2

No new revisions were added by this update.

Summary of changes:
 .github/workflows/maven.yml                        |   2 +-
 .gitignore                                         |   3 +-
 README.md                                          |   4 +-
 RELEASE-NOTES.txt                                  |  41 ++++++++++++++++++++-
 pom.xml                                            |  27 ++++++++------
 src/changes/changes.xml                            |  26 +++++++++++--
 src/changes/release-notes.vm                       |   4 +-
 .../java/org/apache/commons/net/ftp/FTPClient.java |  34 ++++++++---------
 .../org/apache/commons/net/ftp/FTPHTTPClient.java  |   2 +-
 .../org/apache/commons/net/ftp/FTPSClient.java     |   4 +-
 .../commons/net/ftp/FTPSServerSocketFactory.java   |  36 ++++++++++++------
 .../org/apache/commons/net/imap/IMAPSClient.java   |  19 +++++++---
 src/site/xdoc/download_net.xml                     |  26 ++++++-------
 src/site/xdoc/mail-lists.xml                       |  20 +++++++---
 .../org/apache/commons/net/ftp/FTPSClientTest.java |  31 +++++++++++-----
 .../net/telnet/TelnetClientFunctionalTest.java     |   2 +-
 .../apache/commons/net/ftpsserver/ftpserver.jks    | Bin 1961 -> 3051 bytes
 17 files changed, 195 insertions(+), 86 deletions(-)

Reply via email to