From 95f78cc1cee04bf43e5e98bd6e7711ba5b4e9c0c Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 23 Nov 2021 15:20:58 -0400 Subject: [PATCH] add news item for git-annex 8.20211123 --- doc/news/version_8.20210803.mdwn | 27 --------------------------- doc/news/version_8.20211123.mdwn | 7 +++++++ 2 files changed, 7 insertions(+), 27 deletions(-) delete mode 100644 doc/news/version_8.20210803.mdwn create mode 100644 doc/news/version_8.20211123.mdwn diff --git a/doc/news/version_8.20210803.mdwn b/doc/news/version_8.20210803.mdwn deleted file mode 100644 index 35d9550d3e..0000000000 --- a/doc/news/version_8.20210803.mdwn +++ /dev/null @@ -1,27 +0,0 @@ -git-annex 8.20210803 released with [[!toggle text="these changes"]] -[[!toggleable text=""" * whereused: New command, finds what files use a key, or where a key - was used historically. - * Fix a bug that prevented getting content from a repository that - started out as a bare repository, or had annex.crippledfilesystem - set, and was converted to a non-bare repository. - * Fix retrieval of content from borg repos accessed over ssh. - * sync: When --quiet is used, run git commit, push, and pull without - their ususual output. - * merge: When --quiet is used, run git merge without its usual output. - * sync, merge, post-receive: Avoid merging unrelated histories, - which used to be allowed only to support direct mode repositories. - (However, sync does still merge unrelated histories when importing - trees from special remotes, and the assistant still merges unrelated - histories.) - * sync, merge: Added --allow-unrelated-histories option, which - is the same as the git merge option. - * Fix bug that caused some transfers to incorrectly fail with - "content changed while it was being sent", when the content was not - changed. - * Fix bug that could prevent pointer files from being populated, - in a repository that was upgraded from v7. - * fsck: Detect and correct stale or missing inode caches. - * Fix a rounding bug in display of data sizes. - * git-annex get when run as the first git-annex command in a new repo - did not populate unlocked files. - (Reversion in version 8.20210621)"""]] \ No newline at end of file diff --git a/doc/news/version_8.20211123.mdwn b/doc/news/version_8.20211123.mdwn new file mode 100644 index 0000000000..f3741d50b4 --- /dev/null +++ b/doc/news/version_8.20211123.mdwn @@ -0,0 +1,7 @@ +git-annex 8.20211123 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Bugfix: When -J was enabled, getting files could leak an + ever-growing number of git cat-file processes. + * Support git's new "ort" resolver, which became the default in git 2.34.0, + and broke the test suite and automatic merge resolution of a conflict + between an annexed file and a non-annexed file. + * importfeed: Display url before starting youtube-dl download."""]] \ No newline at end of file