diff options
author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2012-09-11 16:02:11 -0400 |
---|---|---|
committer | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2012-09-11 16:02:11 -0400 |
commit | 8fe76e1bb054e843aa57715d01ab629953eaa419 (patch) | |
tree | 4d5b0849cb65dded77b19ff5eb4fc6f276925bef /Changelog | |
parent | 8ce435fb4fcdf055db0b81007579ea76c003cdd6 (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-- | Changelog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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; |