From 975bce86c87ecf9b5dbeea96b5d9a8bdbf6bc878 Mon Sep 17 00:00:00 2001 Message-Id: <975bce86c87ecf9b5dbeea96b5d9a8bdbf6bc878.1715431881.git.mdw@distorted.org.uk> From: Mark Wooding Date: Mon, 21 Apr 2014 11:25:00 +0100 Subject: [PATCH] Release 1.0.2. Organization: Straylight/Edgeware From: Mark Wooding It hardly seems worth a release for this, but the misformatted manpage is annoying. --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 024bc28..51bb04d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +yaid (1.0.2) experimental; urgency=low + + * Fix manual page formatting. + * Some internal tweaks to improve compiler diagnostics. + + -- Mark Wooding Mon, 21 Apr 2014 11:24:48 +0100 + yaid (1.0.1) experimental; urgency=low * Really only read the first 100 lines of a user policy file, even if it -- [mdw]