From 684d7e4a17b730b4ae53405ea99ba0d0c15c15d2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 14 Jul 2021 12:23:57 -0400 Subject: [PATCH] add news item for git-annex 8.20210714 --- doc/news/version_8.20210310.mdwn | 21 --------------------- doc/news/version_8.20210714.mdwn | 12 ++++++++++++ 2 files changed, 12 insertions(+), 21 deletions(-) delete mode 100644 doc/news/version_8.20210310.mdwn create mode 100644 doc/news/version_8.20210714.mdwn diff --git a/doc/news/version_8.20210310.mdwn b/doc/news/version_8.20210310.mdwn deleted file mode 100644 index 906104670a..0000000000 --- a/doc/news/version_8.20210310.mdwn +++ /dev/null @@ -1,21 +0,0 @@ -git-annex 8.20210310 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * When non-annexed files in a tree are exported to a special remote, - importing from the special remote keeps the files non-annexed, - as long as their content has not changed, rather than converting - them to annexed files. - (Such a conversion will still happen when importing from a remote - an old git-annex exported such a tree to before; export the tree - with the new git-annex before importing to avoid that.) - * Added support for git-remote-gcrypt's rsync URIs, which access a remote - using rsync over ssh, and which git pushes to much more efficiently - than ssh urls. - * unregisterurl: New command. - * registerurl: Allow it to be used in a bare repository. - * Prevent combinations of options such as --all with --include. - * Fixed handling of --mimetype or --mimeencoding combined with - options like --all or --unused. - * Fix handling of --branch combined with --unlocked or --locked. - * Fix support for local gcrypt repositories with a space in their URI. - * uninit: Fix a small bug that left a lock file in .git/annex - * Windows: Correct the path to the html help file for 64 bit build. - * OSX dmg: Updated bundled git to 2.30.2 which fixes CVE-2021-21300."""]] \ No newline at end of file diff --git a/doc/news/version_8.20210714.mdwn b/doc/news/version_8.20210714.mdwn new file mode 100644 index 0000000000..c66eba6141 --- /dev/null +++ b/doc/news/version_8.20210714.mdwn @@ -0,0 +1,12 @@ +git-annex 8.20210714 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * assistant: Avoid unncessary git repository repair in a situation where + git fsck gets confused about a commit that is made while it's running. + * addurl: Avoid crashing when used on beegfs. + * --debug output goes to stderr again, not stdout. + (Reversion in version 8.20210428) + * init: Fix misbehavior when core.sharedRepository = group that + caused it to enter an adjusted branch and set annex.crippledfilesystem + (Reversion in version 8.20210630) + * assistant: When adding non-large files to git, honor annex.delayadd + configuration. Also, don't add non-large files to git when they + are still being written to."""]] \ No newline at end of file -- 2.30.2