diff options
author | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-12-20 11:52:09 -0500 |
---|---|---|
committer | Jameson Graef Rollins <jrollins@finestructure.net> | 2009-12-20 11:52:09 -0500 |
commit | 7aa9067b4694d42b3b7a63a65ea70b74fed5b363 (patch) | |
tree | 150e35424942622923eceb7af426cfaaa8a74847 /packaging/debian/changelog | |
parent | a348dcf9a67eea73c2a4752353b26e4d15c79754 (diff) |
fix ms Issue #1536 for gpg edit/addkey UI change
gnupg apparently changed their edit-key/addkey function ordering such
that the monkeysphere gen-subkey subcommand was creating DSA
authentication subkeys instead of RSA subkeys. DSA subkeys are not
supported by the ms key translation utilities, so this is a big
problem. This patch fixes the problem, but it means that we have
require gnupg >=1.4.10 from now on, or at least until gnupg changes
their UI again for no good reason.
Diffstat (limited to 'packaging/debian/changelog')
-rw-r--r-- | packaging/debian/changelog | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index dc0c8f4..e61220b 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,12 +1,13 @@ -monkeysphere (0.26-2) UNRELEASED; urgency=low +monkeysphere (0.27-1) UNRELEASED; urgency=low - [ Daniel Kahn Gillmor ] + * New upstream release: + - fixed monkeysphere gen-subkey subcommand that was erroneously + creating DSA subkeys due to unannounced change in gpg edit-key UI. * updated debian/copyright to match the latest revision of DEP5. - - [ Jameson Graef Rollins ] * updated standards version to 3.8.3 + * updated Depends to require >=1.4.10 due to gpg UI change. - -- Jameson Graef Rollins <jrollins@finestructure.net> Sat, 19 Dec 2009 20:56:40 -0500 + -- Jameson Graef Rollins <jrollins@finestructure.net> Sun, 20 Dec 2009 11:50:06 -0500 monkeysphere (0.26-1) unstable; urgency=low |