From 17c92fcae50ee00cc44dfa13743d5a0b90ade9e9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 16 Nov 2020 09:39:06 -0400 Subject: [PATCH] add news item for git-annex 8.20201116 --- doc/news/version_8.20200810.mdwn | 25 ------------------------- doc/news/version_8.20201116.mdwn | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 25 deletions(-) delete mode 100644 doc/news/version_8.20200810.mdwn create mode 100644 doc/news/version_8.20201116.mdwn diff --git a/doc/news/version_8.20200810.mdwn b/doc/news/version_8.20200810.mdwn deleted file mode 100644 index b859e1bd4f..0000000000 --- a/doc/news/version_8.20200810.mdwn +++ /dev/null @@ -1,25 +0,0 @@ -git-annex 8.20200810 released with [[!toggle text="these changes"]] -[[!toggleable text=""" - * Added support for external backend programs. So if you want a hash - that git-annex doesn't support, or something stranger, you can write a - small program to implement it. - * Fix a bug in find --branch in the previous version. - * importfeed: Fix reversion that caused some '.' in filenames to be - replaced with '\_' - * Fix a lock file descriptor leak that could occur when running commands - like git-annex add with -J. Bug was introduced as part of a different FD - leak fix in version 6.20160318. - * Fix a hang when using git-annex with an old openssh 7.2p2, which had - some weird inheriting of ssh FDs by sshd. Bug was introduced in - git-annex version 7.20200202.7. - * move, copy --to: Sped up seeking files by 2x. - * drop: Sped up seeking files to drop by 2x, and also some performance - improvements to checking numcopies. - * Deal with unusual IFS settings in the shell scripts for linux - standalone and OSX app. - Thanks, Yaroslav Halchenko - * Avoid complaining that a file with "is beyond a symbolic link" - when the filepath is absolute and the symlink in question is not - actually inside the git repository. - * Slightly sped up the linux standalone bundle. - * Support building with dlist-1.0"""]] \ No newline at end of file diff --git a/doc/news/version_8.20201116.mdwn b/doc/news/version_8.20201116.mdwn new file mode 100644 index 0000000000..2cbbe3bcc5 --- /dev/null +++ b/doc/news/version_8.20201116.mdwn @@ -0,0 +1,15 @@ +git-annex 8.20201116 released with [[!toggle text="these changes"]] +[[!toggleable text=""" +git-annex (8.20201116) upstream; urgency=medium +. + * move: Fix a regression in the last release that made move --to not + honor numcopies settings. + * sync --content: Fix a bug where a file that was not preferred content + could be transferred to a remote. This happened when the file got deleted + after the sync started running. + * Warn when adding a annex symlink or pointer file that uses a key that + is not known to the repository, to prevent confusion if the user has + copied it from some other repository. + * examinekey: Added two new format variables: objectpath and objectpointer + * examinekey: Added --migrate-to-backend +"""]] \ No newline at end of file -- 2.30.2