diff options
author | Micah Anderson <micah@riseup.net> | 2008-11-18 01:36:18 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2008-11-18 01:36:18 -0500 |
commit | 647a0fc70e28d641d914f183489d815d4feb7e2b (patch) | |
tree | 7b702228a47039f98d8499b670c3d2cde10b55bc /packaging/debian | |
parent | 909d963139377f573b4350745b60606d65214c17 (diff) | |
parent | d8d26503748dc78a843ad35a2e12cdae277f1415 (diff) |
Merge commit 'dkg/master'
Diffstat (limited to 'packaging/debian')
-rw-r--r-- | packaging/debian/changelog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 62f021e..39e4b33 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,21 @@ +monkeysphere (0.22~pre-1) UNRELEASED; urgency=low + + * New upstream release: + [ Jameson Rollins ] + + - added info log output when a new key is added to known_hosts file. + - added some useful output to the ssh-proxycommand for "marginal" + cases where keys are found for host but do not have full validity. + - force ssh-keygen to read from stdin to get ssh key fingerprint. + + [ Daniel Kahn Gillmor ] + + - automatically output two copies of the host's public key: one + standard ssh public key file, and the other a minimal OpenPGP key with + just the latest valid self-sig. + + -- Jameson Graef Rollins <jrollins@finestructure.net> Mon, 17 Nov 2008 18:15:43 -0500 + monkeysphere (0.21-2) unstable; urgency=low * actually rmdir /var/lib/monkeysphere-* during prerm if possible. |