You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/18 17:29:59 UTC

[commons-compress] 02/05: COMPRESS-583: document more datails

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

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

commit d51deea7d7f991f0a07e58499ba5ec2bdc30283a
Author: PeterAlfredLee <pe...@gmail.com>
AuthorDate: Sat Jul 31 09:59:14 2021 +0800

    COMPRESS-583: document more datails
---
 src/changes/changes.xml | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b6e682ce..fa5ac554 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -148,9 +148,12 @@ you relied on the recovery attempt.">
         java.io.File to java.nio.file.Path. Corresponding constructors
         and methods are also modified/added.
 
-        NOTE: The UserID and GroupID will also be read if they are
-        available. The previous default value UserID:GroupdID of was 0:0.
-        This may cause a reproducibility problem.
+        NOTE: The userName, groupName, userID and groupID will also be
+        set if they are available. The userName and groupName was not
+        set previously, and the previous value of UserID:GroupID was
+        0:0 by default.
+        Please note this may cause a reproducibility problem.
+
         Github Pull Request #97.
       </action>
       <action issue="COMPRESS-539" type="update" date="2020-07-04" due-to="Robin Schimpf">