From 8baac93dd3826e3c457bf19c25cfa9da199fdd29 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 4 May 2022 11:48:55 -0400 Subject: [PATCH] add news item for git-annex 10.20220504 --- doc/news/version_10.20220504.mdwn | 17 +++++++++++++++++ doc/news/version_8.20211123.mdwn | 7 ------- 2 files changed, 17 insertions(+), 7 deletions(-) create mode 100644 doc/news/version_10.20220504.mdwn delete mode 100644 doc/news/version_8.20211123.mdwn diff --git a/doc/news/version_10.20220504.mdwn b/doc/news/version_10.20220504.mdwn new file mode 100644 index 0000000000..21c729a9e6 --- /dev/null +++ b/doc/news/version_10.20220504.mdwn @@ -0,0 +1,17 @@ +git-annex 10.20220504 released with [[!toggle text="these changes"]] +[[!toggleable text=""" * Ignore annex.numcopies set to 0 in gitattributes or git config, + or by git-annex numcopies or by --numcopies, since that + configuration would make git-annex easily lose data. + Same for mincopies. + * assistant: When annex.autocommit is set, notice commits that + the user makes manually, and push them out to remotes promptly. + * multicast: Support uftp 5.0 by switching from aes256-cbc to + aes256-gcm. + * Fix test failure on NFS when cleaning up gpg temp directory. + * Fix a build failure with ghc 9.2.2. + Thanks, gnezdo for the patch. + * rsync 3.2.4 broke backwards-compatability by preventing exposing + filenames to the shell. Made the rsync and gcrypt special remotes + detect this and disable shellescape. Closes: #[1010397](http://bugs.debian.org/1010397) + * repair: Avoid treating refs/annex/last-index or other refs that + are not commit objects as evidence of repository corruption."""]] \ No newline at end of file diff --git a/doc/news/version_8.20211123.mdwn b/doc/news/version_8.20211123.mdwn deleted file mode 100644 index f3741d50b4..0000000000 --- a/doc/news/version_8.20211123.mdwn +++ /dev/null @@ -1,7 +0,0 @@ -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