update
This commit is contained in:
parent
1b0de3021a
commit
def94fbff6
2 changed files with 8 additions and 3 deletions
|
@ -3,7 +3,7 @@ git-annex (10.20240228) UNRELEASED; urgency=medium
|
||||||
* addurl, importfeed: Added --verifiable option, which improves
|
* addurl, importfeed: Added --verifiable option, which improves
|
||||||
the safety of --fast or --relaxed by letting the content of
|
the safety of --fast or --relaxed by letting the content of
|
||||||
annexed files be verified with a checksum that is calculated
|
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.
|
* Added dependency on unbounded-delays.
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Tue, 27 Feb 2024 13:07:10 -0400
|
-- Joey Hess <id@joeyh.name> Tue, 27 Feb 2024 13:07:10 -0400
|
||||||
|
|
|
@ -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
|
transferring the content between repositories that it's not possible to
|
||||||
verify it.
|
verify it.
|
||||||
|
|
||||||
Of course if users want to continue to use URL keys, that's fine. Users can
|
Of course if users want to continue to use their existing URL keys and
|
||||||
also choose to use WORM keys if they really want to. --[[Joey]]
|
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]]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue