From 16d77cf98f5421b2ff88a09e7a653861b4250844 Mon Sep 17 00:00:00 2001 Message-Id: <16d77cf98f5421b2ff88a09e7a653861b4250844.1746356103.git.mdw@distorted.org.uk> From: Mark Wooding Date: Thu, 18 Feb 2016 08:19:24 +0000 Subject: [PATCH] Release 2.2.2.2. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index c6866d4..8682f9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mlib (2.2.2.2) experimental; urgency=low + + * codec: Minor formatting fix to manpage. + * Fixed Build-Depends and missing debian/source/format file. + + -- Mark Wooding Thu, 18 Feb 2016 08:19:10 +0000 + mlib (2.2.2.1) experimental; urgency=low * dstr: `dstr_putf' no longer leaks memory. Sorry. -- [mdw]