diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-01-10 17:09:10 -0500 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-01-10 17:09:10 -0500 |
commit | fd03070ba488f9be9c479734bea9b0f741350221 (patch) | |
tree | e219396cbe44c87f795cb76a23fd995cdd17e450 /packaging | |
parent | b3f25b417bf6557364047ed6dd0ce8ebf7e8b697 (diff) |
Add new keys-from-userid subcommand to monkeysphere UI.
This new subcommand calls a new function, keys_from_userid, that
outputs to stdout all acceptable keys for a given user ID literal.
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/debian/changelog | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 8984114..df28da4 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -3,12 +3,14 @@ monkeysphere (0.27-1~pre1) UNRELEASED; urgency=low * New upstream release: - fixed monkeysphere gen-subkey subcommand that was erroneously creating DSA subkeys due to unannounced change in gpg edit-key UI. + - add new monkeysphere keys-from-userid subcommand to output all + acceptable keys for a given user ID literal * updated debian/copyright to match the latest revision of DEP5. * updated standards version to 3.8.3 (no changes needed) * updated Depends to require >=1.4.10 due to gpg UI change. * add cpio to Build-Depends (used in test suite) (Closes: #562444) - -- Jameson Graef Rollins <jrollins@finestructure.net> Thu, 24 Dec 2009 12:28:21 -0500 + -- Jameson Graef Rollins <jrollins@finestructure.net> Sun, 10 Jan 2010 16:52:54 -0500 monkeysphere (0.26-1) unstable; urgency=low |