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-vfs.git
The following commit(s) were added to refs/heads/master by this push: new 6c580b5 [VFS-807] Pick up same change from Commons IO and add tests from VFS-807 from L. For me, on Windows 10 and Java 8, the tests pass with the change to LocalFile but L reports otherwise so this might be OS and Java version dependent. 6c580b5 is described below commit 6c580b58b634f0aa98e91b438e2f9b3a4344a63a Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Aug 5 13:02:13 2021 -0400 [VFS-807] Pick up same change from Commons IO and add tests from VFS-807 from L. For me, on Windows 10 and Java 8, the tests pass with the change to LocalFile but L reports otherwise so this might be OS and Java version dependent. --- src/changes/changes.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d08949e..3fda558 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,7 +50,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Seth Falco"> Replace package.html with package-info.java #206. </action> - <action type="fix" dev="ggregory" due-to="Gary Gregory"> + <action type="fix" issue="VFS-807" dev="ggregory" due-to="Gary Gregory, L"> LocalFile.doGetOutputStream(boolean) for an existing file no longer truncates the file. </action> <!-- ADD -->