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 682a333 Remove trailing whitespace. add 01ffe43 Merge from release branch, not quite ready for RC. add 8e5e359 Add missing test. add f842cf9 Add FTPClient.mdtmCalendar(String). add f7f5285 Bump actions/cache from v2 to v2.1.4 #73. add 03563e1 Bump actions/cache from v2 to v2.1.4 add a5f602b Merge pull request #73 from apache/dependabot/github_actions/actions/cache-v2.1.4 add cf8c01a Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-net add e3691bf Fix SpotBugs issue. add 00d7f83 Better param and private names. add 4de2d9f Use final. add c58f0d7 [SpotBugs] Fix concurrent counting of chunks in IMAPExportMbox. add 0498eaf Fix possible NPEs in tests. add 2a3c4af Typo. add 9e99107 Document change. add 239fb2d Format. add 83ad227 Prepare for release candidate. add ca40992 Update POM version numbers for Apache Commons Net release 3.8.0 No new revisions were added by this update. Summary of changes: .github/workflows/maven.yml | 2 +- RELEASE-NOTES.txt | 15 +++- src/changes/changes.xml | 19 ++++- .../commons/net/examples/mail/IMAPExportMbox.java | 7 +- .../java/org/apache/commons/net/ftp/FTPClient.java | 21 ++++++ .../apache/commons/net/ftp/FTPListParseEngine.java | 50 ++++++------- .../org/apache/commons/net/examples/MainTest.java | 13 ++-- .../org/apache/commons/net/ftp/FTPSClientTest.java | 82 ++++++++++++++++------ .../commons/net/ftp/parser/MLSDComparison.java | 35 ++++----- .../org/apache/commons/net/ntp/TimeStampTest.java | 26 +++---- .../commons/net/telnet/TelnetTestResponder.java | 2 +- 11 files changed, 175 insertions(+), 97 deletions(-)