From 39bc54feaacca9c0cedbb2778cd72203294bf010 Mon Sep 17 00:00:00 2001 Message-Id: <39bc54feaacca9c0cedbb2778cd72203294bf010.1715585497.git.mdw@distorted.org.uk> From: Mark Wooding Date: Fri, 19 Feb 2016 08:52:57 +0000 Subject: [PATCH] Release 1.0.5. Organization: Straylight/Edgeware From: Mark Wooding --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 89540af..eb419b4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +mlib-python (1.0.5) experimental; urgency=low + + * Fix Debian packaging. + * Support CDCF_IGNSPC flag in binary codecs. + + -- Mark Wooding Fri, 19 Feb 2016 08:52:39 +0000 + mlib-python (1.0.4) experimental; urgency=low * Fix distribution arrangements. Apparently the release tarballs have -- [mdw]