From 5667553064a6f1f46ef346a90d160989032accd8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 5 Sep 2013 11:15:06 -0400 Subject: [PATCH] fix --- debian/changelog | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b102ea4439..bf715455a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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