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:30:00 UTC

[commons-compress] 03/05: [COMPRESS-404] Update release notes.

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 ed83cfa8ad2e95782ac152448f3e357112b97934
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jul 31 08:50:42 2021 -0400

    [COMPRESS-404] Update release notes.
---
 RELEASE-NOTES.txt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 65c265bb..a93e2af6 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -240,6 +240,13 @@ o added an early exit to a loop in BZip2CompressorOutputStream
 o Update the class of variable file in TarArchiveEntry from
   java.io.File to java.nio.file.Path. Corresponding constructors
   and methods are also modified/added.
+
+  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.
   Issue: COMPRESS-404.
   Thanks to theobisproject.