X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/642bde67079fab056c51ce194df34a40a6821917..8743c77697568c88131c3c39a0b1e002e1fa09a0:/debian/changelog diff --git a/debian/changelog b/debian/changelog index f4bd9774..29df1d5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +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. + * Have conntrack tear VPN down in some networks. + + -- Mark Wooding Fri, 22 Apr 2011 16:48:31 +0100 + +tripe (1.0.0pre9) experimental; urgency=low + + * Make conntrack rather more robust against errors. + * Logically separate key tags from peer names. + + -- Mark Wooding Mon, 17 May 2010 20:27:33 +0100 + tripe (1.0.0pre8.1) experimental; urgency=low * Whoops. conntrack was almost completely broken. Fix it a lot.