From 8e68649cdb2fc075b7a02fdcfe3fb1c49a7efb9e Mon Sep 17 00:00:00 2001 Message-Id: <8e68649cdb2fc075b7a02fdcfe3fb1c49a7efb9e.1715138737.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sat, 2 May 2015 17:05:20 +0100 Subject: [PATCH] Release 1.0.0pre17. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/debian/changelog b/debian/changelog index c0e9c869..4ae98450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,24 @@ +tripe (1.0.0pre17) experimental; urgency=low + + * tripe-peer-services: The `tripe-newpeers' program now implements + multiple inheritance of configuration sections. See peers.in(5) for + the details. + * tripe-peer-services: The base configuration now has different timeouts + for active and passive dynamic peers. The thinking behind this is + explained in connect(8). + * tripe: The example `knock' script now works with OpenSSH forced- + commands, as well as custom shells. + * tripe: Include a configuration file for `sshsvc-mkauthkeys', to help + with setting up passive peers. + * tripe-peer-services: Fix a bug which broke the `connect' service's + `KICK' command. + * Attach a `tripe' suffix to most of the manpage names. Some of the + services, in particular, have rather generic names and it's only luck + that there haven't been conflicts yet. + * tripe: New `-W' option for `tripectl' to set the watch list. + + -- Mark Wooding Fri, 08 May 2015 19:22:25 +0100 + tripe (1.0.0pre16.2) experimental; urgency=low * tripe-peer-services: `tripe-ifup' is now more tolerant of errors, and -- [mdw]