diff options
author | Jameson Rollins <jrollins@finestructure.net> | 2010-03-23 02:51:43 -0400 |
---|---|---|
committer | Jameson Rollins <jrollins@finestructure.net> | 2010-03-23 02:51:43 -0400 |
commit | 852fdea0c0100202a8dea99f986e6ae51ad0a72a (patch) | |
tree | ae7f698ef66e11262c01d75124b3432f730a76fd /packaging/debian/NEWS | |
parent | 34ee2c761045becff8f78a64e70aff3e6ade2617 (diff) |
remove packaging/debian in favor of git buildpackage packaging
Diffstat (limited to 'packaging/debian/NEWS')
-rw-r--r-- | packaging/debian/NEWS | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/packaging/debian/NEWS b/packaging/debian/NEWS deleted file mode 100644 index 8551c87..0000000 --- a/packaging/debian/NEWS +++ /dev/null @@ -1,22 +0,0 @@ -monkeysphere (0.23-1) unstable; urgency=low - - * There has been a major interface and data refactoring. Please see the - man pages for details. Major changes are listed here: - * For end users: monkeysphere-ssh-proxycommand is no more. - its functionality has been folded into monkeysphere as a subcommand. - So if you are currently using: - ssh -oProxyCommand='monkeysphere-ssh-proxycommand %h %p' - please use instead: - ssh -oProxyCommand='monkeysphere ssh-proxycommand %h %p' - * For sysadmins: monkeysphere-server has been split into - monkeysphere-host (for publishing the ssh host key of your machine) - and monkeysphere-authentication (for setting up your machine to - authenticate users via the OpenPGP Web of Trust) - * For too-curious sysadmins: the layout of /var/lib/monkeysphere has - changed dramatically. If you did any tricky tweaking of the files in - there, you probably want to check that your changes have been - preserved after the upgrade. The old files can be found in - /var/lib/monkeysphere/backup-from-0.23-transition. - - -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Wed, 18 Feb 2009 21:29:22 -0500 - |