summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2014-09-04 18:08:55 +0200
committerMichael Vogt <mvo@debian.org>2014-09-04 18:08:55 +0200
commit43f539bd0cd3d8fc00c865d1b7e818e0b77119be (patch)
tree91dfe5651973acd0832dd1cede8df78126f3e1ee
parentb96c8552b5970c28e4af41d7bcf7e69624df4fe1 (diff)
downloadpython-apt-43f539bd0cd3d8fc00c865d1b7e818e0b77119be.tar.gz
releasing package python-apt version 0.9.3.10
-rw-r--r--debian/changelog13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index e0ae1a65..95852649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+python-apt (0.9.3.10) unstable; urgency=medium
+
+ * python/tag.cc: ensure that the final \n is there when
+ duplicating section data
+ * apt/debfile.py:
+ - Stop reading after the "Format" stanza in a .dsc file
+ - Add support for apt.debfile.DscSrcPackage.filelist
+ - Read all tags from a dsc file and improve tests
+ * fix tests when gnupg is < 1.4.18
+ * update python-apt.pot
+
+ -- Michael Vogt <mvo@debian.org> Thu, 04 Sep 2014 18:07:41 +0200
+
python-apt (0.9.3.9) unstable; urgency=medium
[ Michael Vogt ]