This commit is contained in:
Joey Hess 2013-09-05 11:15:06 -04:00
parent 89eecd4b3b
commit 5667553064

3
debian/changelog vendored
View file

@ -14,8 +14,7 @@ git-annex (4.20130828) UNRELEASED; urgency=low
* Honor core.sharedrepository when receiving and adding files in direct
mode.
* enableremote: gpg keys can be removed from those a remote encrypts
to by passing "keyid-=$KEYID". keyid+= is also provided, although
"encryption=$KEYID" can also be used as always.
to by passing "keyid-=$KEYID". keyid+= is also provided.
(Thanks, guilhem for the patch.)
* Added encryption=pubkey scheme, which encrypts to public keys directly
rather than the hybrid approach. See documentation for advantages