chiark / gitweb /
Release 1.0.0pre11.1.
[tripe] / debian / changelog
index 2a7576fc2ddc3d0d6f9dd2ac18dcd3e701ffe000..ccbcf58fdc4589ea80569c58fb2c9a93c39290c5 100644 (file)
@@ -1,3 +1,38 @@
+tripe (1.0.0pre11.1) experimental; urgency=low
+
+  * tripe: Fix segfault from PEERINFO command.
+  * tripe: Include missing documentation of ADD command's `-priv' option.
+  * tripe: Fix warning message which didn't match documentation.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Sat, 15 Dec 2012 14:14:36 +0000
+
+tripe (1.0.0pre11) 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.
+  * tripe: Mobile peers: track changes in remote address automatically.
+  * pathmtu: New mode uses raw sockets for portability.
+  * tripe-peer-services: Support IPv6 interface configuration.  (There's
+    still no support for sending encrypted packets over IPv6.)
+  * tripe: Randomize exponential backoff for retransmission. [mdw/backoff]
+  * tripe: Support multiple private keys and cipher suites in the same
+    server.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Tue, 18 Sep 2012 03:39:52 +0100
+
+tripe (1.0.0pre10) experimental; urgency=low
+
+  * Overhaul SLIP error handling.
+  * Have conntrack tear VPN down in some networks.
+
+ -- Mark Wooding <mdw@distorted.org.uk>  Fri, 22 Apr 2011 16:48:31 +0100
+
 tripe (1.0.0pre9) experimental; urgency=low
 
   * Make conntrack rather more robust against errors.