From 7a9e9503b10cc8029969c354af73b5a4a6aaae5f Mon Sep 17 00:00:00 2001 Message-Id: <7a9e9503b10cc8029969c354af73b5a4a6aaae5f.1715749254.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 10 Jan 2014 14:57:42 +0000 Subject: [PATCH] Release 1.2.9. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 30fff97..d4879c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +nsict-utils (1.2.9) experimental; urgency=low + + * space: Fix misreporting of trailing newlines with `-c'. + * space: Document the `-v' option. + * mtimeout: Fix (impossible) `printf' format-string bug. + + -- Mark Wooding Fri, 10 Jan 2014 14:52:54 +0000 + nsict-utils (1.2.8.3) experimental; urgency=low * hush: Don't lose backslashes in output lines. -- [mdw]