summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index b102ea443..bf715455a 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