chiark / gitweb /
ccbcf58fdc4589ea80569c58fb2c9a93c39290c5
[tripe] / debian / changelog
1 tripe (1.0.0pre11.1) experimental; urgency=low
2
3   * tripe: Fix segfault from PEERINFO command.
4   * tripe: Include missing documentation of ADD command's `-priv' option.
5   * tripe: Fix warning message which didn't match documentation.
6
7  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 15 Dec 2012 14:14:36 +0000
8
9 tripe (1.0.0pre11) experimental; urgency=low
10
11   * Fix log/permissions foul-up.  Move the logs to /var/log/tripe, and
12     arrange for that directory to exist with the correct permissions.
13     Don't try to open the log until after dropping privileges, so as to
14     provide a check that we can reopen them later.
15   * New peer option `mobile' can be set in peers.d files to indicate that
16     the peer's IP address and/or port are highly volatile and the server
17     should try to keep up with changes by attempting to decrypt incoming
18     packets using any available mobile keys.
19   * tripe: Mobile peers: track changes in remote address automatically.
20   * pathmtu: New mode uses raw sockets for portability.
21   * tripe-peer-services: Support IPv6 interface configuration.  (There's
22     still no support for sending encrypted packets over IPv6.)
23   * tripe: Randomize exponential backoff for retransmission. [mdw/backoff]
24   * tripe: Support multiple private keys and cipher suites in the same
25     server.
26
27  -- Mark Wooding <mdw@distorted.org.uk>  Tue, 18 Sep 2012 03:39:52 +0100
28
29 tripe (1.0.0pre10) experimental; urgency=low
30
31   * Overhaul SLIP error handling.
32   * Have conntrack tear VPN down in some networks.
33
34  -- Mark Wooding <mdw@distorted.org.uk>  Fri, 22 Apr 2011 16:48:31 +0100
35
36 tripe (1.0.0pre9) experimental; urgency=low
37
38   * Make conntrack rather more robust against errors.
39   * Logically separate key tags from peer names.
40
41  -- Mark Wooding <mdw@distorted.org.uk>  Mon, 17 May 2010 20:27:33 +0100
42
43 tripe (1.0.0pre8.1) experimental; urgency=low
44
45   * Whoops.  conntrack was almost completely broken.  Fix it a lot.
46
47  -- Mark Wooding <mdw@distorted.org.uk>  Sat, 15 May 2010 20:06:12 +0100
48
49 tripe (1.0.0pre8) experimental; urgency=low
50
51   * Many changes, enhancements and bug fixes.  Like, way too many to list
52     here.
53
54  -- Mark Wooding <mdw@distorted.org.uk>  Sun, 09 May 2010 15:32:30 +0100
55
56 tripe (1.0.0pre7) experimental; urgency=low
57
58   * Support SLIP encapsulation.
59
60  -- Mark Wooding <mdw@distorted.org.uk>  Sun,  4 Sep 2005 00:52:56 +0100
61
62 tripe (1.0.0pre6) experimental; urgency=low
63
64   * Debianization!
65   * Don't report uninteresting errors when accepting connections.
66   * Support elliptic curve keys.
67   * Allow user selection of symmetric crypto algorithms.
68
69  -- Mark Wooding <mdw@nsict.org>  Mon, 19 Apr 2004 08:44:00 +0100