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-vfs.git.
from eca7f1a Fix download links. add 14993fd Tweak RNs. add cb3dccf Add missing -bin. add 496e633 Merge remote-tracking branch 'origin/release' add 4a58c53 Fix the site's source repository link. add 562406f Ensure -bin is used for binary builds add 396392e Create slot for next release. add fda7227 [VFS-725][Local] org.apache.commons.vfs2.FileContent.getLastModifiedTime() is losing milliseconds (always ends in 000). add a8cd5b8 [VFS-724] FileContent#getByteArray() throws IllegalArgumentException: Buffer size <= 0 when file size is 0. add 8112273 Set BC version to 2.4. add 61130e5 checkstyle 8.22 -> 8.23. add 4a6de55 Next version will be 2.4.1. add 1ffa1df Javadoc fixes. add f4efd34 Escape XML reserved char. new aade3ca Preparing for next release. new f9eeb69 Preparing for next release. new 7a1fa01 Preparing for next release. new 4200907 Preparing for next release. new eabdee3 Preparing for next release. The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: README.md | 4 +- RELEASE-NOTES.txt | 45 ++++++++++-- commons-vfs2-distribution/pom.xml | 4 +- commons-vfs2-examples/pom.xml | 4 +- commons-vfs2-sandbox/pom.xml | 4 +- commons-vfs2/pom.xml | 9 ++- .../java/org/apache/commons/vfs2/FileContent.java | 3 - .../java/org/apache/commons/vfs2/FilesCache.java | 6 +- .../commons/vfs2/impl/VirtualFileSystem.java | 2 +- .../commons/vfs2/provider/DefaultFileContent.java | 12 ++-- .../vfs2/provider/LayeredFileNameParser.java | 6 +- .../vfs2/provider/bzip2/Bzip2FileObject.java | 2 +- .../commons/vfs2/provider/gzip/GzipFileObject.java | 2 +- .../commons/vfs2/provider/local/LocalFile.java | 8 ++- .../vfs2/provider/url/UrlFileNameParser.java | 2 +- .../commons/vfs2/tasks/AbstractSyncTask.java | 2 +- .../apache/commons/vfs2/util/FileObjectUtils.java | 2 +- .../vfs2/provider/DefaultFileContentTest.java | 84 +++++++++++++++++----- .../{read-tests/empty.txt => size-0-file.bin} | 0 pom.xml | 16 +++-- src/changes/changes.xml | 13 +++- src/site/xdoc/download_vfs.xml | 26 +++---- src/site/xdoc/index.xml | 5 +- src/site/xdoc/mail-lists.xml | 2 +- 24 files changed, 186 insertions(+), 77 deletions(-) copy commons-vfs2/src/test/resources/test-data/{read-tests/empty.txt => size-0-file.bin} (100%)