> You might want to regenerate the release notes that are served on the > download site.
Yes. I do want to update the website, but I have no idea how to do this. Can anyone give me a hand? cheers, Lee On Sat, Jul 31, 2021 at 10:02 AM Gary Gregory <garydgreg...@gmail.com> wrote: > You might want to regenerate the release notes that are served on the > download site. > > Gary > > On Fri, Jul 30, 2021, 21:44 <peter...@apache.org> wrote: > > > This is an automated email from the ASF dual-hosted git repository. > > > > peterlee pushed a commit to branch master > > in repository https://gitbox.apache.org/repos/asf/commons-compress.git > > > > > > The following commit(s) were added to refs/heads/master by this push: > > new 7bc8679 COMPRESS-583: update the changelog of COMPRESS-404 > > 7bc8679 is described below > > > > commit 7bc86793d2533ef314550efe2b79df752abdc8d4 > > Author: PeterAlfredLee <peteralfred...@gmail.com> > > AuthorDate: Sat Jul 31 09:38:52 2021 +0800 > > > > COMPRESS-583: update the changelog of COMPRESS-404 > > --- > > src/changes/changes.xml | 4 ++++ > > 1 file changed, 4 insertions(+) > > > > diff --git a/src/changes/changes.xml b/src/changes/changes.xml > > index 24b28c5..ee52465 100644 > > --- a/src/changes/changes.xml > > +++ b/src/changes/changes.xml > > @@ -149,6 +149,10 @@ you relied on the recovery attempt."> > > 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 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. > > Github Pull Request #97. > > </action> > > <action issue="COMPRESS-539" type="update" date="2020-07-04" > > due-to="Robin Schimpf"> > > >