summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2012-09-11 16:02:11 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2012-09-11 16:02:11 -0400
commit8fe76e1bb054e843aa57715d01ab629953eaa419 (patch)
tree4d5b0849cb65dded77b19ff5eb4fc6f276925bef /Changelog
parent8ce435fb4fcdf055db0b81007579ea76c003cdd6 (diff)
fetch all keys instead of the first 5 (and work better with gpg 2.0.19, which apparently does not retrieve keys from gpg --search if the --batch argument is also present)
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 96a60cf..48956dd 100644
--- a/Changelog
+++ b/Changelog
@@ -2,8 +2,10 @@ monkeysphere (0.36~pre) unstable; urgency=low
* keytrans no longer confuses user IDs across different keys (closes MS
#2682)
+ * fetch all available keys from keyserver instead of first 5 (closes MS
+ #1046)
- -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Mon, 20 Dec 2010 19:31:30 -0500
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Tue, 11 Sep 2012 15:45:51 -0400
monkeysphere (0.35) upstream;