X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=packaging%2Fdebian%2Fchangelog;h=6b31e1633b57032fb4a8af8a032f0c2af0df35d4;hb=6923ef580f068ff535af273714e59235260ab7b6;hp=bed79ea30eb8b3c7e7553d588eea58a8da45dff4;hpb=80453e14e8c10071d9025c49b49e9feb3ed0f26c;p=monkeysphere.git diff --git a/packaging/debian/changelog b/packaging/debian/changelog index bed79ea..6b31e16 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -1,3 +1,51 @@ +monkeysphere (0.23~pre-1) UNRELEASED; urgency=low + + "The Golden Bezoar Release" + + * New upstream release. + * rearchitect UI: + - replace monkeysphere-server with monkeysphere-{authentication,host} + - fold monkeysphere-ssh-proxycommand into /usr/bin/monkeysphere + + * simplify adding a host to the monkeysphere, automate the process + during debian installation + * provide pem2openpgp for translating unencrypted PEM-encoded raw key + material into OpenPGP keys. + * added better checks for the existence of a host private key for + functions that require it to be there. + * get rid of getopts dependency + * added version output option + * check that existing authentication keys are valid in gen_key + function. + + -- Daniel Kahn Gillmor Sat, 31 Jan 2009 17:32:58 -0500 + +monkeysphere (0.22-1) unstable; urgency=low + + * New upstream release: + [ Jameson Graef 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. + - debian/control: corrected alternate dependency from procfile to + procmail (which provides /usr/bin/lockfile) + + -- Jameson Graef Rollins Fri, 28 Nov 2008 14:23:31 -0500 + +monkeysphere (0.21-2) unstable; urgency=low + + * actually rmdir /var/lib/monkeysphere-* during prerm if possible. + + -- Daniel Kahn Gillmor Sat, 15 Nov 2008 16:36:57 -0500 + monkeysphere (0.21-1) unstable; urgency=low * New upstream release: