X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/04ed79b8ad88991517755598c5e8872380ec3dde..5b968d5e4aa26455c3ac7ac9fa3824c254994232:/debian/changelog diff --git a/debian/changelog b/debian/changelog index 367ec339..31324921 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,46 @@ +tripe (1.0.0pre16.1) experimental; urgency=low + + * tripe: Diagnose a mismatch between two peers' choice of bulk crypto + transforms. + + -- Mark Wooding Tue, 17 Feb 2015 21:33:47 +0000 + +tripe (1.0.0pre16) experimental; urgency=low + + * pathmtu: Use `IP_PMTUDISC_PROBE' rather than `..._DO' when doing + Linux-specific probing: this prevents inexplicable `EMSGSIZE' failures + from write(2). + * tripe: New bulk-crypto transform `iiv', which (a) reduces encryption + overhead and (b) is fully deterministic, closing a possible + kleptographic channel. + * tripe: Improve logging options in the client and startup scripts. + * tripe: Ship experimental systemd units as examples. + * tripe-peer-services: `conntrack' supports newer GLib bindings. + * tripe-peer-services: `connect' now only polls its database once a minute + (rather than once a second). + * tripemon: Support for newer Gtk bindings. + * tripemon: More distinctive highlighting of entry fields with invalid + contents. + * tripemon: Show per-peer crypto details in info sheet. + * tripemon: Support new options in `Add peer' dialogue. + + -- Mark Wooding Sun, 20 Jul 2014 21:48:23 +0100 + +tripe (1.0.0pre15) experimental; urgency=low + + * Allow network masks in the `laddr' and `raddr' lists. + + -- Mark Wooding Sat, 19 Apr 2014 14:34:22 +0100 + +tripe (1.0.0pre14) experimental; urgency=low + + * Abolish the `watch' service. Its functionality has been absorbed into + `connect', and the postinst script now attempts to remove the obsolete + symbolic link from /etc/tripe/services. + * Many internal build changes. + + -- Mark Wooding Tue, 28 Jan 2014 15:39:24 +0000 + tripe (1.0.0pre13) experimental; urgency=low * Compare MAC tags in constant time. (Fixes a timing attack performed