This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-net.git
commit d3f84662225ad56d699fdb2e60c2fcc4ceac2bef Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Oct 14 11:39:07 2020 -0400 Prepare for next release. --- README.md | 4 ++-- RELEASE-NOTES.txt | 39 +++++++++++++++++++++++++++++++++++++++ src/changes/changes.xml | 6 +++--- src/changes/release-notes.vm | 2 +- src/site/xdoc/download_net.xml | 26 +++++++++++++------------- src/site/xdoc/mail-lists.xml | 20 +++++++++++++++----- 6 files changed, 73 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 9bf0d66..a26447e 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Apache Commons Net [](https://github.com/apache/commons-net/actions) [](https://coveralls.io/r/apache/commons-net) [](https://maven-badges.herokuapp.com/maven-central/commons-net/commons-net/) -[](https://javadoc.io/doc/commons-net/commons-net/3.7.1) +[](https://javadoc.io/doc/commons-net/commons-net/3.7.2) Apache Commons Net library contains a collection of network utilities and protocol implementations. Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois @@ -69,7 +69,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>commons-net</groupId> <artifactId>commons-net</artifactId> - <version>3.7.1</version> + <version>3.7.2</version> </dependency> ``` diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e52c293..afaba57 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,3 +1,42 @@ + Apache Commons Net 3.7.2 + RELEASE NOTES + +The Apache Commons Net team is pleased to announce the release of Apache Commons Net 3.7.2. + +Apache Commons Net library contains a collection of network utilities and protocol implementations. +Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois + + +Maintenance and bug fix release. + +For complete information on Apache Commons Net, including instructions on how to submit bug reports, +patches, or suggestions for improvement, see the Apache Apache Commons Net website: + +https://commons.apache.org/proper/commons-net/ + +Download page: https://commons.apache.org/proper/commons-net/download_net.cgi + +Changes in this version include: +=============================== + +Fixed Bugs: +o NET-689: Host name is not set on the SSLSocket causing isEndpointCheckingEnabled to fail. Thanks to Charlie, Gary Gregory. +o Fix possible socket and input stream leak on socket exception in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, OutputStream). Thanks to Dependabot. +o NET-690: Performance issue when using the FTPClient to retrieve files #65. Thanks to payal-meh, Gary Gregory. + +Changes: +o NET-691: Improve Javadoc for IMAPSClient #68. Thanks to Lewis John McGibbney. +o Bump actions/setup-java from v1.4.2 to v1.4.3 #62. Thanks to Dependabot. +o Bump junit from 4.13 to 4.13.1 #67. Thanks to Dependabot. + + +Historical list of changes: https://commons.apache.org/proper/commons-net/changes-report.html + +Enjoy! +-Apache Commons Net team + +----------------------------------------------------------------------------- + Apache Commons Net 3.7.1 RELEASE NOTES diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 786f795..b21c960 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -64,16 +64,16 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="3.7.2" date="20YY-MM-DD" description="Maintenance and bug fix release."> - <action issue="NET-689" type="update" dev="ggregory" due-to="Charlie, Gary Gregory"> + <action issue="NET-689" type="fix" dev="ggregory" due-to="Charlie, Gary Gregory"> Host name is not set on the SSLSocket causing isEndpointCheckingEnabled to fail. </action> - <action type="update" dev="ggregory" due-to="Dependabot"> + <action type="fix" dev="ggregory" due-to="Dependabot"> Fix possible socket and input stream leak on socket exception in org.apache.commons.net.ftp.FTPClient._retrieveFile(String, String, OutputStream). </action> <action issue="NET-690" type="fix" dev="ggregory" due-to="payal-meh, Gary Gregory"> Performance issue when using the FTPClient to retrieve files #65. </action> - <action issue="NET-691" type="fix" dev="ggregory" due-to="Lewis John McGibbney"> + <action issue="NET-691" type="update" dev="ggregory" due-to="Lewis John McGibbney"> Improve Javadoc for IMAPSClient #68. </action> <!-- UPDATES --> diff --git a/src/changes/release-notes.vm b/src/changes/release-notes.vm index 3d7904d..f9b86b8 100644 --- a/src/changes/release-notes.vm +++ b/src/changes/release-notes.vm @@ -18,7 +18,7 @@ ${project.name} ${version} RELEASE NOTES -The ${developmentTeam} is pleased to announce the release of ${project.name} ${version} +The ${developmentTeam} is pleased to announce the release of ${project.name} ${version}. $introduction.replaceAll("(?<!\015)\012", " ").replaceAll("(?m)^ +","") diff --git a/src/site/xdoc/download_net.xml b/src/site/xdoc/download_net.xml index e11cb2c..25e63c8 100644 --- a/src/site/xdoc/download_net.xml +++ b/src/site/xdoc/download_net.xml @@ -113,32 +113,32 @@ limitations under the License. </p> </subsection> </section> - <section name="Apache Commons Net 3.7.1 (Requires Java 1.7 or later)"> + <section name="Apache Commons Net 3.7.2 (Requires Java 1.7 or later)"> <subsection name="Binaries"> <table> <tr> - <td><a href="[preferred]/commons/net/binaries/commons-net-3.7.1-bin.tar.gz">commons-net-3.7.1-bin.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.1-bin.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.1-bin.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/net/binaries/commons-net-3.7.2-bin.tar.gz">commons-net-3.7.2-bin.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.2-bin.tar.gz.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.2-bin.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/net/binaries/commons-net-3.7.1-bin.zip">commons-net-3.7.1-bin.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.1-bin.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.1-bin.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/net/binaries/commons-net-3.7.2-bin.zip">commons-net-3.7.2-bin.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.2-bin.zip.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/net/binaries/commons-net-3.7.2-bin.zip.asc">pgp</a></td> </tr> </table> </subsection> <subsection name="Source"> <table> <tr> - <td><a href="[preferred]/commons/net/source/commons-net-3.7.1-src.tar.gz">commons-net-3.7.1-src.tar.gz</a></td> - <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.1-src.tar.gz.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.1-src.tar.gz.asc">pgp</a></td> + <td><a href="[preferred]/commons/net/source/commons-net-3.7.2-src.tar.gz">commons-net-3.7.2-src.tar.gz</a></td> + <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.2-src.tar.gz.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.2-src.tar.gz.asc">pgp</a></td> </tr> <tr> - <td><a href="[preferred]/commons/net/source/commons-net-3.7.1-src.zip">commons-net-3.7.1-src.zip</a></td> - <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.1-src.zip.sha512">sha512</a></td> - <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.1-src.zip.asc">pgp</a></td> + <td><a href="[preferred]/commons/net/source/commons-net-3.7.2-src.zip">commons-net-3.7.2-src.zip</a></td> + <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.2-src.zip.sha512">sha512</a></td> + <td><a href="https://www.apache.org/dist/commons/net/source/commons-net-3.7.2-src.zip.asc">pgp</a></td> </tr> </table> </subsection> diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index 348a5f4..aeb321d 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -105,7 +105,9 @@ limitations under the License. <td><a href="mailto:user-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:user-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><a href="mailto:u...@commons.apache.org?subject=[net]">Post</a></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?u...@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br /> <a href="https://www.mail-archive.com/user@commons.apache.org/">www.mail-archive.com</a><br /> <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> @@ -123,7 +125,9 @@ limitations under the License. <td><a href="mailto:dev-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:dev-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><a href="mailto:d...@commons.apache.org?subject=[net]">Post</a></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?d...@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br /> <a href="https://www.mail-archive.com/dev@commons.apache.org/">www.mail-archive.com</a><br /> <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> @@ -141,7 +145,9 @@ limitations under the License. <td><a href="mailto:issues-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:issues-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?iss...@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br /> <a href="https://www.mail-archive.com/issues@commons.apache.org/">www.mail-archive.com</a> </td> @@ -158,7 +164,9 @@ limitations under the License. <td><a href="mailto:commits-subscr...@commons.apache.org">Subscribe</a></td> <td><a href="mailto:commits-unsubscr...@commons.apache.org">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/list.html?commits@commons.apache.org">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br /> <a href="https://www.mail-archive.com/commits@commons.apache.org/">www.mail-archive.com</a> </td> @@ -191,7 +199,9 @@ limitations under the License. <td><a class="externalLink" href="mailto:announce-subscr...@apache.org">Subscribe</a></td> <td><a class="externalLink" href="mailto:announce-unsubscr...@apache.org">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td> + <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a><br /> + <a class="externalLink" href="https://lists.apache.org/list.html?annou...@apache.org">lists.apache.org</a> + </td> <td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br /> <a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br /> <a class="externalLink" href="https://www.mail-archive.com/announce@apache.org/">www.mail-archive.com</a><br />