]> dgit.raspbian.org Git - git-annex.git/commitdiff
update
authorJoey Hess <joeyh@joeyh.name>
Fri, 1 Mar 2024 17:47:24 +0000 (13:47 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 1 Mar 2024 17:48:51 +0000 (13:48 -0400)
CHANGELOG
doc/todo/migration_to_VURL_by_default.mdwn

index cbb654d00c015499af409245a8d65f272390d480..2bc030c19d1a0202656c6d24b16d033da3d93b1d 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
index 3d564640845f0d25129728449534af83f631b334..ce78eb857de120d7a1469f91eac2c995fbc1869a 100644 (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]]