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