X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/550edef74b0eea42a57d1b922167286e58c8bcf4..c71be7580b0f818492f5ceecb1a2b6ccb87c0712:/debian/changelog diff --git a/debian/changelog b/debian/changelog index b8cf6c6b..29df1d5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +tripe (1.0.0pre11~preview) experimental; urgency=low + + * Fix log/permissions foul-up. Move the logs to /var/log/tripe, and + arrange for that directory to exist with the correct permissions. + Don't try to open the log until after dropping privileges, so as to + provide a check that we can reopen them later. + * New peer option `mobile' can be set in peers.d files to indicate that + the peer's IP address and/or port are highly volatile and the server + should try to keep up with changes by attempting to decrypt incoming + packets using any available mobile keys. + + -- Mark Wooding Mon, 27 Jun 2011 09:50:31 +0100 + tripe (1.0.0pre10) experimental; urgency=low * Overhaul SLIP error handling.