This commit is contained in:
Joey Hess 2024-03-01 13:47:24 -04:00
parent 1b0de3021a
commit def94fbff6
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@ git-annex (10.20240228) UNRELEASED; urgency=medium
* addurl, importfeed: Added --verifiable option, which improves
the safety of --fast or --relaxed by letting the content of
annexed files be verified with a checksum that is calculated
on a later download from the web.
on a later download from the web. This will become the default later.
* Added dependency on unbounded-delays.
-- Joey Hess <id@joeyh.name> Tue, 27 Feb 2024 13:07:10 -0400

View file

@ -14,5 +14,10 @@ eventually. Could be a fsck warning about URL keys, at some point after
transferring the content between repositories that it's not possible to
verify it.
Of course if users want to continue to use URL keys, that's fine. Users can
also choose to use WORM keys if they really want to. --[[Joey]]
Of course if users want to continue to use their existing URL keys and
not be able to verify content, that's fine. Users can also choose to use
WORM keys if they really want to.
However, I don't think there's enough reason to want to use URL keys to add
configuration of which kind of keys addurl uses, once VURL is the default.
--[[Joey]]