add news item for git-annex 10.20220504

This commit is contained in:
Joey Hess 2022-05-04 11:48:55 -04:00
parent 4e4c44ed8e
commit 8baac93dd3
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 17 additions and 7 deletions

View file

@ -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."""]]

View file

@ -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."""]]