From 861f6222b94e4b2802e7d911664fc60759d5e228 Mon Sep 17 00:00:00 2001 Message-Id: <861f6222b94e4b2802e7d911664fc60759d5e228.1714666996.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 22 Sep 2019 01:49:14 +0100 Subject: [PATCH] Release 1.5.0. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 8a9ed7ff..6d73f484 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +tripe (1.5.0) experimental; urgency=medium + + * Big version bump, because this really isn't a prerelease anymore. And + there's lots of goodies in this version. + * New mobile-peer protocol `knock' is much faster and no longer requires + complex SSH setup. + * Support transport over IPv6. + * Support Catacomb AEAD schemes for bulk crypto. + * python-tripe: Fixed `TripeCommandDispatcher.eping' to send the correct + command. + * tripe-peer-services (connect): Report on connectivity statistics. + * tripe-wireshark: Replaced the old dissector with a new one written in + Lua, which understands the modern protocol. It's unfortunately + slower, but actually works and isn't a nightmare to maintain. + * tripe-ethereal: Deleted this ancient transition package. + + -- Mark Wooding Sun, 22 Sep 2019 01:49:03 +0100 + tripe (1.0.0pre19.1) experimental; urgency=medium * Packaging fixes. (No code change.) -- [mdw]