From cf035d9646274f0cf7ad367a5c06444e5947368c Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Tue, 28 Jan 2014 15:39:33 +0000 Subject: [PATCH] Release 1.0.0pre14. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 367ec339..b13be14a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 -- [mdw]