summaryrefslogtreecommitdiff
path: root/packaging/debian/NEWS
blob: 8551c87df10613d9cc9ccf7453591845b9bfc291 (plain)
  1. monkeysphere (0.23-1) unstable; urgency=low
  2. * There has been a major interface and data refactoring. Please see the
  3. man pages for details. Major changes are listed here:
  4. * For end users: monkeysphere-ssh-proxycommand is no more.
  5. its functionality has been folded into monkeysphere as a subcommand.
  6. So if you are currently using:
  7. ssh -oProxyCommand='monkeysphere-ssh-proxycommand %h %p'
  8. please use instead:
  9. ssh -oProxyCommand='monkeysphere ssh-proxycommand %h %p'
  10. * For sysadmins: monkeysphere-server has been split into
  11. monkeysphere-host (for publishing the ssh host key of your machine)
  12. and monkeysphere-authentication (for setting up your machine to
  13. authenticate users via the OpenPGP Web of Trust)
  14. * For too-curious sysadmins: the layout of /var/lib/monkeysphere has
  15. changed dramatically. If you did any tricky tweaking of the files in
  16. there, you probably want to check that your changes have been
  17. preserved after the upgrade. The old files can be found in
  18. /var/lib/monkeysphere/backup-from-0.23-transition.
  19. -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 18 Feb 2009 21:29:22 -0500